Problem by setting oraquery.sql.text >> HELP PLEASE

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bart57
Posts: 1
Joined: Mon 09 Oct 2006 12:37

Problem by setting oraquery.sql.text >> HELP PLEASE

Post by bart57 » Mon 09 Oct 2006 12:43

Hi,

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

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 10 Oct 2006 15:13

We couldn't reproduce this error. Please send to ODAC support address complete sample that demonstrates this problem and include script to create server objects.

Post Reply