bool SetStatus( ULONG nColumn, DBSTATUS status );
bool SetStatus( TCHAR* pColumnName, DBSTATUS status );
Return Value
Returns true if the specified column status is set successfully. Otherwise, this function returns false.
Parameters
nColumn
[in] The column number.
status
[in] The column status. See DBSTATUS in the OLE DB Programmer's Reference for more information.
pColumnName
[in] A pointer to the column name.
Remarks
Sets the status of the specified column.
CDynamicAccessor Overview | Class Members
See Also