Recent

Author Topic: [SOLVED] IBConnection & FireBird 3  (Read 5104 times)

kit

  • New Member
  • *
  • Posts: 39
[SOLVED] IBConnection & FireBird 3
« on: September 29, 2016, 07:59:51 am »
Can not open c:\Program Files\Firebird\Firebird_3_0\examples\empbuild\EMPLOYEE.FDB
Error: usupported on-disk structure for file .. found 12.0, support 11.2
« Last Edit: September 30, 2016, 10:12:54 am by kit »

LacaK

  • Hero Member
  • *****
  • Posts: 691
Re: IBConnection & FireBird 3
« Reply #1 on: September 29, 2016, 11:37:25 am »
It is not related to IBConnection, but to Firebird SQL Server version versus database version. You must look at your instalation of Firebird.
(it seems like you are opening FB 3 database with FB 2.5 server or embeded client DLL)

Devstructor

  • New Member
  • *
  • Posts: 27
    • Devstructor.com - Lazarus Tutorials and more
Re: IBConnection & FireBird 3
« Reply #2 on: September 29, 2016, 03:24:23 pm »
Hi,

what is your hostname and databasename of your TIBConnection component? You may use the embedded server?

Are you using the correct firebird library?
http://www.devstructor.com    Devstructor.com - Lazarus Tutorials and more

talorigomat

  • Jr. Member
  • **
  • Posts: 96
Re: IBConnection & FireBird 3
« Reply #3 on: September 29, 2016, 04:25:08 pm »
Assuming you are using the embedded version of Firebird, then replace fbembed.dll in your application folder with a copy of fbclient.dll from the firebird folder.
Lazarus 1.8.0Rc4, Windows 10

kit

  • New Member
  • *
  • Posts: 39
Re: [SOLVED] IBConnection & FireBird 3
« Reply #4 on: September 30, 2016, 10:15:26 am »
It work after delete all dll files from my app folder)

 

TinyPortal © 2005-2018