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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top