How to use EffiProz with auto commit

This article describes the commands through which auto commit mode can be used in EffiProz.
  • 1705

Introduction

Auto Commit is a mode of operation in database connection. It is the default mode for database connection. SQL statement executed in autocommit  mode can not be rolled back. The connection string through which user can use EffiProz with autocommit mode is given below.

Syntax

Connection Type=Memory;Initial Catalog=database_name;Auto Commit=True;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.