Board index » Web Programming » ASP and MySQL

ASP and MySQL

Web Programming243
Anyone know how to connect to a MySQL database in ASP? Could someone point

me to sample code. I don't need extras to makes this work, correct?


-
 

Re:ASP and MySQL

you will need OLEDB or ODBC for mysql drivers installed on the server with

IIS on it to get it to work.





"Mark Watkins" <markatumich@yahoo.com>wrote in message

Quote
Anyone know how to connect to a MySQL database in ASP? Could someone

point

me to sample code. I don't need extras to makes this work, correct?









-

Re:ASP and MySQL

Yes, there is an ODBC driver for MySQL which allows you to connect. You will

need to also install the ODBC.Net libraries from Microsoft.



The MySQL ODBC Driver:

www.mysql.com/downloads/api-myodbc-3.52.html">www.mysql.com/downloads/api-myodbc-3.52.html





The Microsoft ODBC.Net Libraries:

http://www.microsoft.com/downloads/details.aspx?FamilyID" rel="nofollow" target="_blank">www.microsoft.com/downloads/details.aspx=6ccd8427-1017-4f33-a062-d165078e32b1&DisplayLang=en



Watch for the wrappings of the links above :(



:) Mythran





"Mark Watkins" <markatumich@yahoo.com>wrote in message

Quote
Anyone know how to connect to a MySQL database in ASP? Could someone point

me to sample code. I don't need extras to makes this work, correct?









-