| APPENDIX A - abcDB FIELD TYPES |
|
Field
Type |
Description |
|
Text |
Variable length character string. Length must be between 1 and 255 inclusive. |
|
Memo |
Character string containing up to 32,000 characters. |
|
Integer |
4 byte signed integer |
|
Date/Time |
|
|
Boolean |
Logical or Boolean value. Zero is FALSE and nonzero is TRUE. |
|
Double |
Double-precision floating point value. |
|
Ole |
Binary value of less than 65,469 bytes. |
|
VarBinary |
Binary value of less than 256. |