ASP and MySQL  
Author Message
Astrodude





PostPosted: Thu Oct 23 15:00:16 CDT 2003 Top

ASP.Net >> ASP and MySQL 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?

Web Programming301  
 
 
Brian





PostPosted: Thu Oct 23 15:00:16 CDT 2003 Top

ASP.Net >> 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" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
> 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?
>
>


 
 
Mythran





PostPosted: Thu Oct 23 15:02:07 CDT 2003 Top

ASP.Net >> 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:
http://www.mysql.com/downloads/api-myodbc-3.52.html


The Microsoft ODBC.Net Libraries:
http://www.microsoft.com/downloads/details.aspx?FamilyID=6ccd8427-1017-4f33-a062-d165078e32b1&DisplayLang=en

Watch for the wrappings of the links above :(

:) Mythran


"Mark Watkins" <EMail@HideDomain.com> wrote in message
news:%EMail@HideDomain.com...
> 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?
>
>