Re: About ToraQuery's Parambyname option in Direct Mode
Posted: Sun 13 Dec 2009 11:27
In our system we have some problem on insert queryjang wrote:Dear Plash
Why don't you answer to my question?
Please answer anywhere
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