Subject | RE: [firebird-support] Int64 Field Type |
---|---|
Author | slim |
Post date | 2003-06-20T07:20:42Z |
Thanks Paul thats what I thought, but as Helen say's its only in 1.5.
Many thanks
Slim
-----Original Message-----
From: Paul Vinkenoog [mailto:paul@...]
Sent: 19/06/2003 23:19
To: Firebird-Support (E-mail)
Subject: Re: [firebird-support] Int64 Field Type
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
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Many thanks
Slim
-----Original Message-----
From: Paul Vinkenoog [mailto:paul@...]
Sent: 19/06/2003 23:19
To: Firebird-Support (E-mail)
Subject: Re: [firebird-support] Int64 Field Type
Hi Slim,
> 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
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/