firebird embedded database

  • Thread starter Thread starter www.FreelanZ.nl
  • Start date Start date
W

www.FreelanZ.nl

I am trying to get the embedded Firebird database in my VB.NET app. I
already have the dll, but i can't get it running..

Has anyone an example for me ? This would help a lot. Can't find any on
internet.

Especially i am puzzling with the connection string and the dataAdaper, and
binding the lot to textfields and so on.

If someone can get me an working example, i would be delighted.

Johan

(e-mail address removed)
 
Hello:
Especially i am puzzling with the connection string and the dataAdaper, and
binding the lot to textfields and so on.

I assume you are using the Firebird .NET provider 1.6
(1.5 doesn't work with the embedded server) :)

Have you added a ServerType=1 to the ConnectionString ??
 
Back
Top