RE: [PHP-DB] Re: Question about ODBC databases

2002-05-22 Thread Juan Angel Ringhetti
er. ASAP I was finished my proposal of solution I'll tell you > -Mensaje original- > De: Gerardo Morales [mailto:[EMAIL PROTECTED]] > Enviado el: Lunes 20 de Mayo de 2002 14:44 > Para: [EMAIL PROTECTED] > Asunto: Re: [PHP-DB] Re: Question about ODBC databases > >

Re: [PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Benjamin Walling
Write a simple web service. Put a few PHP pages on the NT server, which take parameters, and return results. For example, create a function that takes a string (sql statement, eg) as a parameter, and echos a comma delimited page (the resulting recordset). Then, on the Linux/Unix box, use the HT

RE: [PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Andrew Hill
& Virtuoso Universal Server office 781.273.0900 x 27 mobile 781.608.4127 -Original Message- From: Anthony [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 9:04 AM To: Andrew Hill Cc: [EMAIL PROTECTED]; 'Gerardo Morales' Subject: Re: [PHP-DB] Re: Question about ODBC data

Re: [PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Anthony
That is not entirely what I'm trying to do. What I need is for the NT server that is running ODBC to respond to remote requests from other servers or clients. In other words, I need computer A to access database on computer B which is running ODBC. Computer A does not have ODBC, I need comp

RE: [PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Andrew Hill
ales [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Question about ODBC databases Gracias Juan. Sobre el mismo tema, aunque a la vez separado, en el caso de que la BD se pusiera en forma local, en que directorio se especifica? es neces

RE: [PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Andrew Hill
Anthony, You can certainly connect to a remote database using ODBC, it's simply a case of configuring DSN's on your PHP server to use a local ODBC Driver to connect to the remote database. In the case of MS Access, OpenLink's Multi-Tier ODBC Agent works quite well. This of course requires tha

Re: [PHP-DB] Re: Question about ODBC databases

2002-05-20 Thread Gerardo Morales
Gracias Juan. Sobre el mismo tema, aunque a la vez separado, en el caso de que la BD se pusiera en forma local, en que directorio se especifica? es necesario hacer algun cambio en php.ini para especificarle una localidad en especifico?? en el caso de que asi sea, alguien sabra si es posible u