PHP Connection

DoDaDew

New Member
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:port/db");
$dbh = DB::connect("jdbc:jdbcprogress://servername:port/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.
 
Back
Top