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
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