A
al
Greetings,
I have a form that is bound to a dataset through its bindingcontext.
What I do is I change more than one record then update the dataset.
But the dataset does not save more than one. That is, dataset only
updates the last changed record. How can I have all changes saved to
the database??
'This only saves last changed record, but not all changed ones
BindingContext(DataSet11, "employees").EndCurrentEdit()
SqlDataAdapter2.Update(DataSet11, "Employees")
MTIA,
Grawsha
I have a form that is bound to a dataset through its bindingcontext.
What I do is I change more than one record then update the dataset.
But the dataset does not save more than one. That is, dataset only
updates the last changed record. How can I have all changes saved to
the database??
'This only saves last changed record, but not all changed ones
BindingContext(DataSet11, "employees").EndCurrentEdit()
SqlDataAdapter2.Update(DataSet11, "Employees")
MTIA,
Grawsha