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
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"
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
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