hi!
The way we communicate through MySQL is the reason why the speed is so sluggish. We use ADO to communicate with MySQL dbs, in order to communicate with non-MS db...like MySQL, ADO library needs to combine with ODBC to talk to a non-MS (Microsoft) db. It means that is has really slowed down the communication process. In order to get direct communication with MySQL db using
VB without ADO and ODBC, use Robert Rowe's VBMySQLDirect.dll. VBMySQLDirect is a high level API (Application Programmer's Interface) for communicating with MySQL servers. It is intended to directly replace usage of ADO with the MySQL ODBC driver. It is simpler to use, has many MySQL specific features and is a great deal faster.Visit their site at:
http://www.vbmysql.com/projects/vbmysqldirect/
sorry guys (admin) if I posted some link. Just want to help.