Accessing MySQL on VB.NET using MySQL Connector/Net, Part VII: Perform SQL Operations
Programming, VB.NET 30 Comments »Perform SQL Operations
From the previous part, I have successfully connect to world database on MySQL Server from VB.NET. Next, I try to perform basic SQL operations (SELECT, INSERT, UPDATE and DELETE) on the world database.
Note: This post is continued from the previous part. If you start a new project, you’ll need to add MySql.Data reference. See the previous post for more detail.



