MySQL and ASP

MySQL and ASP

am 10.03.2005 18:56:18 von Jerry

Could someone advise me of a website that has decent instructions on how
to establish a DSN-less connection to a MySQL database using ASP? I've
seen some connection string examples but I'm confused about the drivers
and how to set them up.

Thanks,

--
Jerry

Re: MySQL and ASP

am 10.03.2005 19:47:38 von jeff.nospam

On Thu, 10 Mar 2005 17:56:18 GMT, Jerry
wrote:

>Could someone advise me of a website that has decent instructions on how
>to establish a DSN-less connection to a MySQL database using ASP? I've
>seen some connection string examples but I'm confused about the drivers
>and how to set them up.

Googling "asp mysql tutorial" got this as the fourth link:

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?tx tCodeId=7739&lngWId=4

The ADO connection is here:

http://www.able-consulting.com/MDAC/ADO/Connection/OLEDB_Pro viders.htm#OLEDBProviderForMySQL

As for the driver setup, you'll want to check the MySQL docs:

http://dev.mysql.com/doc/mysql/en/index.html

Jeff

Re: MySQL and ASP

am 10.03.2005 19:51:55 von Jerry

Jeff Cochran wrote:
> On Thu, 10 Mar 2005 17:56:18 GMT, Jerry
> wrote:
>
>
>>Could someone advise me of a website that has decent instructions on how
>>to establish a DSN-less connection to a MySQL database using ASP? I've
>>seen some connection string examples but I'm confused about the drivers
>>and how to set them up.
>
>
> Googling "asp mysql tutorial" got this as the fourth link:
>
> http://www.planet-source-code.com/vb/scripts/ShowCode.asp?tx tCodeId=7739&lngWId=4
>
> The ADO connection is here:
>
> http://www.able-consulting.com/MDAC/ADO/Connection/OLEDB_Pro viders.htm#OLEDBProviderForMySQL
>
> As for the driver setup, you'll want to check the MySQL docs:
>
> http://dev.mysql.com/doc/mysql/en/index.html
>
> Jeff

Thans Jeff. I didn't use those keywords. This helps!!!


--
Jerry