Page 1 of 1

TMyConnection.Options.Direct property

Posted: Sun 08 Mar 2015 05:23
by daryl990
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

Re: TMyConnection.Options.Direct property

Posted: Tue 10 Mar 2015 08:34
by ViktorV
Yes, you are right. When using Direct Mode, MyDAC doesn't use MySQL client libraries at all.

Re: TMyConnection.Options.Direct property

Posted: Wed 11 Mar 2015 06:23
by daryl990
That is exactly what I wanted to here.

Thank you very much

Re: TMyConnection.Options.Direct property

Posted: Wed 11 Mar 2015 13:06
by ViktorV
Feel free to contact us if you have any further questions about MyDAC.