Page 1 of 1

ODAC 6.90.0.54 and Oracle Client 9.0 Bug

Posted: Tue 12 Jan 2010 13:13
by finick

Code: Select all

  object OraQuery1: TOraQuery
    Session = OraSession1
    SQL.Strings = (
      'begin'
      '  open :cur for select * from dual;'
      'end;')
    ParamData = 
  end
Error : SQL statement doesn't return rows

If you are using client 8,10,11 it's ok.

Posted: Wed 13 Jan 2010 08:29
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.