Purpose
Returns a 2-dimensional array with all the values of the Datatype Enum.
Description
Every row in this array has 2 values:
• | The numeric value of the Enum value |
• | A text representation of this value |
This array can be used to validate values, and to print a ,meaningful description of the values during debugging
You can pass this array tro the DaoEnum2Str() function to convert the value of an Enum to a string
Constant | Description |
dbBigInt | Big Integer |
dbBinary | Binary |
dbBoolean | Boolean |
dbByte | Byte |
dbChar | Char |
dbCurrency | Currency |
dbDate | Date/Time |
dbDecimal | Decimal |
dbDouble | Double |
dbFloat | Float |
dbGUID | GUID |
dbInteger | Integer |
dbLong | Long |
dbLongBinary | Long Binary (OLE Object) |
dbMemo | Memo |
dbNumeric | Numeric |
dbSingle | Single |
dbText | Text |
dbTime | Time |
dbTimeStamp | Time Stamp |
dbVarBinary | VarBinary |
Returns
Array
See Also