The parameter rowValues
is a string array of all the values in all the rows. Its size is numRows x numColumns
. Results are formatted this way to make it easy for clients to read the data.
{ unsigned int numRows; unsigned int numColumns; StringArray columnNames; StringArray rowValues; };
numRows Number of rows returned.
numColumns Number of columns returned.
columnNames Column names.
rowValues Row values (size == rows x cols).
StringArray
is an array of strings.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |