Page 1 of 1

An error "Record changed by another user" in MIDAS applicatin.

Posted: Mon 14 Feb 2005 13:14
by Vytas
I am working with MIDAS Application. On server side I used TMSQuery components, TdatasetProvider property ResolveToDatase is assigned to TRUE. The problem is: in client application I inserted record and applied changes to database. After that I tried to refresh record with TClientDataset method RefreshRecord. Server always reports an error "Record changed by another user". Is solution of this problem?

Posted: Tue 15 Feb 2005 07:19
by Ikar
Usually it is a result of incorrect chosen key fields. Try to set DataSetProvider.UpdateMode := upWhereKeyOnly