如何将 Firebird 嵌入到 winbinder 中?
无论如何,我可以将 firebird 与我的 winbinder 独立应用程序一起使用吗? 我正在使用 winbinder 开发简单的 Windows 应用程序,并且尝试将 firebird 嵌入到我的应用程序中。如果可能的话,有人知道如何做到这一点吗?
Is there anyway that I can use firebird with my winbinder standalone application?
i'm developing simple windows application with winbinder and I was trying to embed firebird with my application. does anybody knows how to do this if its possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有专门用 Winbinder 进行过尝试,但嵌入式 Firebird 服务器对此非常有用。
它基本上是一个 Firebird 客户端库,其中包含数据库服务器。当您使用本地连接(即前面没有 localhost: 或 server: 的连接)时,它将使用嵌入式服务器访问它。
I've not tried it with Winbinder specifically, but the embedded Firebird server is great for this.
It is basically a Firebird client library with the database server included in it. When you use a local connection (i.e. one without localhost: or server: in front) it will access it using the embedded server instead.