RE: Connecting ASP

2003-06-21 Thread Jorge Cornejo
Cornejo; [EMAIL PROTECTED] Asunto: RE: Connecting ASP You can access MySQL databases from ASP by using MyODBC (now Connector/ODBC) just like you would any other ODBC datasource. I would suggest doing google searches on MyODBC and ASP in the same search, or adapt some code from my site www.vbmysql.com

Connecting ASP

2003-06-20 Thread Jorge Cornejo
Hi, Im hosting a website in a Linux server. By now Im learning PHP and its amazing. How ever I need to create a online system and meanwhile Ill to do it in ASP (which I already handle). My host gives me MySQL and I use it ok. Now, what Ill like to do is to know how to connect my ASP page to a

RE: Connecting ASP

2003-06-20 Thread Mike Hillyer
PROTECTED] Subject: Connecting ASP Hi, I'm hosting a website in a Linux server. By now I'm learning PHP and it's amazing. How ever I need to create a online system and meanwhile I'll to do it in ASP (which I already handle). My host gives me MySQL and I use it ok. Now, what I'll like to do

Re: Connecting ASP

2003-06-20 Thread Ernesto Silva
a System Data Source Name using (at least when I did it) the Sybase driver. Best E - Original Message - From: Mike Hillyer [EMAIL PROTECTED] To: Jorge Cornejo [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 20, 2003 10:43 AM Subject: RE: Connecting ASP You can access MySQL

Re: Connecting ASP

2003-06-20 Thread Ernesto Silva
is to create a System Data Source Name using (at least when I did it) the Sybase driver. Best E - Original Message - From: Mike Hillyer [EMAIL PROTECTED] To: Jorge Cornejo [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 20, 2003 10:43 AM Subject: RE: Connecting ASP You can

RE: Connecting ASP

2003-06-20 Thread Jorge Cornejo
PROTECTED] Asunto: RE: Connecting ASP You can access MySQL databases from ASP by using MyODBC (now Connector/ODBC) just like you would any other ODBC datasource. I would suggest doing google searches on MyODBC and ASP in the same search, or adapt some code from my site www.vbmysql.com, and look