Problem using embedded mysql server

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
zubair1599
Posts: 3
Joined: Wed 27 Aug 2008 06:28

Problem using embedded mysql server

Post by zubair1599 » Tue 28 Oct 2008 12:31

i am using licensed version of mydirect.net. Using mysql server edition with .net is fine. but when the same db is shifted to embedded server( data folder), the connection interrupts. i have to delete log files in data folder of embedded server and for deleting these files i have to close Visual Studio as it restrict deletion when visual studio is opened. Also when i use ado.net entity frame work, is gives an error when tries to access db. But i can do the same db operations in mysql server installation. kindly look into that problem. thank you

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 29 Oct 2008 15:37

MySQL Embedded server has some limitations concerning usage. E.g. InnoDB is not reentrant in the embedded server and cannot be used for multiple connections, either successively or simultaneously.

Please learn more about them at our site: http://www.devart.com/dotconnect/mysql/docs/ , the "Using MyDirect .NET" section, the "Using Embedded" part.

Post Reply