Installation with other CoreLab access components

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mufalo
Posts: 15
Joined: Mon 21 Nov 2005 18:00

Installation with other CoreLab access components

Post by mufalo » Wed 21 Mar 2007 18:57

How install IBDAC with ODAC ?

Thank you.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 22 Mar 2007 08:22

ODAC, SDAC, MyDAC, and IBDAC components use common base packages (for Win32) and assemblies (for .NET) listed below:

Packages:
· dacXX.bpl
· dacvclXX.bpl
· dcldacXX.bpl

Assemblies:
· CoreLab.Dac.dll
· CoreLab.Vcl.dll
· CoreLab.Dac.Design.dll
· CoreLab.Dac.AdoNet.dll

Note that product compatibility is provided for the current build only. In the other words, if you upgrade one of the installed products, it may conflict with older builds of other products. In order to continue using the products simultaneously, you should upgrade all of them at the same time.

The lates compatible versions are:
ODAC 5.80.0.40 16.02.07
IBDAC 1.10.0.15 16.02.07

EmirZ
Posts: 5
Joined: Mon 09 Jul 2007 13:11
Location: Sarajevo

Post by EmirZ » Mon 09 Jul 2007 13:27

What about SDAC and IBDAC !?

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Wed 11 Jul 2007 11:14

The latest compatible versions are:
IBDAC 2.10.0.9 12.06.07
SDAC 4.10.0.9 12.06.07
ODAC 6.10.0.9 12.06.07
MyDAC 5.10.0.9 12.06.07

alexclerk
Posts: 1
Joined: Mon 26 Nov 2007 16:49
Location: Moscow, Russia
Contact:

Post by alexclerk » Mon 26 Nov 2007 17:54

- Alex,

Did you try?

Where I can get for D6: :?: :?: (first of all)
ODAC 5.80.0.40
IBDAC 1.10.0.15

for downloading available only 5.80.0.42

I tried with IBDAC 2.10.0.9 & ODAC 6.10.0.9 (D6) but unsuccessfully
"[Fatal Error] Unit1.pas(7): Unit CRXml was compiled with a different version of CRParser.TParser"
And next start of IDE: (Library paths is ok, sure)
Image

For example:
Dac60.bpl from IbDac (left) and Odac (right)
Image

---
Please I need a compatible pair of components. I have a license for Odac 5.

Post Reply