CDynamicAccessor::GetStatus

bool GetStatus( ULONG nColumn, DBSTATUS* pStatus ) const;

bool GetStatus( TCHAR* pColumnName, DBSTATUS* pStatus ) const;

Return Value

Returns true if the specified column is found. Otherwise, this function returns false.

Parameters

nColumn

[in] The column number.

pColumnName

[in] A pointer to the character string containing the column name.

pStatus

[out] A pointer to the variable containing the column status. See DBSTATUS in the OLE DB Programmer's Reference for more information.

Remarks

Retrieves the status of the specified column.

CDynamicAccessor OverviewClass Members

See Also

CDynamicAccessor::SetStatus