How to use Intersolv 3.11 ODBC driver

This article explains how to use intersolv 3.11 ODBC driver and commands related to it.
  • 2964

Introduction

ODBC stands for Open Database Connectivity (ODBC). An ODBC driver enables an ODBC-compliant application to use a data source. Connection string used to connect to Intersolv 3.11 ODBC driver contains DataSourceName (DSN), ApplicationusingThreads (AUT), CreateType (CT), Database (DB), DeferQueryEvaluation (DQ), FileOpenCache (FOC), IntlSort (IS), NetDir (ND), Passwords (PW), UltraSafeCommit (USF), UseLongQualifiers (ULQ). It is not necessary to define all the parameters most of them can be set at the DSN system config.

Syntax

DSN=MyDSN;AUT=1;CT=7;DQ=0;FOC=0;IS=1;PW=password;USF=1;ULQ=1;

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.