About ToraQuery's Parambyname option

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tucatuca
Posts: 1
Joined: Sun 13 Dec 2009 11:15

Re: About ToraQuery's Parambyname option in Direct Mode

Post by tucatuca » Sun 13 Dec 2009 11:27

jang wrote:Dear Plash
Why don't you answer to my question?
Please answer anywhere
In our system we have some problem on insert query
in code
oraquery.parambyname('PARAM').Value:=DataSet.FieldByName('Field').Value;
error on oraquery.execsql some time, but if
oraquery.parambyname('FIELD').asString:=DataSet.FieldByName('Field').asString;
oraquery.execsql ok

If Value of Param = Null and use Value dbMonitor displays type of PARAM as unknown, if asString VarChar(0). It is ok?

we use registered version 6.90.0.54 of odac for Delphi 7 Directmode=false

ps sorry for my bad english

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 15 Dec 2009 10:15

Please describe how to reproduce the problem.

Post Reply