R
rkmoray
I want to update a table without using a sql statement.
I am hoping for something similar to ado update.
ds.Tables[0].Rows[x] ["authorid"] = "Rick"
ds.update
is something like this possible?
I am hoping for something similar to ado update.
ds.Tables[0].Rows[x] ["authorid"] = "Rick"
ds.update
is something like this possible?