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 derfloh 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
Joined
May 6, 2003
Messages
5
Location
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