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()
CSPODBCRecordset | ODBC support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd