Re: [PHP-DB] Remote DDTS server connection

2006-07-17 Thread Chris
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

[PHP-DB] Remote DDTS server connection

2006-07-17 Thread Muthukumar
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. Machine 2 # ddtssql -f file where, file is having queries. machine1 php --> machine2 (DDTS server) I was trying with ex