How to specify port in Intersystems ODBC

This article describes the connection string used to specify port in Intersystems ODBC.
  • 2172

Introduction

Connection string used to specify port in Intersystems ODBC have six parameters Driver, Server, Port, Database, User id and Password. In this connection string 'Port' parameter is used to specify which port user wants to use. The connection string is given below.

Syntax

DRIVER={InterSystems ODBC};SERVER=server_add;PORT=12345;DATABASE=database_name; UID=user_name;PWD=password;

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.