Subject RE: Re[4]: [firebird-support] Is VERSION a reserved word in Firebird 2.0?
Author Alan McDonald
> > take a look at it closely - it's probably delimited -
> "VERSION" in which
> > case it's fine, albeit inconvenient.
> > Alan
>
>
> No delimiters.
> That is part of my DDL script
>
> Create Table TableInfo (
> Ordinal D_SmallInt,
> NickName D_VarChar3,
> TblName D_VarChar32,
> SQL D_VarChar32,
> Descr D_VarChar255,
> isAccess D_SmallInt_D0,
> Load D_Integer_D0,
> Version D_Integer_D0, <--
> Modified D_BeginTimeStamp
> );
>
>
> Dmitry
>

is that YOUR script or the extracted script?
I certainly cannot make a non-delimited field named VERSION.
What tool do you use to run the script if it's your creation script? Have
you compared this with the extractted metadata?
Alan