SQLBase .NET Data Provider
Standard
DataSource=myServerAddress;UserId=myUsername;Password=myPassword;
Specifying poolsize
DataSource=myServerAddress;UserId=myUsername;Password=myPassword;Poolsize=5;
Defining the connection's lifetime
DataSource=myServerAddress;UserId=myUsername;Password=myPassword;Connection Lifetime=120;
Setting message buffer sizes
DataSource=myServerAddress;UserId=myUsername;Password=myPassword;ims=8096;oms=8096;