How can I load the Progress JDBC Driver
843854Oct 8 2002 — edited Oct 14 2003Hello !!
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.