How to use MyDAC and UniDAC together

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ualms
Posts: 7
Joined: Mon 09 Jun 2008 12:58

How to use MyDAC and UniDAC together

Post by ualms » Mon 09 Jun 2008 14:25

Hello,

how is it possible, to use a MyDac-Query with an UniDac-Connection? Or
what is the meening of "compatible" of these components (UniDac and MyDac 5.50)? Or can I only use them on the same computer?

Greetings

ualms

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 10 Jun 2008 09:46

MyDAC and UniDAC are different components, so TMyQuery cannot be linked to TUniConnection. "Compatibility" of these components means that you can install simultaneously MyDAC and UniDAC on the same IDE. Also it means that UniDAC Standard Edition can use MyDAC as a provider for MySQL server.

Post Reply