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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection String for mySQL

Status
Not open for further replies.

baybook

MIS
Sep 16, 2004
66
US
I'm looking for a way to connect to a mySQL database using ASP. All of my resources reference Microsoft data sources. Any suggestions on where I should look?


Thank you!
 
Or if you install MyOLEDB, then you can use oleDB connection and avoid ODBC

dim conn

Conn.Open "Provider=MySQLProv;Data Source=Server; Initial catalog=DB_Name;User Id=root;Password=pass"

Cheers

Qatqat

Life is what happens when you are making other plans.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top