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
Disconnected Mode
Re: Disconnected Mode
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.
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.