Post
by Antaeus » Mon 05 Jun 2006 08:08
If you set MyEmbConnection.Connected to True in design time, Delphi loads libmysqld.dll into the memory. This library stays loaded even if you close the project which uses it. When Delphi is being closed all its resources are being freed including this libmysqld.dll. Try to restart IDE, open project with embedded server, run this project. MyEmbConnection.Connected property mustn't be set to True in design time at all.