Subject Re: [firebird-support] About the current transaction
Author Thomas Steinmaurer
> 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