开发者

Delphi 2010 and Firebird - what DLL need to be included to deploy

A开发者_StackOverflow社区ssuming 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?


@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

  • Deploying dbExpress Database Applications
  • Deploying Database Applications
  • Minimum Firebird Client Installation on Windows
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜