Estimado Gerardo,

estoy comenzado a desarrollar una solución utilizando un servicio en NT y un
cliente en php (los estoy desarrollando en java). El servicio en NT no es
más que un socket server que consulta vía ODBC a los archivos de bases de
datos que están en el propio NT Server. Las soluciones de Benjamin Walling
[[EMAIL PROTECTED]] y de John Lim [[EMAIL PROTECTED]] no se me
habían ocurrido y me parecen por demás ingeniosas. El unico inconveniente
que veo es que pasan la consulta por la URL y tengo entendido que esta tiene
un tamaño máximo.

De la pregunta que me haces, realmente no tengo idea de donde colocar la
base de datos en el linux.

En cuanto tenga la solución te cuento.

Saludos

Juan

I'm developing a solution by using an NT service and a client into a php
code (developed with java). The NT service is a socket server that query the
datafiles through ODBC localized in the NT Server. The solutions proposed by
Benjamin Walling and John Lim are pretty smart and I didn't occurs to me.
But I found some troubles with this approach: as far as I know the URL has a
maximum length.

About your question, I don't know where locate the datafile in a Linux
Server.

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
>
>
> 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
> utilizar MOUNT, NFSD o alguna otra opcion dentro de Linux???
>
> Thanks,
>
> Another questions are the following,
>
> If I can add the Access DB in a local directory in the Linux server,
> which location should be (dev/, usr/, etc)?? If I add it in a especific
> path for example /htdocs/MyDB/Access how can I especified to PHP that
> read thiis path, Need i modified the php.ini file??
>
>
> Can I Mount a Network File System on Linux, as I can mount the HD with
> the DB (win nt OS) to a local Path?? using NFSD, MOUNT or another option??
>
> Thanks In advanced
>
>
> Juan Angel Ringhetti wrote:
>
> > Gerardo,
> >
> > tuve el mismo problema. Compartir con Samba no te soluciona el problema
> > porque ODBC no cruza servers sino que trabaja en el mismo
> server. Encontré
> > una solucion con un ODBCBridge (www.easysoft.com) pero su licencia no es
> > gratuita sino que tiene un período de trial.
> >
> > Si resolvés el problema avisame.
> >
> > Juan
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to