Hi Sam,
It's a little different in this case.
You need to create a new Dataset, with all the changed rows returned by GetChanges function.
You need to have a function that loops through all the rows of the new dataset and pass those
values to another stored procedure to update the database.
HTH
Mona
"Sam" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hi,
> I've filled a dataset with the results of a stored procedure.
> I've then filled a datagrid with my dataset.
> When I delete the row from my datagrid, I would like to commit the
> deletion but I don't know how to do it. Normally I would just call
> update on my dataadapter and acceptchanges on my dataset but since I've
> filled the dataset with a stored procedure, I'm quite puzzled...
>
> Someone can help ?
>
> thx
>
|