How to connect to Intersystems ODBC

This article describes the connection string used to connect to Intersystem ODBC in .NET framework.
  • 3367

Introduction

It manages communications between the client application and the Cache SQL Server by accepting ODBC application programming interfaces (APIs) calls. It runs on the same system as a client application and it also provides support for client application running on different operating systems. The connection string used to connect to Intersystems ODBC is given below.

Syntax

DRIVER={InterSystems ODBC};SERVER=server_add;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.