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

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd