views:

77

answers:

2

I think quesiton is clear. I'm programming with C# and using MySQLDriverCS to connect MySQL. But I'm having issues about speed. Which drivers are you using to connect MySQL? MySQLDriverCS is the best solution? Please make some suggestions for me. Thanks in advance.

+2  A: 

you can use: mysql connector/net

or you can use OleDB

Wael Dalloul
+1  A: 

I would recommend using the the official MySQL Connector/Net.

LukeH