updates to cached datasets commited instantly?

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
 
R

RobinS

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

Robin S.
---------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top