Hi,

I think parallel transactions are not supported by .net provider.
So, is there any way to achieve this?

I want to have something like this:

FbTransaction transaction1 = FbConnection.BeginTransaction("ADDITION");
//do something
   FbTransaction transaction2 = FbConnection.BeginTransaction("UPDATION");
   //do another
   transaction2.Commit("UPDATION");
//do something
transaction1.Commit("ADDITION");


Thanks in advance,
Manish
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to