Dear Steve,
> What do I need to know in order to use mySQL with ASP and ADO?
You might want to use ODBC for the database connection. It works fine
for any database system that provides an ODBC driver. You can find one
for MySQL called MyODBC at mysql.com.
ODBC is not the fastest way to access a database, and a "direct" access
like in PHP (like "mysql_connect()") will certainly be faster. Anyway,
with MyODBC, everything works fine, and if you don't have millions of
records to retrieve in your applications, ODBC will be you choice.
Regards,
--
Stefan Hinz
Geschäftsführer / CEO iConnect e-commerce solutions GmbH
# www.js-webShop.com www.iConnect.de
# Gustav-Meyer-Allee 25, 13355 Berlin
# Tel: +49-30-46307-382 Fax: +49-30-46307-388
----- Original Message -----
From: "Steve Doig" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 08, 2001 4:09 AM
Subject: ASP & ADO
> Hi Folks,
>
> New user here...How easy or not is it to use mySQL as a substitute
when
> using .asp and ADO?
> What do I need to know in order to use mySQL with ASP and ADO? Are
there
> 3rd party solns available?
>
> Thankyou,
> Steve.
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php