tags:

views:

66

answers:

1

Hi,

Do you know a .NET Connector that supports mysqld (embedded mysql)?

AFAIK the official MySQL Connector/NET doesn't support it.

Thanks

A: 

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.

Adun
I do need it to run on Linux too, although yes, we're looking into Compact Edition too...
pablo