Has anyone looked into replication?
It would be nice to give users of my application the possibility to work
remotely and synchronise.
What I would like to do, is write the necessary code so I can still use my
.dbf files. I presume I need to track the timestamp and userkey to track
changes, and have some CLSID style of creating unique keys for records
that are added.
I noticed that Access 97 does this, as it uses a Random generator for the
Primary Key on replicated databases.
I guess there are lots of issues involved, and I just wondered if anyone
has looked into it before I spend time on it.
Thanks.