bdn.borland.com

Article #29226: Cannot create new connection because in manual or distributed transaction mode

Problem


When using the MSSQL dbExpress driver with a ClientDataSet and a Provider, keep getting the following error when calling ApplyUpdate:
Cannot create new connection because in manual or distributed transaction mode


Suggested Work Around:


Set "poFetchDetailsOnDemand" (for the Provider) to False. This is a known issue when it is set to True.

Last Modified: 30-OCT-02