Can somebody help with the configurations to be done for connecting to Progress database through JDBC in Linux OS.Below is the environment details and the other files added.
OS : Linux
Java version "1.6.0_45"
Driver jars used : progress.jar,progress_jdbc.jar,progress_messages.jar
libJdbcProgress.so, libprosqljava.so, libprocli92.so file in LINUX environment
Database : Progress 9.1D
I couldn't get a successful connection to database by doing this and getting exception
Exception: No suitable driver found for jdbc:jdbcProgress:T:sun3899:28409:DISP at java.sql.DriverManager.getConnection(DriverManager.java:602) at java.sql.DriverManager.getConnection(DriverManager.java:185) at SQLService.main(SQLService.java:21)
Note: I could connect successfuly to this database from Windows and Solaris OS.