Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Firebird and .NET

Status
Not open for further replies.

agrif98

MIS
May 6, 2003
5
US
I am trying to connect to a Firebird Database sitting on my desktop using C#.NET. I have included the Firebird .NET source. I keep getting this error: "Invalid PInvoke metadata format." I am not sure what I am doing wrong. Here is my connection string:

private const string m_sConnectString =
"User=SYSDBA;" +
"Password=masterkey;" +
"Database=C:\\Firebird\\QUALITRAC.fdb;" +
"DataSource=localhost";

When I look at the the Connection object, it doesn't look like the DATABASE is getting set.
 
Firebird questions get a lot of answers in "firebird-support@yahoogroups.com"



Martijn Tonies
Database Workbench - the developer tool for InterBase and Firebird
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top