I am new to JBuilder.
I am having trouble connecting to my db with Database Pilot and using the db object in Design View.
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."
I know that the classpath has been set.
classpath=c:\pro91d\java\jdbc.jar.
I have also set it as a required library.
I can connect with the java code in the Jbuilder IDE.
String DRIVER = "com.progress.sql.jdbc.JdbcProgressDriver";
String url = "jdbc:jdbcprogress:T:testaix:testd1:d1";
Any Ideas?
Thanks
I am having trouble connecting to my db with Database Pilot and using the db object in Design View.
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."
I know that the classpath has been set.
classpath=c:\pro91d\java\jdbc.jar.
I have also set it as a required library.
I can connect with the java code in the Jbuilder IDE.
String DRIVER = "com.progress.sql.jdbc.JdbcProgressDriver";
String url = "jdbc:jdbcprogress:T:testaix:testd1:d1";
Any Ideas?
Thanks