>>>I presume you mean "after the records are saved on the server, then when inspecting the server side data then the timestamp and the servertimestamp are a little different " ?
Is that correct?
Yes, after, please re-read my "Netsync question 3", see pic 4
Ive done nothing but add records and sync.
>>>On the server side, are you setting the time stamp fields yourself?
No
>>>Or are you letting the global NetTalk template do it via the ABC File Manager objects?
Yes
>>> Are you adding the records to the database manually?
No
Yes the server side is seting the sts using NT template
Please see "Netsync question 3", pic 1 add 2 recs on central, pic 2 add 2 recs from Pilar, pic3 you can see the modifies duplicated each time y click on sync, see pic 4 you can see the diff between ts and sts
Problem seams to be in the server...
Adding this:
Operadores{prop:sql}='update operadores set STS=TS where operador='&OPE:operador
in the server UpdateRecord:Operadores routine after the p_web.UpdateFile(Operadores)
and
in the server InsertRecord:Operadores routine after the p_web.AddFile(Operadores)
solves the problem
May be its doing...
st = GetTime...()
sts= GetTime...() (a little late)
Just a thought...