How to specify protocol in Intersystems ODBC

This article explains how protocol can be specify in Intersystems ODBC and commands related with it.
  • 1844

Introduction

A protocol is the special set of rules that end points in a telecommunication connection use when they communicate. Protocols specify interactions between the communicating entities. Connection string used to specify protocol in Intersystems ODBC is given below.

Syntax

DRIVER={InterSystems ODBC};SERVER=server_add;PORT=12345;DATABASE=database_name;PROTOCOL=TCP;STATIC CURSORS=1;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.