VB Mysql

Simple remote MySQL database in VB Application

a simple database app that can be used to manipulate your website's MYSQL database, applicable in administrating your web databse from your Windows based PC .Connection is via MySQL ODBC 3.51 Driver. CAn perform CRUD and it shows how to connect and query records in a remote server (for this sample i used www.freesql.org) using ADOdb control and datagrid to show data from remote server.. I'll Post