Trending News
Promoted
How to connect visual basic 6.0 to mysql server 5.0?
supply the connection code
2 Answers
Relevance
- 1 decade agoFavorite Answer
The easiest way to do this would be to add a reference to Microsoft ADO (or DAO if you prefer) and set up a connection using ODBC to the MySQL database. Use a connection string found here: http://www.connectionstrings.com/mysql#29 to accomplish this. ADO and DAO are well documented. You should have no trouble figuring out the particulars of using them.
Still have questions? Get your answers by asking now.