I have a database in MySQL server called MD
Server: Local host
User: root
Pass: wccmd12
port 3306
How do I connect to this database in vb.net?
Can you give me the code and/or what to do please
Printable View
I have a database in MySQL server called MD
Server: Local host
User: root
Pass: wccmd12
port 3306
How do I connect to this database in vb.net?
Can you give me the code and/or what to do please
try this:
http://www.connectionstrings.com/
mySQL offers a ADO.NET (the data access technology for .NET) adapter, so your first step would be to download that.
http://dev.mysql.com/downloads/connector/net/
Then they offer a good set of documentation and code samples here:
http://dev.mysql.com/doc/refman/5.1/...ector-net.html