E et Jan 14, 2006 #1 Okay, I've got my dataset, I've made updates to it, now how do I update sql from the revised dataset?
Okay, I've got my dataset, I've made updates to it, now how do I update sql from the revised dataset?
W W.G. Ryan eMVP Jan 15, 2006 #2 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.
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.