How to use Transaction isolation level in EffiiProz

This article explains how to use Transaction isolation level in EffiProz and also explains the commands related with it.
  • 1538

Introduction

Transaction isolation levels specify what data is visible to statements within a transaction. These levels directly impact the level of concurrent access by defining what interaction is possible between transactions against the same target data source. Connection string used for defining Transaction isolation level in EffiiProz is given below.

Syntax

Connection Type=Memory;Initial Catalog=database_name;Auto Commit=False;Isolation level=serializable;User=user_name;Password=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.