Error in using Embeded Firebird

被刻印的时光 ゝ 提交于 2019-12-12 05:16:21

问题


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 :

I download Firebird-2.5.1.26351-0_x64_embed.zip and copy the following File in my output folder:

  1. fbembed.dll
  2. firebird.conf
  3. firebird.msg
  4. ib_util.dll
  5. icuin30.dll
  6. icudt30.dll
  7. icuuc30.dll

回答1:


Use ClientLibrary connection string parameter to specify where the fbembed.dll is (or put it into working dir of Telerik OpenAccess.




回答2:


Is Telerik OpenAccess also 64-bit? If not, you need to use the 32-bit firebird embedded.



来源:https://stackoverflow.com/questions/9056696/error-in-using-embeded-firebird

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!