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

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd