updates to cached datasets commited instantly?

  • Thread starter Thread starter xamman
  • Start date Start date
X

xamman

if i share a dataset & dataadapter in a web apps cache,

and i have a webform which in page.load does a
dataadapter1=cache("adapter1")
dataset1=cache("dset1")

and user edits data submits & triggers a
dataadapter1.update(dataset1)

at this point i did find the data in the database updated. i would have
thought i needed to flush the cache or something similar, but from what
i see i *guess* this is being handled automatically and being done
instantly?

thx
 
You could post to microsoft.public.dotnet.framework.aspnet if nobody
here answers your question.

Robin S.
---------------------------------
 
Back
Top