rasputin
rasputin

Reputation: 380

What is the best driver for mysql to connect?

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.

Upvotes: 4

Views: 2725

Answers (2)

LukeH
LukeH

Reputation: 269298

I would recommend using the official MySQL Connector/Net.

Upvotes: 4

Wael Dalloul
Wael Dalloul

Reputation: 22984

you can use: mysql connector/net

or you can use OleDB

Upvotes: 3

Related Questions