Hi,
Do you know a .NET Connector that supports mysqld (embedded mysql)?
AFAIK the official MySQL Connector/NET doesn't support it.
Thanks
Hi,
Do you know a .NET Connector that supports mysqld (embedded mysql)?
AFAIK the official MySQL Connector/NET doesn't support it.
Thanks
I was looking for it 6 months ago, this official connector doesn't exists for .NET (maybe non-free solutions provides it?) I've used C++ connector instead in my .NET project to interact with MySQLd, it works.
Have you ever think about SqlServerCompact? .NET integration works like a charm.