Specifying port using InterSystems ODBC
Connection string
This InterSystems ODBC connection string can be used for connections to Caché.
DRIVER={InterSystems ODBC};SERVER=myServerAddress;PORT=12345;DATABASE=myDataBase;
UID=myUsername;PWD=myPassword;