Subject | Re: [firebird-support] About the current transaction |
---|---|
Author | Thomas Steinmaurer |
Post date | 2012-10-31T06:58:36Z |
> Is it possible to have a SELECT which says me if the current transaction ...SELECT
> - Is READ COMMITED or SNAPSHOT
> - Is READ ONLY or READ WRITE
> - Is WAIT or NO WAIT
> ?
*
FROM
MON$TRANSACTIONS
WHERE
MON$TRANSACTION_ID = CURRENT_TRANSACTION
Regards,
Thomas