* Fix dateTime type

This commit is contained in:
michael 2020-07-22 12:18:41 +00:00
parent f643b25c92
commit 7d117bc7df

View File

@ -336,7 +336,7 @@ Const
UnaryOperatorNames: Array[TDAUnaryOperator] of string = ('Not', 'Minus');
DataTypeNames : Array[TDADataType] of string = ('Unknown', 'String', 'eTime', 'Float', 'Currency',
DataTypeNames : Array[TDADataType] of string = ('Unknown', 'String', 'DateTime', 'Float', 'Currency',
'AutoInc', 'Integer', 'LargeInt', 'Boolean', 'Memo',
'Blob', 'WideString', 'WideMemo', 'LargeAutoInc', 'Byte',
'ShortInt', 'Word', 'SmallInt', 'Cardinal', 'LargeUInt',