Rene,
You can use OpenLink's Multi-Tier driver. We don't directly support
Paradox, but there is a MS driver on most NT systems that we can work with,
in a 'piggyback' method.
Use the iODBC-PHP HOWTO at http://www.iodbc.org/odbc-phpHOWTO.html
Install the OpenLink Multi-Tier drivers for linux client and Windows server,
from http://www.openlinksw.com
Then:
1. create DSN on the Win box using the MS Driver for Paradox, call it 'foo'
for this example
2. create a DSN on the Linux box, using OpenLink's driver, and:
- hostname is the Win box
- ServerType is Odbc
- Database is foo
- other parameters as needed
If you run into problems, free support is available at
http://www.openlinksw.com/support/suppindx.htm
Best regards,
Andrew
--------------------------------------
Andrew Hill - OpenLink Software
Director Technology Evangelism
eBusiness Infrastructure Technology
http://www.openlinksw.com
> -----Original Message-----
> From: Rene Maldonado [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 26, 2001 1:18 PM
> To: Lista PHP
> Subject: [PHP] [PHP-DB] To use paradox??..
>
>
> Hi All,
>
> I have been using PHP for the last 5 months, and it's great, Unitl now,
> I have been using connections to informix and everything is OK.
>
> Now I need to connect from a linux-apache server to a paradox db in
> other machine (Windows NT), so the question is, What do I need to make
> the connection, for what I have readed in the mailing list archives I
> need an ODBC Driver for paradox, where can I get it, and where I heve
> to put it, and what else do I need to do???
>
> Thanks
>
> Rene
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]