Cannot create new transaction because capacity was exceeded.

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
teasy
Posts: 4
Joined: Thu 10 Jan 2008 09:25

Cannot create new transaction because capacity was exceeded.

Post by teasy » Thu 25 Sep 2008 10:20

Hi,

Just moved from BDS2006 to RAD2007 using dbexpsda40.dll 4.25.0.10

TClientDataSet --> Insert, Post works fine

ApplyUpdates(0) on TClientDataSet raises exception "Cannot create...exceeded"

There is no BeginTransaction and/or CommitFreeAndNil.

The corresponding TSQLConnection - Param FetchAll = True

It "seems" that implicit transactions are on, checking the DB gives implicit transactions off.

What's wrong? Please help :(

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 30 Sep 2008 06:40

Please try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com.

Post Reply