ORA-01460 in ZDbcOracleUtils
Posted: 07.03.2014, 09:14
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
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