Specifying protocol 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;
PROTOCOL
=TCP;
STATIC CURSORS=1;UID=myUsername;PWD=myPassword;