Remote Connection to progress database from c#

spiceman

New Member
Hello,

I want to open a connection to a remote progress database and query data, etc.

I know how remote connection strings work for MS SQL Server, but I am unfamiliar with progress.

Progess 9.1E is what is loaded.

What are the steps? I'm guessing I would need server, IP, and some kind of progress port?
Do I use DSN? DSN-less?
ODBC? something else?

I have looked at a thread or two similar to this matter, but I was unable to comprehend fully.
 

Casper

ProgressTalk.com Moderator
Staff member
You should use .NET open client and an appserver to talk to a Progress database from .NET. Works like a charm.

Regards,
Casper.
 
Top