1

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...

3
  • what you mean not working? connection problem or what? you have to give more info about your quest. Commented 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. Commented Jan 4, 2012 at 11:16
  • did you try copy it to the System32 folder ? Commented Jan 4, 2012 at 11:32

2 Answers 2

2
  1. Ensure that the fbembed.dll is in the same folder as your application source code
  2. Add the fbembed.dll to your C Sharp application from the "Add existing item" menu option (if you have not already done so)
  3. 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.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.