Hi,
I tried to issue the statement
SET TRANSACTION LOCK TIMEOUT 5
by calling FbCommand.ExecuteNonQuery(), and I received the error:
invalid transaction handle (expecting explicit transaction start)
What does this error mean?
Immediately prior to calling ExecuteNonQuery, I set the Transaction
field of my Statement object:
stmt.Transaction = cn.BeginTransaction(IsolationLevel.ReadCommitted);
This seems to work fine for all other SQL statements I've tried,
but causes an error on the SET TRANSACTION statement.
Does this statement need to be handled differently?
thanks,
bryan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider