| View previous topic :: View next topic |
| Author |
Message |
Diego Guest
|
Posted: Tue Mar 08, 2005 7:32 pm Post subject: Cannot create new transaction because capacity was exceeded |
|
|
Hello guys I'm getting the error
Cannot create new transaction because capacity was exceeded
when I try to applyUpdates on a master detail table and sometimes
on editing some fields ....
Can someone give me a light ?
Thanks a lote,
Regards,
Diego
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Tue Mar 08, 2005 8:39 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
Not likely unless you tell us what database you are using.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
Diego wrote:
| Quote: | Can someone give me a light ?
|
|
|
| Back to top |
|
 |
Ramesh Theivendran(Borlan Guest
|
Posted: Tue Mar 08, 2005 11:53 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
This error is associated with MSSQL.
T.Ramesh.
"Bill Todd" <no (AT) no (DOT) com> wrote
| Quote: | Not likely unless you tell us what database you are using.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
Diego wrote:
Can someone give me a light ?
|
|
|
| Back to top |
|
 |
Diego Guest
|
Posted: Wed Mar 09, 2005 11:58 am Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
I'm using MSSQL and I need help :/
Thanks a lote guys !
Ramesh how can I solve this ?
Can you give me some tip or something ?
Regards,
Diego.
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Wed Mar 09, 2005 2:04 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
SQL Server only allows one active transaction per connection.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
|
|
| Back to top |
|
 |
Diego Guest
|
Posted: Wed Mar 09, 2005 2:45 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
So how can I solve that ?
Do you know some work around for this ?
becuse I've an master detail table so when I applyupdates it gives me
the error but its a simple master detail with clientdataset !
Thanks a lote Bill
Regards,
Diego.
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Wed Mar 09, 2005 2:55 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
I assume that the problem is that something in your app is leaving a
transaction open and you are trying to start another transaction when you
apply updates. The solution is to only have one transaction active at one
time. This is not a bug in dbExpress. It is a limitation of SQL server and
you must write your code to work within this constraint.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
|
|
| Back to top |
|
 |
Diego Guest
|
Posted: Wed Mar 09, 2005 8:24 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
Hey Bill I'm posting an Message named To Bill Todd - MSSQL Scheme in the
newsgroup borland.atachments
So Bill can you take a look and say to me what am I doing wrong ?
Thanks,
Regards,
Diego.
|
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Wed Mar 09, 2005 9:03 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
Sorry but I do not have the time at the moment.
--
Bill Todd (TeamB)
TeamB cannot answer questions received via email
Diego wrote:
| Quote: | So Bill can you take a look and say to me what am I doing wrong ?
|
|
|
| Back to top |
|
 |
Remo Tex Guest
|
|
| Back to top |
|
 |
Diego Guest
|
Posted: Thu Mar 10, 2005 1:00 pm Post subject: Re: Cannot create new transaction because capacity was excee |
|
|
Thanks Remo
No its working without the transaction error !
I think that if you do an master detail using the scheme that I show ya
the client dataset apply the updates to the other client dataset the
seens to apply updates to so it creates a new transaction then the sql
raises the error :/
But Now its working fine :)
Thanks a lote Remo,
Regards,
Diego.
|
|
| Back to top |
|
 |
|