Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I connect to MySQL from windows forms?

How can I connect to a MySQL database from Windows Forms?

like image 359
srinivas Avatar asked Jul 09 '09 05:07

srinivas


3 Answers

Numerous sample of connection strings here : http://www.connectionstrings.com/

like image 151
hadi teo Avatar answered Nov 09 '22 00:11

hadi teo


Use the Connector from here. There's a documentation too.

like image 36
Xn0vv3r Avatar answered Nov 09 '22 00:11

Xn0vv3r


Here is a full article on connecting to mysql using Connector/Net 6.0.

Alternatively you can also use OleDb to connect to MySql.

like image 35
Binoj Antony Avatar answered Nov 09 '22 01:11

Binoj Antony