Home All Groups Group Topic Archive Search About

Updating sql from a dataset

Author
14 Jan 2006 4:50 PM
et
Okay, I've got my dataset, I've made updates to it, now how do I  update sql
from the revised dataset?

Author
15 Jan 2006 12:46 AM
W.G. Ryan eMVP
If the adapter is configured, then you just pass it in to the adapter's
Update method specifying the table name in the dataset... it

DataAdaptername.Update(myDataSet.Tables[TableIndexOrName])

I'm not sure I understand your question though, in which case if I didn't
please let me know and I'll take another shot at it.
Show quote
"et" <eagletender2***@yahoo.com> wrote in message
news:%23YMlbqSGGHA.3176@TK2MSFTNGP12.phx.gbl...
> Okay, I've got my dataset, I've made updates to it, now how do I  update
> sql from the revised dataset?
>

AddThis Social Bookmark Button