TOraSession.Options.Net and TOraQuery.Options.AutoClose

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Legion
Posts: 30
Joined: Wed 01 Jun 2005 15:38
Location: Russia

Post by Legion » Tue 28 Nov 2006 12:56

plash wrote:Set the AutoClose option to True, AutoPrepare and KeepPrepared options to False.
Thanks

Legion
Posts: 30
Joined: Wed 01 Jun 2005 15:38
Location: Russia

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.

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

Post by Plash » Wed 15 Aug 2007 11:30

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

Legion
Posts: 30
Joined: Wed 01 Jun 2005 15:38
Location: Russia

Post by Legion » Thu 16 Aug 2007 09:25

I am waiting...
What the approximate target date for next build?

Post Reply