Subject Re: [firebird-support] About the current transaction
Author W O
Thank you very much Thomas.

Greetings.

Walter.
El 31/10/2012 03:58, "Thomas Steinmaurer" <ts@...> escribi�:

> **
>
>
> > Is it possible to have a SELECT which says me if the current transaction
> ...
> > - Is READ COMMITED or SNAPSHOT
> > - Is READ ONLY or READ WRITE
> > - Is WAIT or NO WAIT
> > ?
>
> SELECT
> *
> FROM
> MON$TRANSACTIONS
> WHERE
> MON$TRANSACTION_ID = CURRENT_TRANSACTION
>
> Regards,
> Thomas
>
>


[Non-text portions of this message have been removed]