Re: [Firebird-net-provider] Transactions with datasets

2006-05-05 Thread Carlos Guzmán Álvarez
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 ??

[Firebird-net-provider] Transactions with datasets

2006-04-25 Thread Graham Hardwick
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

[Firebird-net-provider] Transactions with datasets

2006-04-24 Thread Graham Hardwick
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