Александр Беликов wrote:
> FbConnection C = new FbConnection("...");
> FbTransaction T;
> FbCommand cm1 = new FbCommand("update...", C);
> FbCommand cm2 = new FbCommand("update...", C);
> //Cycle etc...
> T = C.BeginTransaction();
> cm1.Transaction = T;
> cm2.Transaction = T;
>
> But when cm2.Tran
Hi!
I try to execute two updates in one transaction:
FbConnection C = new FbConnection("...");
FbTransaction T;
FbCommand cm1 = new FbCommand("update...", C);
FbCommand cm2 = new FbCommand("update...", C);
//Cycle etc...
T = C.BeginTransaction();
cm1.Transaction = T;
cm2.Transaction = T;
But whe
Hello:
> I've build a simple test application to reproduce the behavior. I can
> post it
> to this list if there is some interest.
Can you send it to my private email, please ??
Or you can fill a bug in the firebird tracker and post the sample there.
---
The Firebird team is pleased to announce the latest Firebird 2
sub-release, V.2.0.1. Binary and source kits for Linux and Windows
have begun to appear at the Sourceforge mirrors today. Details all at
http://firebirdsql.org .
The Firebird Project Team
-