VariantTypeConstants
Legacy DAO field-type tags, retained for compatibility with very early Visual Basic / DAO code. New code should use the matching values in VbVarType.
| Constant | Value | Description |
|---|---|---|
| vbVEmpty | 0 | Empty (uninitialised). |
| vbVNull | 1 | Null. |
| vbVInteger | 2 | Integer. |
| vbVLong | 3 | Long. |
| vbVSingle | 4 | Single-precision floating-point. |
| vbVDouble | 5 | Double-precision floating-point. |
| vbVCurrency | 6 | Currency. |
| vbVDate | 7 | Date. |
| vbVString | 8 | String. |