Re: question about integrating ASP pages

2001-04-18 Thread Dennis Salguero

> Is it possible to use ASP with MySQL?  I found a link
> in the documentation to
> www.amedea.cz/mysqlx/index.html which was supposed to
> have a downloadable MySQL COM extension but the
> website was not found.

Yes, it's possible to use ASP with MySQL. In a nutshell, you need to make
sure that you have the MyODBC driver installed on your server and you can
then create a connection object with the DSN name. From there, you will be
able to work with it almost like any other connection & recordset object,
although there are some limitations with a few ADO properties.


I wrote a case study for ASPToday that address this very issue (ASP and
MySQL integration). You can check it out at:
http://www.asptoday.com/content/casestudies/20010302.asp


Good luck,

Dennis
**'
Beridney Computer Services
[EMAIL PROTECTED]
http://www.beridney.com



-
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




question about integrating ASP pages

2001-04-18 Thread Ken Mulzet

Is it possible to use ASP with MySQL?  I found a link
in the documentation to
www.amedea.cz/mysqlx/index.html which was supposed to
have a downloadable MySQL COM extension but the
website was not found.

Thanks!

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-
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