No suitable driver found for jdbc:JdbcProgress?

muddu_shafi

New Member
I am presently trying to connect to Progress9.1 dtabase from a windows 64 bit 2008 operating system. It loads the driver com.progress.sql.jdbc.jdbcprogress drivers, but when it tries to get a connection to the database it displays an error as "No suitable drivers found".
I have dumped/deployed the files in to the "lib" directory of my applications server on which this application is running. They are:-
jdbc.jar
progress.jar
procli92.dll
jdbcprogress.dll.

I had this application running on a 32bit operating system(windows 2000/2003).
Am I missing something here on 64 bit operating system?
Or '
Do I need any of the above files for 64 bit environment?
or
Are there seperate drivers for progress in 64 bit operating system.

FYI
I have also dumped procli92.dll and jdbcprogress.dll in "windows/system32" folder.
Please help me out......:eek:
 
SET CLASSPATH
%dlc%\java\jdbc.jar
%dlc%\java\progress.jar

and

SET PATH=%dlc%\BIN;%dlc%\jdk\BIN;%dlc%\jre\BIN

HTH,

Casper.
 
Back
Top