Accessing MySQL on VB.NET using MySQL Connector/Net, Part VIII: Display Result on GUI
Programming, VB.NET 17 Comments »Introduction
Actually, I don’t prepare to write this post while I was writing the series. But there are some people want to know how to display a query data on Windows form rather than in console window which I wrote in the previous post. So this post, I’ll show how to display a query data on DataGridView on Windows form using MySqlDataAdapter.



