JDBC Connection Error

Subhransu

Member
Hi,

Can any body send me the sample code for JDBC connection with Progress DB? Also please let me know about URL,userid,password parameter with getConnection() in details.

I have tried with the below code and got the error "
GetRegValue(): Unable to RegQueryValueEx() The system could not find the environ
ment option that was entered. java.sql.SQLException: [JDBC Progress Driver]:Table/View/Synonym not found (7519)".

Code used.

Connection con = DriverManager.getConnection("jdbc:jdbcprogress:T:localhost:PortNumber:DBName","userid","password")
 
Back
Top