M
Marco Roberto
Hi,
I have Windows Form application that access Sql Server 2000.
I copied this application inside a network path (Ex: h:\application).
The connection string is inside the application (hard-coded). If five
users access the application and I run sp_who in Query Analyzer it
displays five connections. The question is: Do I need to build an Enterprise
Serviced component and set the object pooling property as true to make
it work?
I say that because when I have one thread and I create two or more
connections inside this thread I know that the connection pooling will
work.
Regards,
Marco
I have Windows Form application that access Sql Server 2000.
I copied this application inside a network path (Ex: h:\application).
The connection string is inside the application (hard-coded). If five
users access the application and I run sp_who in Query Analyzer it
displays five connections. The question is: Do I need to build an Enterprise
Serviced component and set the object pooling property as true to make
it work?
I say that because when I have one thread and I create two or more
connections inside this thread I know that the connection pooling will
work.
Regards,
Marco