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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.