Thx in Advance
In terms of "connect" speed - then a pooled connection will have less
initial latency than a non-pooled connection - but again, SqlConnection
will worry about this for you.
In terms of data-access, well - that is a large topic... "read less
data" and "use suitable indexes" being the short version.
Did you have something specific in mind?
Marc
I am going to read a bit more about pooled connections en how
SqlConnection controls it for me.
It obvious that a lot of the speed depends on data access and
correct indexes, thx for the reminder :)
Basicly my colleage asked me to check the difference between connections
like an connectionstring or ado.net connection. He was a little vage about
it's for a simpel program that do uses a lot of data all the time, that's
way
Thx again
"Marc Gravell" <marc.g...@gmail.com> wrote in message
news:%23zhaAWa...@TK2MSFTNGP04.phx.gbl...