Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: datareader and cache


Message #1 by bchaudhary@s... on Mon, 4 Mar 2002 22:47:17
To put the contents of a datreader in a cache, you first need to copy its
data into a structure of some kind, and then copy thta into the cache, I use
this technique, to fill some classes and collections, sometimes.

Scott Worley
  Author of: Inside ASP.NET, New Riders Publishing
  Working on: Commerce Server 2002 and .NET Unleashed


----- Original Message -----
From: <bchaudhary@s...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Monday, March 04, 2002 10:47 PM
Subject: [aspx_professional] datareader and cache


> since you have to keep an open connection to a sqldatareader, can you fill
> the results into cache and still be able to view the results?
$subst('Email.Unsub').
>

  Return to Index