Re: [Firebird-net-provider] Error FBProvider - FBCommand_Transaction cleans

2007-03-21 Thread Jiri Cincura
Александр Беликов 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

[Firebird-net-provider] Error FBProvider - FBCommand_Transaction cleans

2007-03-21 Thread Александр Беликов
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

Re: [Firebird-net-provider] Error invalid transaction handle

2007-03-21 Thread Carlos Guzmán Álvarez
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. ---

[Firebird-net-provider] Release notification: Firebird 2.0.1

2007-03-21 Thread Helen Borrie
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 -