Function CSPODBCRecordset::PrevRow()
Description:
Fethes the previous row of the recordset.
 |
Prototype:
bool PrevRow();
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 FirstRow(), LastRow(), NextRow(), GetRow()
|
|