| View previous topic :: View next topic |
| Author |
Message |
Tadjou Guest
|
Posted: Sun Sep 26, 2004 7:11 am Post subject: Transaction capacity exceeded ???? |
|
|
Using CDS-->DS--->SqlQuery-->SQLCNX (DBEXPRESS) MSSSQL 2000.
sometimes i have this message'TRANSACTION CAPACITY EXCEEDED' when applying
update.
Can some tell me the solution.
Thanks
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Sun Sep 26, 2004 2:29 pm Post subject: Re: Transaction capacity exceeded ???? |
|
|
SQL Server only supports one transaction per connection. Perhaps you
have another active transaction at the time you try to apply updates.
--
Bill (TeamB)
TeamB cannot answer questions received via email
Tadjou wrote:
| Quote: | Using CDS-->DS--->SqlQuery-->SQLCNX (DBEXPRESS) MSSSQL 2000.
sometimes i have this message'TRANSACTION CAPACITY EXCEEDED' when
applying update.
Can some tell me the solution.
Thanks
|
|
|
| Back to top |
|
 |
|