Data Port Sync 1.0.500

JetDatabaseTracker. Method 

[This is preliminary documentation and subject to change.]

Tracks changes made to the database since a given generation number.

[Visual Basic]
Public Sub ( _
   ByVal Int32 As Integer _
)
[C#]
public void (
   Int32 nClientGeneration
);

Parameters

Int32
Generation number from where to track changes.

Remarks

This method tracks all changes made to the database since a given generation. Each sync client has its own generation number that is fed to this method so that all changes are tracked, and not only the ones since the last track.

See Also

JetDatabaseTracker Class | Primeworks.DataPortSync.Jet Namespace