Question database programming reading

rave79

New member
Joined
Feb 5, 2014
Messages
1
Programming Experience
Beginner
Good day. I would like to learn more about vb.net database programming using mysql backend. I would like to use not the console. I know there are tutorials everywhere in google and microsoft but may I ask from here instead the basics.
 
If you have specific questions then by all means ask them but if you want a VB.NET Programming With MySQL For Dummies then this is not the place. ADO.NET is basically the same for any data source so any ADO.NET information will be relevant. You should download and install Connector/Net from the MySQL web site and then you can use the MySql.Data.MySqlClient namespace to work with a MySQL data source in almost exactly the same way as you would use System.Data.SqlClient to work with SQL Server.
 
Back
Top