Subject | Re: [firebird-support] Firebird error |
---|---|
Author | Helen Borrie |
Post date | 2008-04-16T12:46:13Z |
At 10:15 PM 16/04/2008, you wrote:
./heLen
>I've a program that migrate data from MS SQLServer Database to 1.5 firebirdYou won't be able to import any integer that is greater than 9,223,372,036,854,775,807 or less than -9,223,372,036,854,775,808. Them's the breaks - Firebird doesn't support a 128-bit integer.
>database. For some records I've an error :
>
>Arithmetic overflow or division by zero has occurred. Unable to execute
>query, but I've not division and I've only one integer column, the others
>are varchar.
>
>Does anyone have an idea about this problem to help me
./heLen