DFX_Short
Visual Studio 2010
Transfers short integer data between the field data members of a CDaoRecordset object and the columns of a record on the data source.
void AFXAPI DFX_Short( CDaoFieldExchange* pFX, LPCTSTR szName, short& value, DWORD dwBindOptions = AFX_DAO_ENABLE_FIELD_CACHE );
Data is mapped between type DAO_I2 in DAO and type short in the recordset.
Note
|
|---|
|
DFX_Short is equivalent to RFX_Int for the ODBC-based classes. |
Note