Delphi connection to OpenEdge Progress-4GL Database
Posted
by Cesar Marrero
on Stack Overflow
See other posts from Stack Overflow
or by Cesar Marrero
Published on 2010-05-27T21:30:11Z
Indexed on
2010/05/27
21:31 UTC
Read the original article
Hit count: 735
Folks:
Has anyone had success connecting to a Progress-4GL database with Delphi? I've been unable to establish any connection with the ODBC driver provided by the vendor (Progress OpenEdge 10.1C Driver). I've entered (what I believe are) the right parameters, but keep on getting an error whenever I test the connection:
"[DataDirect][ODBC Progress OpenEdge Wire Protocol driver] Socket closed."
Background: I've been tasked to re-design a 13-year-old application, but the original programmer did not provide any supporting documents, passwords, configuration setup, etc. (I'm on my own)! To make things worse, online help and useful documentation about Progress is scarce (I had never heard about this database until now).
I want to examine the existing data, maybe create an ERD to familiarize myself with the schema, but I can't even access the data outside of the OpenEdge code.
Any help is appreciated!
© Stack Overflow or respective owner