SQLBase .NET Data Provider connection strings

SQLBase

Standard

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

Specifying poolsize

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.

Defining the connection's lifetime

DataSource=myServerAddress;UserId=myUsername;Password=myPassword;Connection Lifetime=120;

The parameter Connection Lifetime indicates how long each connection should be maintained, in seconds. The default value is 60.