Hello,
I am using the latest ODAC with Delphi 2009. When I run this query, it returns 100 rows on Oracle 11, as it should. When I run the same query in Oracle 9, it only returns one row.
SQL Plus seems to work the same way, so it seems this is a bug in Oracle 9 - BUT - if I use an old build of our application which used ODAC 5.70 and Delphi 7, it returns the correct number of rows in Oracle 9.
I am using the same Oracle client - 9.2.0.1 in all cases.
SELECT ROWNUM
FROM dual
connect by level < 101
Thanks,
John
query not returning enough rows
Thank you. I went to look up in the help exactly what PrefetchRows does, but in my Odac for RAD Studio 2009\Doc filter, there is no .chm file or anything else that I can open. I'm not sure if this is an installation bug or what. Here are the files that I have:
CRControls.HxA
CRControls.HxC
CRControls.hxs
CRControls.HxT
CRControlsF.HxK
CRControlsK.HxK
CRControlsN.HxK
Odac.HxA
Odac.HxC
Odac.hxs
Odac.HxT
OdacF.HxK
OdacK.HxK
OdacN.HxK
CRControls.HxA
CRControls.HxC
CRControls.hxs
CRControls.HxT
CRControlsF.HxK
CRControlsK.HxK
CRControlsN.HxK
Odac.HxA
Odac.HxC
Odac.hxs
Odac.HxT
OdacF.HxK
OdacK.HxK
OdacN.HxK