Simple Query Builder using Visual Basic.Net
In this tutorial, It covers how to create a simple MySQL query builder using Visual basic. This application allows user to select MySQL database and when the “use” button is clicked, the program will then load all the tables existing from a specific database. And every time the user select the name of a table it will generate a query and display the result on the datagridview provided.
- Read more about Simple Query Builder using Visual Basic.Net
- 3 comments
- Log in or register to post comments
- 1799 views