Subject Re: [firebird-support] Int64 Field Type
Author Paul Vinkenoog
Hi Slim,

> Can any one help I was under the impression that FB implemented the
> Int64 field type.
> Is this true and if so how is it declared.

Yes, and it's simply called INT64, like in:

create table MyTable (
big_id int64,
charfield char( 3 ),
...,
...
);

In fact this datatype was already defined in IB 6; you must use
dialect 3 however.


Greetings,
Paul Vinkenoog