Page 1 of 1

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

Posted: Sun 16 Jul 2006 09:13
by zhan
Can I access embedded SQL server with component TMyConnection insteadof TEmbededConnection?

Posted: Mon 17 Jul 2006 06:53
by Antaeus
Yes, you can, please pay attention on TMyConnection.Options.Embedded option. But TMyEmbConnection is more convenient to work with MySQL Embedded server.