火鸟和德尔福 XE
谁能解释一下 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Windows x64 上,您可以:
dbExpress 应与 fbembed.dll 一起使用。你需要设置
On Windows x64 you can:
dbExpress should work with fbembed.dll. You need to set
对于服务器端,您将需要:
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.