Encapsulating Progress ODBC Driver

This article explains the connection string used to encapsulate Progress ODBC Driver.
  • 1415
Introduction

The command given below encapsulates the OdbcConnection class that calls the ODBC driver. To use ODBC driver in your program use the following connection string

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.