Hello:
Here is some code that results in the error message when using
transactions with datasets.
It's more informative than my last message.
The code works with SQL Server 2005 and with SQLite.
Please can you send a test database to my private email ??
-
Here is some code that results in the error message when using
transactions with datasets.
It's more informative than my last message.
The code works with SQL Server 2005 and with SQLite.
FbTransaction transaction = null;
using (FbConnection myConnection = new
FbConnection(conStrbuilder.Connec
Using Firebird RC1 and the FirebirdClient 2.0 RC3 transactions with
datasets always fail with a cryptic error message.
I have tried many variations, but it just won't work.
The error message...
"Execute requires the Command object to have a Transaction object when
the Connection object assigned