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
Access & Virtuoso Universal Server > > -Original Message- > From: Anthony [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 8:14 AM > To: [EMAIL PROTECTED]; Gerardo Morales > Cc: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: Question about ODBC databases &g

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
to:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 8:14 AM To: [EMAIL PROTECTED]; Gerardo Morales Cc: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Question about ODBC databases As far as I know, you can not connect to an ODBC source remotly. If I could do this (make a NT server running ODBC look lik

[PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Anthony
As far as I know, you can not connect to an ODBC source remotly. If I could do this (make a NT server running ODBC look like a SQL server), it would make the app I'm working on much easier to develop. I have found a program called ODBCSocketServer, that will send and recieve ODBC requests vi

[PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Anthony
As far as I know, you can not connect to an ODBC source remotly. If I could do this (make a NT server running ODBC look like a SQL server), it would make the app I'm working on much easier to develop. I have found a program called ODBCSocketServer, that will send and recieve ODBC requests vi

[PHP-DB] Re: Question about ODBC databases

2002-05-21 Thread Anthony
As far as I know, you can not connect to an ODBC source remotly. If I could do this (make a NT server running ODBC look like a SQL server), it would make the app I'm working on much easier to develop. I have found a program called ODBCSocketServer, that will send and recieve ODBC requests vi

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

[PHP-DB] Re: Question about ODBC databases

2002-05-17 Thread Benjamin Walling
I don't use Access, but I believe an Access database to be just a file. You're going to have to mount (through Samba) the share on the NT server that contains the database file. There's not a server that is taking requests like an SQL server - you just open the file itself. "Gerardo Morales" <[