Make C# (part of .Net SDK) understand ODBC (refer to the box ‘ODBC’) Install ODBC drivers called MyODBC for MySQL We have used the final release of the .Net SDK ...
string connection = "Provider=MySQLProv;DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=test;USER=wey;PASSWORD=wey;OPTION=3;"; ...