CDBVariant::m_dwType
This data member contains the data type for the value that is currently stored in the CDBVariant object's union data member.
Remarks
Before accessing this union, you must check the value of m_dwType in order to determine which union data member to access. The following table lists the possible values for m_dwType and the corresponding union data member.
m_dwType |
Union data member |
---|---|
DBVT_NULL |
No union member is valid for access. |
DBVT_BOOL |
|
DBVT_UCHAR |
|
DBVT_SHORT |
|
DBVT_LONG |
|
DBVT_SINGLE |
|
DBVT_DOUBLE |
|
DBVT_DATE |
|
DBVT_STRING |
|
DBVT_BINARY |
|
DBVT_ASTRING |
|
DBVT_WSTRING |
Requirements
Header: afxdb.h