Subject Re: [firebird-support] C# check active transaction of a connection
Author Carlos Guzmán Álvarez
Hello:

>I used to use the below method to do that
>
>private bool CheckHaveActiveTransaction()
>{
>try{
> Connection.BeginTransaction();
> Connection.Commit();
>}catch()
>{
>return true;
>}
>}
>
>
What are you using to access firebird from C# ?? The Firebird
.NET Provider (it doesn't have a Commit method in the connection,
that is why ask what are you using )

--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain

"In the end there can be only one" (Highlander)