Click or drag to resize

DbFieldType Enumeration

X#
This enum specifies the various field types that can appear in DBF files.

Namespace:  XSharp.RDD.Enums
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 enum DbFieldType
Members
  Member nameValueDescription
Unknown0Should not occur in DBF file
Character67'C', uses len and dec
Date68'D', 8 bytes
Logic76'L', 1 byte
Memo77'M', 4 or 10 bytes see Length
Number78'N', uses len and dec
VOObject79'O', is anybody using this ?
Blob87'W' = Blob 4 or 10 bytes VFP type
Currency89 'Y' VFP Type 8 byte
Double66'B' VFP Type, also '8'
DateTime84'T' VFP Type can be 4 or 8 bytes
Float70'F' VFP Type, uses len and dec
General71'G' VFP type Ole 4 or 10 bytes
Integer73'I' VFP Type , may be autoInc
Picture80'P' VFP Type, 4 or 10 bytes
VarBinary81'Q' VFP Type=, between 1 and 255
VarChar86'V' VFP Type
NullFlags48'0' VFP Type, contains Null Flags
See Also