I'm trying to connect to a mysql database with .net framework. I've searched for an example for c# desktop app or asp.net but no result. Can anyone explain how to connect successfully to an embedded mysql database.
I've found a library here sourceforge.net/mysqldrivercs but don't want to use any extra code if necessary.