* Fixed compilation

git-svn-id: trunk@6297 -
This commit is contained in:
joost 2007-02-02 11:10:05 +00:00
parent e37b97cfbf
commit 76c8c2aa69

View File

@ -63,10 +63,6 @@ type
TProviderFlag = (pfInUpdate, pfInWhere, pfInKey, pfHidden);
TProviderFlags = set of TProviderFlag;
{ Part of DBCommon, but temporary defined here (bug 8206) }
TFieldMap = array[TFieldType] of Byte;
{ Forward declarations }
TFieldDef = class;
@ -118,6 +114,10 @@ type
ftDataSet, ftOraBlob, ftOraClob, ftVariant, ftInterface,
ftIDispatch, ftGuid, ftTimeStamp, ftFMTBcd);
{ Part of DBCommon, but temporary defined here (bug 8206) }
TFieldMap = array[TFieldType] of Byte;
{ TDateTimeRec }
TDateTimeAlias = type TDateTime;