Function CSPODBCRecordset::GetRowCount()
Description:
Retrieves the number of rows in the result set, if any, or the number of rows affected by a DELETE, UPDATE or INSERT SQL statement.
 |
Prototype:
int GetRowCount() const;
Arguments:
No arguments (void).
Return value:
Returns the number of columns.
Remarks:
If the number of rows cannot be determined, the return value is -1.
See also:
member function GetColCount(), GetRowPos()
|
|