You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Offline
Hello
For Progress OpenEdge database, you can use generic JDBC component, there are some special components for Oracle, such as tOracleInput. Here is a related topic:
http://www.talendforge.org/forum/viewto … ?pid=25537
Best regards
Shong
Offline

Thanks for the info -
Still can't connect with JDBC -
Here are the current settings which result in "impossible to initialize the connection".
General JDBC
jdbc:datadirect:openedge://10.1.111.101:4000;databaseName=SUBS
C:\Progress\OpenEdge\java\jdbc.jar;C:\Progress\OpenEdge\java\progress.jar
com.progress.sql.jdbc.JdbcProgressDriver
Basically not sure which .jars, .dlls, etc. are needed and in what locations.
Thanks
Offline
Hello
It seems the class name is wrong, try this:
com.ddtek.jdbc.openedge.OpenEdgeDriver
Here is a beginner guide to OpenEdge SQL via ODBC, JDBC
http://www.progress.com/progress/produc … /dmsdv.pdf
Best regards
Shong
Offline
Pages: 1