vb.net - importing mysqlclient in visual basic.net -


How can I import "System.Data.MySqlClient" into Visual Basic .NET?

When I type that code, it underlines the code and there is an error in the undefined namespace. How will i do

  1. Download and connect to the latest Net. .

  2. Add MySQL.Data to Visual Studio in your project reference (menu: project, property, context).

  3. Code!

Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -