MyDac or UniDac with TMySQLUniProvider

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
davor.TCS
Posts: 29
Joined: Thu 05 Apr 2012 22:10
Contact:

MyDac or UniDac with TMySQLUniProvider

Post by davor.TCS » Mon 29 Jul 2013 10:26

What is better to use, MyDAC component for MySQL or UniDAC with TMySQLUniProvider?

RNOVAK
Posts: 26
Joined: Sat 19 Feb 2011 18:30
Contact:

Re: MyDac or UniDac with TMySQLUniProvider

Post by RNOVAK » Mon 29 Jul 2013 13:26

I would like to know too.

Is there diferences between MyDAC and UniDAC to access MySQL ? Which is better or are equal in performance ?

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: MyDac or UniDac with TMySQLUniProvider

Post by DemetrionQ » Mon 29 Jul 2013 16:12

Hello.

UniDAC provides a transparent server-independent interface for working with different databases, for example, MySQL, SQL Server, Oracle, InterBase, and others. However, MyDAC has access to more server-specific features of MySQL Server, like MyBackup, MyServerControl, and MyEmbConnection. You can learn more about MyDAC features here: http://devart.com/mydac/features.html , and about UniDAC features here: http://devart.com/unidac/features.html .
If you want to use MySQL server-specific features, it's better to use MyDAC. If you are not interested in using server-specific features, you can use UniDAC.
UniDAC uses MyDAC functionality to work with MySQL, so you will have almost the same performance with both UniDAC and MyDAC.
You can try using Trial Editions of UniDAC and MyDAC and check what product is more appropriate for you. Trial Editions are fully functional for a 60-day trial period.

RNOVAK
Posts: 26
Joined: Sat 19 Feb 2011 18:30
Contact:

Re: MyDac or UniDac with TMySQLUniProvider

Post by RNOVAK » Mon 29 Jul 2013 20:08

Very Thanks :)

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: MyDac or UniDac with TMySQLUniProvider

Post by DemetrionQ » Tue 30 Jul 2013 08:11

If any other questions come up, please contact us.

Post Reply