Progress JDBC and JBuilder 9 Ent

corewin

New Member
I am using the JDBC driver that comes with Provision 9.1d.
The DB I am trying to connect to is on an AIX box with Progress 9.1d.
I have added (in my case) c:\pro91d\bin to my path statement and classpath=c:\pro91d\java\jdbc.jar.

I can connect to the db with Progress SQL Explorer.

I can also connect with the java code in the Jbuilder IDE.

String DRIVER = "com.progress.sql.jdbc.JdbcProgressDriver";
String url = "jdbc:jdbcprogress:T:testaix:testd1:d1";

When I try to use the design view with a database object and enter the connection information I get this error message:

"The driver: com.progress.sql.jdbc.JdbcProgressDriver could not be loaded. This could be a problem with the driver itself, or that the driver is not found on the classpath."

Any Ideas?
Thanks
 
Top