Subject Re: [ib-support] Want to use 64 bit integers
Author Nols Smit
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 ?


Regards


----- Original Message -----
From: "Paul Vinkenoog" <paul@...>
To: "FireBird Support" <ib-support@yahoogroups.com>
Sent: 20 May, 2003 12:32 PM
Subject: Re: [ib-support] Want to use 64 bit integers


> Hello Nols,
>
> > How do I declare 64 bit integers in FireBird. I want to use it as
> > the key value of a certain table.
> >
> > Will this syntax do?
> >
> > CREATE DOMAIN ID_INTEGER64BIT AS
> > NUMERIC(18,0)
> > NOT NULL
>
> You don't have to create a domain. Just use the internal datatype
> INT64 and you're there.
>
> Greetings,
> Paul Vinkenoog
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>