I have a problem by setting oraquery.sql.text in a loop!
The first time it works and the second time the program stopps with no exception nothing....
Have somebody an idee?
Thanks
The code:
quOra.close
quOra.SQL.text:='delete from a."test" where '+
'REF='''+s1+''' ';
quOra.Execute;
PS: I'm using the latest ODAC-Suite in BDS2006 with Oracle 10g