Subject integer limit in FB
Author someone from eXact SRL
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