I'd like to connect out Progress database on HP-UX from a PHP program. So far, I've tried
$dbh =DB::connect("jdbc:jdbcprogress://$user:$passwd@servername
ort/db");
$dbh = DB::connect("jdbc:jdbcprogress://servername
ort/db", $usr,$passwrd);
But both came back with
"Unable to include the DB/jdbc:jdbcprogress.php file for 'jdbc:jdbcprogress://...."
with ODBC, I tried to use odbc_connect(), got "undefined method()", so I am reinstalling PHP5 and still don't know where that is going to lead me.
Progress 10.1B
Apache
Has anyone done this before?
thanks,
G.
$dbh =DB::connect("jdbc:jdbcprogress://$user:$passwd@servername

$dbh = DB::connect("jdbc:jdbcprogress://servername

But both came back with
"Unable to include the DB/jdbc:jdbcprogress.php file for 'jdbc:jdbcprogress://...."
with ODBC, I tried to use odbc_connect(), got "undefined method()", so I am reinstalling PHP5 and still don't know where that is going to lead me.
Progress 10.1B
Apache
Has anyone done this before?
thanks,
G.