DisconnectedMode and threading

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 05 Jun 2009 08:41

I mean TMSConnection.

You can use DisconnectedMode in a thread if you work with a connection in this thread only.

If you use one connection from several threads, DisconnectedMode does not work properly.

Post Reply