I am trying to setup an embedded database for my c# application. I try many things but cannot get it working. How can I do it? I mean which files to which folder? I have firebirdclient referenced in my program. Could you please write a summary? thanks in advance...
-
what you mean not working? connection problem or what? you have to give more info about your quest.Mustafa Ekici– Mustafa Ekici2012-01-04 11:02:43 +00:00Commented Jan 4, 2012 at 11:02
-
"fbembed not found" it says, although I add fbclient.dll and fbembed.dll (renamed version of fbclient.dll) into debug folder.Mehmed– Mehmed2012-01-04 11:16:14 +00:00Commented Jan 4, 2012 at 11:16
-
did you try copy it to the System32 folder ?Mustafa Ekici– Mustafa Ekici2012-01-04 11:32:01 +00:00Commented Jan 4, 2012 at 11:32
Add a comment
|
2 Answers
- Ensure that the
fbembed.dllis in the same folder as your application source code - Add the
fbembed.dllto your C Sharp application from the "Add existing item" menu option (if you have not already done so) - Set the output property of this item to "Copy Always".
I have been using C# and fbembed.dll a lot recently, if you need any more information please reply here.
Comments
With little bit older links (older versions of FB), but still valid http://blog.cincura.net/224165-firebird-embedded-and-net/ .
Also you should use proper fbembed.dll and not just rename fbclient.dll.