Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB and mySQL database

Status
Not open for further replies.

steijssen

Programmer
Mar 25, 2001
92
BE
Hello,

I am searching for a way to make my VB application connect to a remote mySQL database. If anyone knows how to do this, or where to find a tutorial about this, please let me know.
Thank you.
 
Use MyODBC. Download it from It works fine!!!
Create a new ODBC datasource, and point your app to it using "DSN=Name_of_your_datasource"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top