Subject Re: [firebird-support] ERROR: arithmetic exception in select statement
Author Ivan Prenosil
> I need some help to understand the ISC ERROR CODE:335544321 comming
> from the firebird engine(version 1.5.3) when i try the following sql
> statement
>
> SELECT (1000000 * 0.029717682) * 20 FROM ANY_TABLE.
>
> If i use
>
> SELECT (1000000 * 0.029717682) * 2 FROM ANY_TABLE
>
> it works fine.

I get this error when I connect using dialect-1.
I think it is a bug. However, dialect-1 is obsolete for 7 years,
the best you can do is to stop using it.

Ivan