Handling updates to a Cached DataTable when the users session holds DataViews based on that DataTabl

Posted by minty on Stack Overflow See other posts from Stack Overflow or by minty
Published on 2008-11-20T00:43:22Z Indexed on 2010/03/24 15:03 UTC
Read the original article Hit count: 213

Filed under:
|
|
|
|

My website runs on a single server. I am caching a DataTable. Each session has a refernce to it's own DataView referring to that DataTable. What I am worried about is when I need to make changes to the underlying datatable will they propagate to each of the sessions references to it.

Or is there a better way to handle this situation.

© Stack Overflow or respective owner

Related posts about datatable

Related posts about dataview