Page 1 of 1

ORA-01460 in ZDbcOracleUtils

Posted: 07.03.2014, 09:14
by Bofinken
When using Lazarus 1.2.0 and ZEOSLIB 7.2.0-alfa latest from svn and TZConnection and TZQuery
I get Error in ZDbcOracleUtils row 789 and ORA-01460, "unimplemented or unreasonable conversion requested"
When using a number in string (qry.ParamByName('dinrar').asString := '2010';)
This works perfect with Delphi 7 and ZEOSLIB 7.1.3

Reverted today 2014-13-08 to ZEOSLIB 7.1.3 for Lazarus and got everything working again.
It is the ZQuery.ParamByName('xx').asString that fails, sometimes with an error and sometimes just not finding the value.
Seems that ParamByName.asInteger is working

Re: ORA-01460 in ZDbcOracleUtils

Posted: 27.06.2014, 23:14
by EgonHugeist
Hi Bofinken,

did some OCI refactoring inbetween. Could you update to latest revision R3178 actually and verify again?

Michael