Can I access embedded SQL server with component TMyConnection insteadof TEmbededConnection?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zhan

Can I access embedded SQL server with component TMyConnection insteadof TEmbededConnection?

Post by zhan » Sun 16 Jul 2006 09:13

Can I access embedded SQL server with component TMyConnection insteadof TEmbededConnection?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 17 Jul 2006 06:53

Yes, you can, please pay attention on TMyConnection.Options.Embedded option. But TMyEmbConnection is more convenient to work with MySQL Embedded server.

Post Reply