Function CSPODBCRecordset::GetColCount()
Description:
Returns the number of columns in the result set, if any.
 |
Prototype:
unsigned long GetColCount() const;
Arguments:
No arguments (void).
Return value:
Returns the number of columns.
Remarks:
If there is no result set ( such as executing an UPDATE, DELETE or INSERT SQL statement ), the return value is 0.
See also:
member function GetRowCount()
|
|