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