I'd like to store the sync anchor on a seperate table on the mobile device. It's going to be per user. The data is going to be filtered per user, thus each user has his own last sync anchor.
What type should the column be in the DB be? Something like
User | LastAnchor
How can I get the last received anchor on the mobile device?
Is it possible to set the Sent Anchor before synchronizing?