F
Flare
Hi
I have set at dataset as source for my datagrid (winForm).
When i want to store my changes in the datasource I call the
dataSet.GetChanges() wich should return all rows with changes...It does
except for the rows wich i have deleted. They aint represented in the
returning dataset.
How do i detect wich rows has been deleted from my dataSet? Does the
dataGrid handle the deletin wrong, so i cant detect deletion or have I
misundestooed the GetChanges.
I see there is a problem representing a row wich doesent excist....But what
should I do then?
Regards
Anders, Denmark
I have set at dataset as source for my datagrid (winForm).
When i want to store my changes in the datasource I call the
dataSet.GetChanges() wich should return all rows with changes...It does
except for the rows wich i have deleted. They aint represented in the
returning dataset.
How do i detect wich rows has been deleted from my dataSet? Does the
dataGrid handle the deletin wrong, so i cant detect deletion or have I
misundestooed the GetChanges.
I see there is a problem representing a row wich doesent excist....But what
should I do then?
Regards
Anders, Denmark