ronald-d-rogers / firebird.embedded

Ez-pz embedding of the Firebird SQL RDMS database
2 stars 4 forks source link

Outdated? #3

Open krilbe opened 6 years ago

krilbe commented 6 years ago

Hi,

Looking to include an embedded FB 3.0 database, I found your NuGet package. But it seems to be outdated...?

If I understand correctly, FB 3.0 doesn't have fbembed.dll, but your package seems to include one.

The DLL:s you've checked in seem to be 3.0.0.something, so I'm somewhat confused. :-)

cavasinf commented 3 years ago

Here is something that can interest you: https://firebirdsql.org/en/news/embedded-server-in-firebird-3/

Or directly the DOC: http://www.ibphoenix.com/files/Embedded_fb3.pdf

IXLLEGACYIXL commented 1 year ago

The docs dont really explain how to include the server into C# , they dont mention integration into projects at all.

Ok i have the engine12.dll .. now what? what should i do with it