Reads the entire database variable or a slice of the database matrix.
The method writes the content of the entire database variable or database matrix. The writing is asynchronous, after the writing is finished the
EndNetPutData event is triggered, which reports the result of the communication. The
Param value is also passed to the event, which is used by the user for identification.
The content written must match the database variable being written. The matrix (and its part) must
DATA be a 2-dimensional array, whose number of rows and columns corresponds to the number of rows and columns being written. in this case, the initial indices of
DATA do not matter, but only the dimensions. On writing just one element of the database matrix,
DATA can be a simple value or a 2-dimensional array of one row and one column.
DATA must be of such a type that its values can be written to a database variable without loss of information.