1

Assuming the Firebird client is installed what additional files need to be included with a Delphi 2010 application that uses dbExpress to access the Firebird database.

I assume dbxfb.dll (midas is included in the project 'uses') is required. Any others?

1 Answer 1

3

@John, you need deploy these files

  • dbxfb.dll (firebird dbexpress driver)
  • dbxconnections.ini
  • dbxdrivers.ini
  • midas.dll (if you use midas, unless you use the midaslib unit)
  • fbclient.dll (the Firebird client library)

Additionally you can check theses links

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

1 Comment

looks like you don't need these dbxconnections.ini dbxdrivers.ini

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.