diff --git a/fcl/db/db.pp b/fcl/db/db.pp index 8c375f3c4f..439b46330d 100644 --- a/fcl/db/db.pp +++ b/fcl/db/db.pp @@ -63,6 +63,10 @@ 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;