I have the Client Sync proc in my data.dll
In the sync client proc, if I forget to add a File to be synced to the "Other Files" of the proc, the sync does not work, none error is posted. and the sync process runs over and over like there were no timer.
Since your last response to my other post, I take your desktop example and you are right, in this example theres no files in the Other Files of the proc, may be the problem is using the proc in a data.dll instead of an exe.
Ive deleted all the files in Other files in my sync proc and then, when runnig it first time all the Insert, etc columns are zero forr all files, which is ok, then if I run the sync again all the files are fully synced and the cycle repeats and repeates like theres no timer in the proc.
If I add the files back to the proc all works ok.