S
STom
I have seen examples where you can fill a data adapter, make modifications
to the dataset and then do an update on the data adapter.
But, if I have a component that uses a data adapter to get the dataset and
pass it back to me, then later I want to do an update and call maybe a
different function to do the update, do I need a reference to the exact same
data adapter?
What are some ways that others have done this?
Thanks.
STom
to the dataset and then do an update on the data adapter.
But, if I have a component that uses a data adapter to get the dataset and
pass it back to me, then later I want to do an update and call maybe a
different function to do the update, do I need a reference to the exact same
data adapter?
What are some ways that others have done this?
Thanks.
STom