C
Claudio
I have a form where I want to include, update and delete data. After I
modify the data on a Datagrid I have to apply the updates
(SQLDataAdapter.Update()). I would like to know if there is a way to apply
the changes to the DataBase after each insert, update or delete command. I
am using a SQLConnection, a SQLDataAdapert and a DataSet to modify the
table.
modify the data on a Datagrid I have to apply the updates
(SQLDataAdapter.Update()). I would like to know if there is a way to apply
the changes to the DataBase after each insert, update or delete command. I
am using a SQLConnection, a SQLDataAdapert and a DataSet to modify the
table.