ODAC 6.90.0.54 and Oracle Client 9.0 Bug

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
finick
Posts: 1
Joined: Tue 12 Jan 2010 13:02

ODAC 6.90.0.54 and Oracle Client 9.0 Bug

Post by finick » Tue 12 Jan 2010 13:13

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.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 13 Jan 2010 08:29

We have fixed this problem. The fix will be included in the next build of ODAC.

Post Reply