while using VB 6.0 you can interact with the mysql using database connectivity to your applicationyou have create a tables in Microsoft Access & then open the visual basic application window using connnection string properties you can write sql query in your application code you will get the excepted result that you want in the applicationfor e.g if you want to retriew the list customers table "select * from customers "