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
03 1:27 PM Subject: Re: Connecting ASP > If I recall well MyODBC is used when you want to access ODBC compliant > databases on a Linux based computer, however if you want to acces mySQL from > ASP means that you are programming on a Windows based computer, and > therefore you have ODBC client

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
M > To: [EMAIL 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)

Connecting ASP

2003-06-20 Thread Jorge Cornejo
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 is to know how to connect my ASP page to a