How do you connect from an Oracle DB using SQL to a Progress Database?

garrison1776

New Member
Does anyone know the SQL connect syntax to connect from an Oracle Server to a Progress database on another machine? This would be going through the SQL ODBC driver (Data Merant 3.60 that comes with Progress v9).
 

vinod_home

Member
short answer:
1. Install progress client networking on the oracle server (same version of progress)
2. Setup hsodbc with configurations to the progress database (there is an example of the odbc.ini file under the progress install)

If you google it, I think there is a document somewhere about hsodbc setup to connect to progress from oracle.

HTH
 
Top