Firebird - 如何使用带有 ODBC / OleDB 的嵌入式服务器
我需要使用 ODBC / OleDB 连接到 Firebird 数据库,但没有服务器,所以我想安装嵌入式服务器。
我下载了嵌入式firebird服务器,放入数据库文件夹中,将fbembed重命名为gds32.dll,然后安装了IBProvider,然后尝试创建数据库连接。但每次我尝试测试连接时,它都会告诉我找不到 gds32.dll。
我应该在哪里安装嵌入式 firebird 服务器 dll,以便 OldDBprovidrr 找到它们?我正在尝试在与 OldDB 提供程序相同的文件夹中,在 System32 中的 db 文件夹中。没有一个起作用。
我有 Win7 x64 Ultimate,我需要从 VS 2008 SSIS 项目、VS 2008 应用程序以及可能从 Access 数据库访问该数据库,作为通过 ODBC 连接的链接表
感谢您的建议
I need to connect using ODBC / OleDB to a Firebird database, but without the server, so I want to install the embedded server.
I downloaded the embedded firebird server, put into database folder, renamed fbembed to gds32.dll, , then I installed IBProvider, and i was trying to create the database connection. But everytime I try to test the connection it tells me it cannot find gds32.dll.
Where I should install embedded firebird server dll's for the OldDB providrr to find them? I was trying in same folder as OldDB provider, in System32, in db folder. None worked.
I have Win7 x64 Ultimate, and I need to access that db both from a VS 2008 SSIS project, from a VS 2008 app, and maybe from a Access database, as linked tables through a ODBC connection
Thanks for suggestions
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用ODBC驱动解决了这个问题。
它要求提供客户端库,应从嵌入式服务器中选择 gds32.dll,一切正常。
I solved the problem with ODBC driver.
It asks for client library, where one should select the gds32.dll from embedded server, and all workes ok.