Has anyone successfully configured a JDBC Adapter connection to a Progress database? I have installed the Progress JDBC driver and can connect to the database, execute a select statement and close the connection using services in the WmDB package (pub.db:connect, pub.db:execSQL and pub.db:close). What I’d like to do, if it’s possible, is to set up a connection using the wM JDBC adapter package, but I’m not sure what the settings should be, especially the DataSource class. I’m using IS 6.1_SP1 with the JDBC Adapter 6.0.3. The Progress database is version 9.1E. Thanks,
Hi Sunkari,
jdbc.jar or openedge.jar can be used to connect to Progress database… I haven’t worked on this. Below link has some information that might be useful for you…
Thanks for the information.
I am using the above jar and able to connect via wMDB adapter but using JDBC adapter which i am having issue.
I used
com.progress.sql.jdbcx.datasource.JdbcProgressDataSource driver
still not able to connect.