Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I load the Progress JDBC Driver

843854Oct 8 2002 — edited Oct 14 2003
Hello !!

I'm trying to connect to a Progress v9.1C database with a jdbc driver (the one furnished by Progress). The code I use is :

Class.forName("com.progress.sql.jdbc.JdbcProgressDriver");

I've made sure I can find the JdbcProgress.dll in :
%DLC%\bin\JdbcProgress.dll
WINNT\system32\JdbcProgress.dll
I�ve established the classpath to progress.zip or jdbc.zip, and the path to %DLC%\bin, DLC being a variable that points to the directory where progress is installed.

Still, I keep getting driver not suitable error, class not found. Anybody knows why?


Thanks in advance for helping.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2003
Added on Oct 8 2002
3 comments
316 views