Subject | Re: [firebird-support] Int64 Field Type |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-06-19T22:19:21Z |
Hi Slim,
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
> Can any one help I was under the impression that FB implemented theYes, and it's simply called INT64, like in:
> Int64 field type.
> Is this true and if so how is it declared.
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