C
Christoph
Where can I go to read about performance issues when
dealing the sql connections in ADO.NET? Specifically, I
am looking for some place that discusses the pros and cons
of using a single connection vs. using multiple connections.
We are wanting to write a wrapper class that handles all
the specific SQL functionality and we'd like to read more
(good, specific) information on sql connections in ADO.NET
so we can determine whether or not we should make the
wrapper handle just one connecion or make it work with
some sort of connection pool.
thnx,
Christoph
dealing the sql connections in ADO.NET? Specifically, I
am looking for some place that discusses the pros and cons
of using a single connection vs. using multiple connections.
We are wanting to write a wrapper class that handles all
the specific SQL functionality and we'd like to read more
(good, specific) information on sql connections in ADO.NET
so we can determine whether or not we should make the
wrapper handle just one connecion or make it work with
some sort of connection pool.
thnx,
Christoph