Subject | integer limit in FB |
---|---|
Author | someone from eXact SRL |
Post date | 2004-12-23T06:58:04Z |
Hi all,
What is the integer limit in Firebird ?
in Interbase
select cast(99999999999 as integer) as id_xx
worked.
In FB the same query triggers an arithmetic exception.
but
select cast(999999999 as integer) as id_xx
is OK .
Can anybody send me some documentation about differences between IB and FB ?
Thank you,
Tiberiu
What is the integer limit in Firebird ?
in Interbase
select cast(99999999999 as integer) as id_xx
worked.
In FB the same query triggers an arithmetic exception.
but
select cast(999999999 as integer) as id_xx
is OK .
Can anybody send me some documentation about differences between IB and FB ?
Thank you,
Tiberiu