How to work with Progress database

This article gives description about connection string related to Progress database.
  • 1932
Standard for Progress ODBC Driver

The command given below is a connection string used for connecting the program to the ODBC drivers. These driver are used for providing high and fast performance rate. To implement it use the following commnad.

DSN=myDSN;HOST=UserServerAddress;DB=User_Database;UID=Username;PWD=user_password;PORT=2055;

Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.