Subject how see transactions in sql with ado.net providers
Author korkless
hi all, i'm using firebird with nhibernate and ado.net data provider.

i don't know very well ado.net and firebird so maybe this is a stupd question...

i want check the transaction boundary of my sql command but when i see the nhibernate logs i can only see my queries as
insert ....

i want know if there's same log/interceptor or another way to see also the transaction (whant i mean is to see samething as

SET TRANSACTION READ WRITE;
INSERT ...
COMMIT;

thanks