"DREAMER" <LG@ARGENTINA.COM> wrote in
news:e0tgEFupGHA.2292@TK2MSFTNGP05.phx.gbl:
No, they are not the same. They have the same data and the same
design, but as soon as they are opened, they are no longer
identical, because each will get a new, unique ReplicaID.
Eh?
A ReplicaID is a GUID, which, as the name implies, is globally
unique. It is calculated from machine-specific data and from the
time it is created and cannot collide with another GUID generated
elsewhere.
The assignment of ReplicaIDs is not something you can control, and
it's not something you should worry about.
What you've done so far is just fine. Now you have to figure out how
to synch between the replicas, in-place. That means indirect
replication, as only a LAN is sufficiently fast and reliable to
support direct replication (i.e., the kind of replication you get
from the Access user interface).
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
|