How to connect Progress Database from DotNet

rajeev.babu

Member
Hi,

I want to access progress database which is there in UNIX from my dot net application running in windows. Can I use ODBC to connect the DB?

DRIVER={Progress OpenEdge 10.2A Driver};HOST=MyServer; DB=myDB; UID=myUser;PWD=myPassword;PORT=myPort#;

What will this command do? I got it from a google search.
 
I hope you know realize that using .NET open client is much better then using ODBC.
 
Back
Top