* Patch from Reinier Olislagers to fix bug #20069

git-svn-id: trunk@18945 -
This commit is contained in:
michael 2011-09-02 13:09:29 +00:00
parent 13840ad987
commit 80c8cdcf78

View File

@ -293,11 +293,11 @@ Procedure UnRegisterExportFormat(Const AName : String);
Const
StringFieldTypes = [ftString,ftFixedChar,ftWidestring,ftFixedWideChar];
IntFieldTypes = [ftInteger,ftWord,ftsmallint,ftautoinc];
IntFieldTypes = [ftInteger,ftWord,ftSmallint,ftAutoinc];
OrdFieldTypes = IntFieldTypes +[ftBoolean,ftLargeInt];
DateFieldTypes = [ftDate,ftTime,ftDateTime,ftTimeStamp];
MemoFieldTypes = [ftMemo,ftFmtMemo,ftWideMemo];
BlobFieldTypes = [ftBlob,ftGraphic,ftOraBlob,ftOraClob];
BlobFieldTypes = [ftBlob,ftDBaseOLE,ftGraphic,ftOraBlob,ftOraClob,ftParadoxOLE];
implementation