Click or drag to resize

AdsFieldType Enumeration

X#
List of possible field types.

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 enum AdsFieldType
Members
  Member nameValueDescription
LOGICAL11 byte logical value
NUMERIC2DBF character style numeric
DATE3Date field.
STRING4Character data
MEMO5Variable length character data
BINARY6BLOB - any data
IMAGE7BLOB - bitmap
VARCHAR8variable length character FIELD
COMPACTDATE9DBF date represented with 3 bytes
DOUBLE10IEEE 8 byte floating point
INTEGER11IEEE 4 byte signed long integer
SHORTINT12IEEE 2 byte signed short integer
TIME134 byte long integer representing milliseconds since midnight
TIMESTAMP148 bytes. High order 4 bytes are a long integer representing Julian date.Low order 4 bytes are a long integer representing milliseconds since midnight
AUTOINC154 byte auto-increment value
RAW16Untranslated data
CURDOUBLE17IEEE 8 byte floating point currency
MONEY188 byte, 4 implied decimal Currency Field
INT64198 byte integer
CISTRING20CaSe INSensiTIVE character data
ROWVERSION218 byte integer, incremented for every update, unique to entire table
MODTIME228 byte timestamp, updated when record is updated
VARCHAR_FOX23Visual FoxPro varchar field
VARBINARY_FOX24Visual FoxPro varbinary field
SYSTEM_FIELD25For internal usage
NCHAR26Unicode Character data
NVARCHAR27Unpadded Unicode Character data
NMEMO28Variable Length Unicode Data
GUID2916-byte binary data
See Also