Function CSPODBCRecordset::NextRow()
Description:
Fethes the next row of the recordset.
 |
Prototype:
bool NextRow();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions FirstRow(), LastRow(), PrevRow(), GetRow()
|
|