Function CSPODBCRecordset::GetRowPos()
Description:
Retrieves the position of the cursor in the result set.
 |
Prototype:
int GetRowPos() const;
Arguments:
No arguments (void).
Return value:
The position of the cursor.
Remarks:
If the cursor position cannot be determined, the return value is -1.
See also:
member function GetRowCount()
|
|