OraSession autoconnect

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sinys
Posts: 186
Joined: Tue 21 Feb 2012 03:44

OraSession autoconnect

Post by sinys » Sun 07 Oct 2012 17:52

When OrsSession disconnected I set OraQuery.Open then OrsSession.Connected automaticly set "True", how I can avoid this and get exception?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: OraSession autoconnect

Post by AlexP » Mon 08 Oct 2012 09:15

hello,

For the time being, when opening DataSet, the connection will be established automatically, we will add an option responsible for this behaviour in one of the next ODAC versions.

Post Reply