【发布时间】:2017-02-01 13:17:32
【问题描述】:
我正在尝试使用 .NET Firebird Provider 连接到嵌入式 FB 3.0.1 服务器。
据我所知,(也写成here (page 6)),不再有 fbclient.dll\fbembed.dll,而是一个用于远程和嵌入式访问的客户端 fbclient.dll。
但是当我调用 FBConnection.Open() 时,我得到一个 System.DllNotFoundException:
Unable to load DLL 'fbembed':
Impossible to find the specified module (Exception from HRESULT: 0x8007007E).
有什么想法吗?
【问题讨论】:
标签: c# firebird firebird-3.0 firebird-embedded firebird-.net-provider