|
@@ -1741,7 +1741,7 @@ const
|
|
DefaultFieldClasses : Array [TFieldType] of TFieldClass =
|
|
DefaultFieldClasses : Array [TFieldType] of TFieldClass =
|
|
( { ftUnknown} Tfield,
|
|
( { ftUnknown} Tfield,
|
|
{ ftString} TStringField,
|
|
{ ftString} TStringField,
|
|
- { ftSmallint} TLongIntField,
|
|
|
|
|
|
+ { ftSmallint} TSmallIntField,
|
|
{ ftInteger} TLongintField,
|
|
{ ftInteger} TLongintField,
|
|
{ ftWord} TLongintField,
|
|
{ ftWord} TLongintField,
|
|
{ ftBoolean} TBooleanField,
|
|
{ ftBoolean} TBooleanField,
|