How to use EffiProz with pooling

This article explains how to use pooling in Effiproz and connection string related with it.
  • 1228

Introduction

The connection string used for defining pooling in EffiProz have Connection type, Initial catalog, User id, Pooling and Password. In this connection string the Pooling parameter is set as True for defining pooling in EffiProz. he connection string is given below.

Syntax

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