Re: UpdateStatus is not returning correct value



It sounds like that DataSet may still be in edit mode at the moment when you
are inspecting UpdateStatus value, i.e. changes are still in internal
buffers and not posted yet into ADO RecodSet. Try to put
qryCandidate.CheckBrowseMode before anything else and see if it will make
any difference.


.