Reputation: 31
Can anyone help me on how can I import "System.Data.MySqlClient" in visual basic.net?
When I'm typing that code it produce an underline to the code and having an error of undefined namespace. How will I do?
Upvotes: 1
Views: 9254
Reputation: 16314
Download and install the lastest .NET-Connector from www.mysql.com.
Add the MySQL.Data in Visual Studio to your project references (Menu: project, Properties, References).
Upvotes: 6