TMyConnection.Options.Direct property

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
daryl990
Posts: 2
Joined: Mon 29 Dec 2014 03:02

TMyConnection.Options.Direct property

Post by daryl990 » Sun 08 Mar 2015 05:23

Hi to All,
I use Delphi7 with MySQL Server 5.1.44 and current MyDAC components.
The MySQL Databases are located on our server and some software I have written is on approx 15 client machines.
My question is
With the TMyConnection.Options.Direct property set to True, does this mean that all the client machines are connecting to the MySQL Database and NOT using any MySQL Libraries at all?

Thanks

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

Re: TMyConnection.Options.Direct property

Post by ViktorV » Tue 10 Mar 2015 08:34

Yes, you are right. When using Direct Mode, MyDAC doesn't use MySQL client libraries at all.

daryl990
Posts: 2
Joined: Mon 29 Dec 2014 03:02

Re: TMyConnection.Options.Direct property

Post by daryl990 » Wed 11 Mar 2015 06:23

That is exactly what I wanted to here.

Thank you very much

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

Re: TMyConnection.Options.Direct property

Post by ViktorV » Wed 11 Mar 2015 13:06

Feel free to contact us if you have any further questions about MyDAC.

Post Reply