ORA-01460 in ZDbcOracleUtils

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
Bofinken
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: 11.01.2014, 16:10

ORA-01460 in ZDbcOracleUtils

Post 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
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: ORA-01460 in ZDbcOracleUtils

Post by EgonHugeist »

Hi Bofinken,

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

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Post Reply