Progress connection strings

Progress ODBC Driver

Standard

Include only the parameters you want to override from the system DSN settings

DSN=myDSN;HOST=myServerAddress;DB=myDataBase;UID=myUsername;PWD=myPassword;PORT=2055;

Alternative using long names

Include only the parameters you want to override from the system DSN settings

DataSourceName=myDSN;HostName=myServerAddress;Database=myDataBase;LogonID=myUsername;Password=myPassword;PortNumber=2055;