Specifying poolsize using SQLBaseConnection

Connection string

This SQLBase .NET Data Provider connection string can be used for connections to SQLBase.

DataSource=myServerAddress;UserId=myUsername;Password=myPassword;Poolsize=5;

The parameter Poolsize indicates how many SQLBase connections should be kept open, whether they are in immediate use or not. The default value is 5.