ADO.NET Connection pooling

B

Bob

Hi,
Can't seem to get this to work properly.
My Dataclass is connecting to an SQLAnywhere database with a license
restriction of 4 connections.
My Connection string is:
mstrConnectionString = ("Provider=ASAProv;Data Source="

+ (strServer + ";User Id=user;Password=password;Min Pool Size=4;Max Pool
Size=4"));

is there something else needed?

My app errors on the fifth transaction.

thanks

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top