火鸟和德尔福 XE

发布于 2024-10-20 02:18:49 字数 286 浏览 2 评论 0原文

谁能解释一下 Delphi-XE 和 64 位 Windows 上 Firebird 的默认要求是什么?

据我了解,您需要 fbclient.dll 和 dbxfb.dll (两者都在应用程序路径或 c:\windows\syswow64 ????)

还需要什么吗? (如果不使用嵌入式,则运行的服务除外)?

dbexpress 也可以与 fbeembedded.dll 一起使用吗?

任何有关 Firebird/DelphiXE/dbExpress 的信息表示赞赏。

谢谢

Can anyone explain what the default requirements are for Firebird on Delphi-XE and 64bit windows ?

From what I understand, you need fbclient.dll and the dbxfb.dll
(with both being in app path or c:\windows\syswow64 ????)

Is there anything else needed ? (other than the service running if not using embedded) ?

Also does dbexpress work with fbembedded.dll ??

Any info on Firebird/DelphiXE/dbExpress appreciated.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

素年丶 2024-10-27 02:18:49

在 Windows x64 上,您可以:

  1. 安装 32 位或 x64 服务器软件。
  2. 安装32位fbclient.dll,因为Delphi XE是32位应用程序。
  3. 安装32位fbembed.dll,因为Delphi XE是32位应用程序。

dbExpress 应与 fbembed.dll 一起使用。你需要设置

VendorLib=fbembed.dll

On Windows x64 you can:

  1. install 32bit or x64 server software.
  2. install 32bit fbclient.dll, because Delphi XE is a 32bit application.
  3. install 32bit fbembed.dll, because Delphi XE is a 32bit application.

dbExpress should work with fbembed.dll. You need to set

VendorLib=fbembed.dll
南风起 2024-10-27 02:18:49

对于服务器端,您将需要:
DbxCommonDriver160.bpl
dbxfb.dll
DBX火鸟
驱动程序160.bpl
fbclient.dll

希望这有帮助。

For the server side you will need:
DbxCommonDriver160.bpl
Dbxfb.dll
DBXFirebird
Driver160.bpl
fbclient.dll

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文