S
Stren Assaf
Hello, any help will be appreciated
I have a dataset filled with data from a database table. Now I want to do an
update command that will effect all rows in a specified table in this dataset
(something like: "UPDATE TableName SET RowName = RowName + 10")
How can I do it without executing it individually for each row?
Thanks.
I have a dataset filled with data from a database table. Now I want to do an
update command that will effect all rows in a specified table in this dataset
(something like: "UPDATE TableName SET RowName = RowName + 10")
How can I do it without executing it individually for each row?
Thanks.