Function CSPODBCRecordset::GetRow()
Description:
Fetches a row by index.
 |
Prototype:
bool GetRow(unsigned long ulIndex);
Arguments:
- unsigned long ulIndex [IN]
The row index.
Return value:
If successful, it returns true. Otherwise, it returns false.
Remarks:
For this function to work, the ODBC driver of the data source must support scrollable cursors.
See also:
member functions FirstRow(), LastRow(), NextRow(), PrevRow()
|
|