[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Aamir Ghanchi

8/16/2007 7:05:00 PM

Hi, I wanted to know if caching is enabled for a SqlDataSource/
ObjectDataSource through EnableCaching property, is the cached data
available for that particular http session or is it cached for and
used by all the sessions that happen to use the identical T-Sql SELECT
(including with paramater values) ?

will appreciate your response.

thanks in advance.

1 Answer

Alvin Bruney [MVP]

8/16/2007 11:51:00 PM

0

The cache applies to that particular session.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET - MS Press
Professional VSTO 2005 - Wrox/Wiley
OWC Black Book www.lulu.com/owc

"Aamir Ghanchi" <aamirghanchi@gmail.com> wrote in message
news:1187291129.951665.84680@m37g2000prh.googlegroups.com...
> Hi, I wanted to know if caching is enabled for a SqlDataSource/
> ObjectDataSource through EnableCaching property, is the cached data
> available for that particular http session or is it cached for and
> used by all the sessions that happen to use the identical T-Sql SELECT
> (including with paramater values) ?
>
> will appreciate your response.
>
> thanks in advance.
>