Subject | Re: [firebird-support] About the current transaction |
---|---|
Author | W O |
Post date | 2012-10-31T12:39:43Z |
Thank you very much Thomas.
Greetings.
Walter.
El 31/10/2012 03:58, "Thomas Steinmaurer" <ts@...> escribi�:
Greetings.
Walter.
El 31/10/2012 03:58, "Thomas Steinmaurer" <ts@...> escribi�:
> **[Non-text portions of this message have been removed]
>
>
> > 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
>
>