Connecting MySQL Database using Visual Basic.NET
In this tutorial I am going to show you the process on how to connect Basic using MySQL Database. To begin with, you need to download the MySQL Connector/NET first from this link http://dev.mysql.com/downloads/connector/odbc/. After downloading, you need to install it so the connector will now available to use under the Reference.
Now let’s begin creating our application using VB.NET (I’m Using VB Express 2008 edition). And this time you need to add a reference using MySQL Connector.
- Read more about Connecting MySQL Database using Visual Basic.NET
- 5 comments
- Log in or register to post comments
- 2264 views