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!

JDBC connectivity with Progress database from Linux OS

26111982Dec 16 2014 — edited Dec 18 2014

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.



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2015
Added on Dec 16 2014
10 comments
923 views