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.

Micronovae 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

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com