When using ODAC (Delphi6) I correctly get UpdatesPending true when my record has been changed but not after an insert, which it should be, if I understand correctly.
Is there any documentation available on when to use UpdatesPending, Refresh, Modified, ApplyUpdates, CancelUpdates? I read the help file and searched the forums..