LPCSTR CCFXQuery::GetData(int iRow, int lColumn)
Retrieves a data element from a row and column of the query. Row and column indexes begin with 1. You can determine the number of rows in the query by calling GetRowCount. You can determine the number of columns in the query by retrieving the list of columns using GetColumns and then calling CCFXStringSet::GetCount on the returned string set.
Returns the value of the requested data element.
iRow
Row to retrieve data from (1-based).
lColumn
Column to retrieve data from (1-based).
|