dataadapter.update -- dataset from session

  • Thread starter Thread starter Galen Harris
  • Start date Start date
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
 
Hi Galen,

I noticed that you post the same question in the following post.

DataAdapter.update() and a DataSet in session

A community member has replied your question in that thread. Please check
it when you have time.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top