Subject | Re: [ib-support] DBISAM to FB |
---|---|
Author | Daniel Rail |
Post date | 2003-01-14T00:13:33Z |
Hi,
Time fields are already supported. AutoInc fields can be setup as an
Integer field that is a primary key and using generators to keep track
of the latest value used.
INDEX), you'll notice that only the index name is needed and the table
name is not used in it.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)
> Is anyone aware of any docs relating to this subject... or advice on how toThere's a possibility of this happening with any conversion.
> proceed?
> Issues I've come across so far:
> - Reserved Words... oh boy<g>
> - Boolean, Time and AutoInc field types not supportedFB 1.5 will have support for Boolean fields. If you use dialect 3,
Time fields are already supported. AutoInc fields can be setup as an
Integer field that is a primary key and using generators to keep track
of the latest value used.
> - Same Index names, even on different tables, not allowedCorrect. If you look at some of the DML statements (i.e. ALTER
INDEX), you'll notice that only the index name is needed and the table
name is not used in it.
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)