Subject Re: [firebird-support] Strange API string truncation error
Author Ivan Prenosil
> I have just run across a problem reading back data from a connection
> using the IB API. The query is
>
> SELECT ((EXTRACT(YEAR FROM "Calcs"."datetime0") || '')) AS
> "none:B11703:nk"
> FROM "Calcs"
> GROUP BY 1
>
> the error is
>
> File: db\firebirdprotocol.cpp, Line: 1534
> Status: 335544321
> arithmetic exception, numeric overflow, or string truncation

Have you tried ISQL ?

Ivan