How to deal with Pool size in DB2 .NET Data Provider

This article deals with connection string related to Pool size in DB2 .NET Data Provider.
  • 2315
Introduction

Pool size

The command given below is a connection string used for determining the pool size in your database of your program. to implement it use the following command.

Server=userAddress:userPortNumber;Database=userDataBase;UID=Username;PWD=user_Password;Max Pool Size=1000;Min Pool Size=20;

Further Readings


You may also want to read these related articles.

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.