Re: [Firebird-net-provider] DDEX x64

2006-06-30 Thread Graham Hardwick
VisualStudio\8.0\... That is, you need to add "Wow6432Node" to each line. It then works just like in 32bit machines. Graham Hardwick Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Dow

[Firebird-net-provider] ConnectionStringBuilder and FirebirdClient RC5 problem

2006-06-02 Thread Graham Hardwick
I tried FirebirdClient v2.0 Release Candidate 5 with my project and now whenever I connect to the database using ConnectionStringBuilder I get the following error message... "An invalid connection string argument has been supplied or a required connection string argument has not been supplied"

[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 FbConnection(conStrbuilder.Connec

[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

[Firebird-net-provider] DDEX

2006-04-20 Thread Graham Hardwick
Has anyone looked at how SQLite's ADO.NET 2.0 provider integrates with Visual Studio 2005 ? It only requires running the install.exe file and SQLite is available in VS2005. Firebird's provider's integration into VS2005 is clumsy, and it's not available like SQLite's is. Since SQLite is open so