Row prefetch attribute

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Tim

Row prefetch attribute

Post by Tim » Wed 09 Feb 2005 12:26

Here http://www.crlab.com/odac/History.txt (in 4.15.0.13 05.06.03) there is: "Bug with prefetch attributes on Oracle client 8.1.6 fixed"
How can I set attribute for row prefetch?

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

Post by Alex » Wed 09 Feb 2005 16:07

This is an internal OCI function call attribute used for prefetching on the OCI side, you don't have access to it.

Tim

Post by Tim » Thu 10 Feb 2005 05:18

It's a pity :(
In JDBC I can do it. Why this feature is inaccessible in ODAC?

Post Reply