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
			
									
									
						TMyConnection.Options.Direct property
Re: TMyConnection.Options.Direct property
Yes, you are right. When using Direct Mode, MyDAC doesn't use MySQL client libraries at all.
			
									
									
						Re: TMyConnection.Options.Direct property
That is exactly what I wanted to here.
Thank you very much
			
									
									
						Thank you very much
Re: TMyConnection.Options.Direct property
Feel free to contact us if you have any further questions about MyDAC.