mydac, and IBDAC UniDAC as the source installation

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ec2
Posts: 21
Joined: Fri 27 Nov 2009 14:14

mydac, and IBDAC UniDAC as the source installation

Post by ec2 » Tue 08 May 2012 06:34

Hello, I need mydac, and IBDAC UniDAC as the source installation to RAD STUDIO XE2. Is this possible and what exactly should be dac160.bpl etc..

AndreyZ

Re: mydac, and IBDAC UniDAC as the source installation

Post by AndreyZ » Tue 08 May 2012 07:10

Hello,

Product compatibility is provided for the current build only. To make MyDAC, IBDAC, and UniDAC work simultaneously on the same IDE, you should use the compatible versions of them. The latest compatible versions are the following: MyDAC 7.1.6, IBDAC 4.1.6, UniDAC 4.1.6. If you use compatible DAC versions, all common libraries (BPL) are the same. You will find detailed information about DACs installation from Source Code in the ReadMeSrc.txt files of each DAC product.

ec2
Posts: 21
Joined: Fri 27 Nov 2009 14:14

Re: mydac, and IBDAC UniDAC as the source installation

Post by ec2 » Tue 08 May 2012 09:10

the normal installation ibdac41d16pro, mydac71d16pro unidac41d16pro and also works well. as soon as I install unidac41src etc. I create exactly one product, then I get a lot of error messages and I can not load the packages. The related "readMeScr.txt on a product that is the procedre includes the installation of several * src. Please give me a manual for the installation of the * src for disposal. Locations, paths, etc.

Thank you Eric

AndreyZ

Re: mydac, and IBDAC UniDAC as the source installation

Post by AndreyZ » Tue 08 May 2012 10:43

If you have any DAC Professional Edition installed, you don't need to install its Source Code edition. If DAC Professional Edition installed, you should only extract its source code and add the path to it to Library Path of your IDE. To solve the problem, please try the following:
- remove IBDAC, MyDAC, and UniDAC;
- remove all *dac*.bpl and *crcontrols*.bpl files from your computer;
- remove *.dcu files from your project;
- reinstall IBDAC, MyDAC, and UniDAC Professional Editions;
- extract the UniDAC source code (the unidac41src.zip file) and add the UniDAC_Source_Code_UnPackDir\Source directory to Library Path. UniDAC_Source_Code_UnPackDir is a directory to which you extracted the UniDAC source code.

Post Reply