How to specify pool size in SQLBase

This article describes the connection string through which pool size can be defined in SQLBase.
  • 1618

Introduction

After the connection is created it is placed in a pool and it is used over again so that a new connection should not have to be established. Pool size indicates the number of SQLBase connection should be kept open whether they are in use or not. In SQLBase default pool size is 5. The connection string used to specify pool size in SQLBase is given below.

Syntax

Data Source=server_add;User Id=user_name;Password=password;Poolsize=5;

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.