Can anybody help me? I have a Windows PC, however to test this I'm doing something like this:
In Notepad I create a file test.asp Write some ASP code into the file Save the File Upload the file to my remote host that works in Linux Run my ASP script See my script working ok /*So ASP can run in a Linux Server with a Perl mod*/ At my local PC I already have worked in ASP with IIS and made the connection to the MySQL database that is also on the remote Host, this I did with MyODBC. How ever when I upload, Linux as far as I know, doesn't have DNS, I'm right? So MyODBC is no longer needed because the remote server is, as I told, a Linux sever. So what is the code for ASP to talk with my remote host once it's also in the same remote host? Thanks -----Mensaje original----- De: Mike Hillyer [mailto:[EMAIL PROTECTED] Enviado el: Viernes, 20 de Junio de 2003 10: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 site www.vbmysql.com, and look in the MyODBC FAQ for examples. Also subscribe to the MyODBC list at lists.mysql.com Here's a sample linked to from the MyODBC FAQ: http://www.devarticles.com/art/1/50 Regards, Mike Hillyer www.vbmysql.com > -----Original Message----- > From: Jorge Cornejo [mailto:[EMAIL PROTECTED] > Sent: Friday, June 20, 2003 1:44 AM > 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). 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 MySQL database? I can do it in my Win32 PC, but with > MyODBC. So, how can I do it? Hope somebody helps me. > > Thanks > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]