Cricket
Active member
I'm curious if you can execute a SQL script against a disconnected DataSet?
For example;
UPDATE tblFeature SET [Name]='New' WHERE uid=4
This would then update the DataSet so that when I execute the Update method on a DataAdapter it would update the database appropriately.
Currently I have to go find the row manually and then update the value.
For example;
UPDATE tblFeature SET [Name]='New' WHERE uid=4
This would then update the DataSet so that when I execute the Update method on a DataAdapter it would update the database appropriately.
Currently I have to go find the row manually and then update the value.