Subject | how see transactions in sql with ado.net providers |
---|---|
Author | korkless |
Post date | 2009-10-30T09:12:44Z |
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
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