Hi,
I have two servers, and I want one Server to be able to open a connection to another server similar to:
int mysql_connect ([string hostname [:port] [:/path/to/socket] [, string username [, string password]]])
but I have an Oracle 8 databank.
so
OCILogon (string username, string password [, string db])
can somebody explain more detailed in what format $db is?
Would this solve my problem?
Pam.