Consultor Eletrônico



Kbase P117496: What is the URL and ClassName for the JDBC driver in OpenEdge 10?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/09/2009
Status: Unverified

GOAL:

What is the URL and ClassName for the JDBC driver in OpenEdge 10?

GOAL:

What is the URL and ClassName for the JDBC driver in OpenEdge 10.0B?

GOAL:

What is the URL and ClassName for the JDBC driver in OpenEdge 10.1A?

FACT(s) (Environment):

OpenEdge 10.0B
OpenEdge 10.1A
All Supported Operating Systems

FIX:

OpenEdge 10.0B

JDBC URL:
jdbc:jdbcprogress:T:<hostname>:<port>:<databaseName>

Example:
jdbc:jdbcprogress:T:localhost:9999:sports2000

ClassName:
com.progress.sql.jdbc.JdbcProgressDriver


OpenEdge 10.1A

JDBC URL:
jdbc:datadirect:openedge://<hostname>:<port>;databaseName=<databaseName>

Example:
jdbc:datadirect:openedge://localhost:9999;databaseName=sports2000

ClassName:
com.ddtek.jdbc.openedge.OpenEdgeDriver