Hi
I am trying to connect to a Progress database using PHP and ODBC.
I have a system DSN set up which I can connect to fine using:
$connection = odbc_connect("database_name", "username", "password") or die(odbc_error());
The thing is, I need to connect from another machine.
What would the connection string be ?
Thanks in advance
I am trying to connect to a Progress database using PHP and ODBC.
I have a system DSN set up which I can connect to fine using:
$connection = odbc_connect("database_name", "username", "password") or die(odbc_error());
The thing is, I need to connect from another machine.
What would the connection string be ?
Thanks in advance