Unless you disable the setting, a subsequent connection does not inherit the
state of a previous owner of a pooled connection. While the state is
maintained until the connection is reused, before any other operations are
passed, the connection is "reset" to clear the state.

Signature
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
> Hi,
>
[quoted text clipped - 13 lines]
> Any help would be appreciated,
> Max
Max2006 - 23 Jul 2008 20:45 GMT
Hi William,
Thank you for help.
What is the setting? I just want to know, so I won't become disable by
accident.
BTW, I am a fan of your Hitchhiker book series.
Thank again,
Ali
> Unless you disable the setting, a subsequent connection does not inherit
> the state of a previous owner of a pooled connection. While the state is
[quoted text clipped - 18 lines]
>> Any help would be appreciated,
>> Max
William Vaughn (MVP) - 23 Jul 2008 21:04 GMT
Check out the ConnectionReset=True key/value pair. It defaults to True.
Nope, don't touch this unless you want to let subsequent pooled connection
users lie in the dirty sheets slept on by earlier users.
See Chapter 9 of the 7th edition.

Signature
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
> Hi William,
>
[quoted text clipped - 30 lines]
>>> Any help would be appreciated,
>>> Max