Subject Re: [firebird-support] FIB Plus Error
Author Ray Jenkins
On 11/17/05, Dilish <dilish_tv@...> wrote:
>
> While Executing my application am getting the following error.
> (Working fine in Win 2003 Servers..!!!)

Does this mean you have two different databases that your trying this
query on, and its working on one but not the other?

> arithmetic exception, numeric overflow, or string truncation.
>

If the above assumption is correct, I would first check that the Table
definitions are the same, this error for me has almost always been my
app trying to send down more string data than I had column width for,
so I would have to go back into my app and guard against strings with
too many characters being sent in a query.