本文介绍了使用嵌入式Firebird时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用telerik OpenAccess通过此ConnectionString连接到firebird数据库:
I used telerik OpenAccess to connect to firebird Database with this ConnectionString :
"ServerType=1;User=SYSDBA;Password=masterkey;Dialect=3;Database=TEST.fdb"
,当我要选择表格时,出现此错误:
and when i want to select my tables i get this error :
我下载了Firebird-2.5.1.26351-0_x64_embed.zip,并将以下文件复制到我的输出文件夹中:
I download Firebird-2.5.1.26351-0_x64_embed.zip and copy the following File in my output folder:
- fbembed.dll
- firebird.conf
- firebird.msg
- ib_util.dll
- icuin30.dll
- icudt30.dll
- icuuc30.dll
推荐答案
使用ClientLibrary
连接字符串参数指定fbembed.dll所在的位置(或将其放入Telerik OpenAccess的工作目录中.
Use ClientLibrary
connection string parameter to specify where the fbembed.dll is (or put it into working dir of Telerik OpenAccess.
这篇关于使用嵌入式Firebird时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!