Muthukumar wrote:
Dear All,

I am having an requirement as,

Connect to remote machine and execute ddtssql binary to query DDTS oracle
database and return data to local client using php.

Why not use the native oracle libraries (http://www.php.net/manual/en/ref.oci8.php) or at least use an odbc (http://www.php.net/manual/en/ref.uodbc.php) connection? It will save you tons and tons of headaches over trying to get your system to work.

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to