OraQuery Open method returns 0 rec. although there should be 1 rec.
Posted: 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 ?
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 ?