dataView & dataAdapter.update

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

If i delete e record through the dataView ,the record is deleted in the
underlying dataset, but when calling the dataadapter.udate method the
database is not updated.(altough the record is deleted from the dataset )
(the haschanges record returns false )

Why ?
 
Sagaert Johan said:
If i delete e record through the dataView ,the record is deleted in the
underlying dataset, but when calling the dataadapter.udate method the
database is not updated.(altough the record is deleted from the dataset )
(the haschanges record returns false )

Why ?


Are you calling AcceptChanges yourself by any chance?
 
Back
Top