 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Adriano Guest
|
Posted: Tue Sep 26, 2006 6:21 pm Post subject: Transaction error --> capacity was exceeded |
|
|
Hi all,
I'm trying to use the RollBack but I'm having some problems when I try to
start a new transaction. The error message is: "Cannot create new
transaction because capacity was exceeded", are there some thinks to correct
this problem??? I don't have another transactions.
I tryed to find articles on BDN but I didn't found nothing about this
message error.
I'm using BDS2006 + SQL Server 2005 + DbExpress (TSQLConnection,
TSQLDataSet, TDateSetProvider, TClientDataSet and TDataSource)
procedure TFcadcli.Button1Click(Sender: TObject);
var
tTransact : TTransactionDesc;
begin
try
tTransact.IsolationLevel := xilREADCOMMITTED;
//I get the error in this line
DtMdlCad.CadRedeConexao.StartTransaction( tTransact );
DtMdlCad.cdsCadRede.ApplyUpdates(0);
finally
DtMdlCad.CadRedeConexao.Rollback( tTransact );
DtMdlCad.cdsCadRede.Refresh;
end;
end;
Thanks |
|
| Back to top |
|
 |
Jan Doggen Guest
|
Posted: Fri Oct 06, 2006 7:49 pm Post subject: Re: Transaction error --> capacity was exceeded |
|
|
Adriano,
look here:
http://tinyurl.com/eug8r
Bye
Jan
"Adriano" <adrbrusc (AT) yahoo (DOT) com.br> wrote in message
news:4519296c (AT) newsgroups (DOT) borland.com...
| Quote: | I'm trying to use the RollBack but I'm having some problems when I try to
start a new transaction. The error message is: "Cannot create new
transaction because capacity was exceeded", are there some thinks to
correct
this problem??? I don't have another transactions. |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|