How to specify isolation level in SQLBase

This article explains the connection string by which user can be specify isolation level in SQLBase.
  • 2159

Introduction

The isolation level used during the execution of SQL statement determines the degree of which the activation group is isolated from concurrently executing activation group. There are different values for isolation level parameter in SQLBase. These values can be RL (Release Locks), RO (Read Only), RR (Read Repeatability), CS (Cursor Stability). The connection string used to specify isolation level in SQLBase is given below.

Syntax

Driver=SQLBaseODBC;Server Name=server_add;Database=database_name;Logon ID=user_name; Password=password;IsoLevel=RO;

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.