Navigation: Templates > Templates by Topic > ADO >====== ADO Dictionary Options ====== | |
The ADO template supports the following dictionary option for each column defined. The property name is “ADOType”.
The valid values for that property are listed in ADOINT.INC file in the DataTypeEnum ITEMIZE section:
adEmpty
adTinyInt
adSmallInt
adBigInt
adInteger
adUnsignedTinyInt
adUnsignedSmallInt
adUnsignedInt
adUnsignedBigInt
adSingle
adDouble
adCurrency
adDecimal
adNumeric
adBoolean
adError
adUserDefined
adVariant
adIDispatch
adIUnknown
adGUID
adDate
adDBDate
adDBTime
adDBTimeStamp
adBSTR
adChar
adVarChar
adLongVarChar
adWChar
adVarWChar
adLongVarWChar
adBinary
adVarBinary
adLongVarBinary
adChapter
adFileTime
adPropVariant
adVarNumeric
adArray
The setting of this property is automatic during a Synchronization import, but on occasion you may need to alter the default settings.