logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: System.TransactionScope: msg#00125

Subject: Re: System.TransactionScope
Hi,

Here is the connection string:

"data source=192.168.0.1;initial catalog=/var/fdb/testdb.fdb;user id=sysdba;password=masterkey"

Thanks,
Madars.

Carlos Guzmán Álvarez wrote:
Hello:

  
Code fragments:

            using (TransactionScope ts = new TransactionScope())
            {
                DetailsView1.InsertItem(false);
                throw new Exception("Test");
                ts.Complete();
            }
    

Could you please post your connection string ??

-------------------------------------------------------------------------
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
Firebird-net-provider-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
  

-------------------------------------------------------------------------
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
Firebird-net-provider-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
<Prev in Thread] Current Thread [Next in Thread>