Subject Re: [ib-support] Want to use 64 bit integers
Author Paul Vinkenoog
Hi Nols,

> I'm using IB manager 3.4.01 as the tool for creating tables etc. It
> seems that IB Manager does not cater for INT64 fields under it's
> Standard data types.
>
> Is NUMERIC(18,0) the same as INT64 ?

Not exactly, but in dialect 3, if you specify NUMERIC(18,0), Firebird
uses INT64 to store the value internally. So for your purpose it's the
same.

Greetings,
Paul Vinkenoog