Function CSPODBCRecordset::FirstRow()
Description:
Fetches the first row of the recordset.
 |
Prototype:
bool FirstRow();
Arguments:
No arguments (void).
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 LastRow(), NextRow(), PrevRow(), GetRow()
|
|