Page 1 of 1

Disconnected Mode

Posted: Sat 08 Sep 2012 23:22
by markdelphi
Hello:

I have the following question:

Before working with Delphi ADO components. Now I work with SDAC, my work schedule has been: Connect - Run - Disconnect. For this scheme to work, I recommend using the Disconnected Mode with Pooling.?

Thanks

Re: Disconnected Mode

Posted: Mon 10 Sep 2012 09:51
by AndreyZ
Hello,

Yes, to work in the Connect-Run-Disconnect mode, it is correct to use Disconnected Mode. The drawback of using the disconnected mode is that each connection establishment requires some time for authorization. If connection is often closed and opened it can slow down the application work. In this case, we recommend to use pooling to solve this problem. For more information, please read the "Disconnected Mode" and "Connection Pooling" topics in the SDAC documentation.