G
Geoff Jones
Hi
Using code like:
dataAdaptor1.Update(dataSet1.Table("MyTable"))
it is possible to update a datasource with all the rows in MyTable.
What is the code to update a certain row in MyTable?
Thanks in advance
Geoff
Using code like:
dataAdaptor1.Update(dataSet1.Table("MyTable"))
it is possible to update a datasource with all the rows in MyTable.
What is the code to update a certain row in MyTable?
Thanks in advance
Geoff