Subject | Re: [firebird-support] ERROR: arithmetic exception in select statement |
---|---|
Author | Ivan Prenosil |
Post date | 2007-03-06T16:48:16Z |
> I need some help to understand the ISC ERROR CODE:335544321 commingI get this error when I connect using dialect-1.
> 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 think it is a bug. However, dialect-1 is obsolete for 7 years,
the best you can do is to stop using it.
Ivan