Subject | Re: [firebird-support] Strange API string truncation error |
---|---|
Author | Ivan Prenosil |
Post date | 2007-05-11T17:48:22Z |
> I have just run across a problem reading back data from a connectionHave you tried ISQL ?
> 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
Ivan