Post
by Legion » Tue 14 Aug 2007 15:12
Plash
I try ODAC 6.10.1.10 and I have trouble with REF CURSOR, AutoClose and Net options again.
AutoClose = true, AutoPrepare = false, KeepPrepared = false.
OraQuery.Open; OraQuery.Close;
If Net = false, number of opened cursors not increased.
If Net = true, number of opened cursors increased.