Unidac and MyDAC same app

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FerCastro
Posts: 47
Joined: Mon 26 Jun 2006 17:32
Location: México City
Contact:

Unidac and MyDAC same app

Post by FerCastro » Thu 09 Oct 2014 19:33

Hello

Is it possible have MyDAC and Unidac in the same application? I have one remote MySQL Database and it is fastern when I connect with MyDAC than Unidac but I have some local connections to SQLite.

May I install and work both components in the same app?

Regards!

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Unidac and MyDAC same app

Post by ViktorV » Fri 10 Oct 2014 08:43

You can use the Data Access Components (UniDAC and MyDAC) in the same application.
All our DAC products use the same basic core, therefore, for simultaneous installation of components to the same IDE, you should install compatible versions of DAC products.
The latest compatible versions are MyDAC 8.4.11 and UniDAC 5.5.12.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Unidac and MyDAC same app

Post by ViktorV » Fri 10 Oct 2014 09:06

UniDAC providers are based on basic classes of the other Data Access Components (MyDAC), therefore UniDAC and MyDAC performance is equal.
Performance of MyDAC and UniDAC can be different only when the components are differently configured.

FerCastro
Posts: 47
Joined: Mon 26 Jun 2006 17:32
Location: México City
Contact:

Re: Unidac and MyDAC same app

Post by FerCastro » Fri 10 Oct 2014 11:26

Tkanks a lot Viktor.

So what is the most optimous configuration for Unidac working with MySQL in a remote database?

Thanks and best regards.

Fernando

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Unidac and MyDAC same app

Post by ViktorV » Fri 10 Oct 2014 13:05

Optimal configuration of UniDAC for work with MySQL server depends on your requirements.
You can read about increasing performance when working with UniDAC in the UniDAC help: http://www.devart.com/unidac/docs/incre ... rmance.htm

Post Reply