Kbase P92275: Can a .net client or a JAVA client establish a direct connection to a Progress database?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/22/2004 |
|
Status: Unverified
GOAL:
Can a .net client or a JAVA client establish a direct connection to a Progress database?
FIX:
A JAVA client can not establish a direct TCP connection to a Progress database. However, a JAVA client may interact with a Progress database through:
1. Accessing the Progress AppServer functionality using the Progress OpenClient Runtime.
2. Connecting to the Progress database using the Java Database Connectivity (JDBC) interface and the Progress SQL-92 JDBC driver. (Available in Progress 9.x and higher).
Similarly, a .NET client can not establish a direct TCP connection to a Progress database. However, a .NET client may interact with a Progress database through:
1. Accessing the Progress AppServer functionality using the Open Edge .NET OpenClient Runtime. (Available in OpenEdge 10.x and higher).
2. Connecting to the Progress database using the Open Database Connectivity (ODBC) interface and either the Progress SQL-92 ODBC driver or the Progress SQL-89 ODBC driver. (Progress SQL-92 ODBC driver is available in Progress 9.x and higher).