I have a MS access database and i am using the ADO data control to access the data. When i call the cancelupdate mothod it does right the oposite as it should.
I acts the same as the update method. First i call the addnew method and then i type sth in the text box that is connected to the db. But when i call the cancelupdate and move to another record the data is stil saved into the database!
Does anyone have the solution for this strange problem?