Function CSPODBCRecordset::operator []()
Description:
Retrieves the field by index.
 |
Prototype:
CSPODBCField& operator [](unsigned long ulColumn);
Arguments:
- unsigned long ulColumn [IN]
The column index.
Return value:
Returns a reference to the the requested field.
See also:
member functions GetColCount(), operator ()
|
|