G
Galen Harris
What's the best practice to use the dataadapter.update on a dataset that's
been stored in session? We create a dataset on one page, and later in site,
we want to call the dataadapter.update() to save the changes. Problem is,
the original adapter is long gone.
It seems like cloogy to recreate the exact adapter again, fill another
dataset, and then replace that dataset with the one in session in order to
update our records. That can't be right.
??
Thanks,
Galen
been stored in session? We create a dataset on one page, and later in site,
we want to call the dataadapter.update() to save the changes. Problem is,
the original adapter is long gone.
It seems like cloogy to recreate the exact adapter again, fill another
dataset, and then replace that dataset with the one in session in order to
update our records. That can't be right.
??
Thanks,
Galen