RE: Connecting ASP

2003-06-21 Thread Jorge Cornejo
:44 a.m. Para: Jorge 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

RE: Connecting ASP

2003-06-20 Thread Jorge Cornejo
orge 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.

Re: Connecting ASP

2003-06-20 Thread Ernesto Silva
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, June 20, 2003 10:43 AM > Subject: 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 doi

Re: Connecting ASP

2003-06-20 Thread Ernesto Silva
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 Subjec

RE: Connecting ASP

2003-06-20 Thread Mike Hillyer
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 in the MyODBC FAQ for examples. Also subs