Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the DBSTATUS status flags for the specified field.
virtual HRESULT SetDBStatus(
DBSTATUS* statusFlags,
RowClass* currentRow,
ATLCOLUMNINFO* columnInfo
);
Parameters
statusFlags
The DBSTATUS flags to set for the column.currentRow
The current row.columnInfo
The column for which status is being set.
Return Value
A standard HRESULT value.
Remarks
The provider overrides this function to provide special processing for DBSTATUS_S_ISNULL and DBSTATUS_S_DEFAULT.
Requirements
Header: atldb.h