OraQuery Open method returns 0 rec. although there should be 1 rec.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hdeniz
Posts: 1
Joined: Thu 10 Mar 2005 13:29

OraQuery Open method returns 0 rec. although there should be 1 rec.

Post by hdeniz » Thu 10 Mar 2005 13:52

I assigned the SQL property of my OraQuery to a query like :
SELECT * FROM my_table WHERE cond

At design time it returns 1 record which is true.
However at run time the result is 0 rec.
What am I doing wrong ?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 10 Mar 2005 15:13

Send us please small demo project to demonstrate the problem and include script to create server objects to ODAC support address.

Post Reply