I used telerik OpenAccess to connect to firebird Database with this ConnectionString :

"ServerType=1;User=SYSDBA;Password=masterkey;Dialect=3;Database=TEST.fdb"

enter image description here

and when i want to select my tables i get this error : enter image description here

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
link|improve this question

75% accept rate
feedback

2 Answers

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

link|improve this answer
I use "ClientLibrary=fbembed.dll" in my connection String but i can't Connect to Database. my Error is : An attempt was made to load a program with an incorrect format. – Mahdi jokar Jan 30 at 20:19
You have to put there full path. And make sure you have proper fbembed.dll according to your program - 64bit vs. 32bit. – cincura.net Jan 31 at 7:37
my OS is 64 bit and i am using 64bit Firebird.and i use Fullpath for Clientlibrary (for example E:\fbembed.dll) but i still have problem. – Mahdi jokar Jan 31 at 7:53
feedback

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

link|improve this answer
i use 32bit openaccess and firebird but still i have same problem – Mahdi jokar Feb 3 at 20:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.