Replicating

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sometimes when I try to synchronize a database with the master the changes
aren't captured in the replica. Fo instance: I changed a report's header in
the master database however, when I synchronized the replica the report was
not updated. This doesn't happen all of the time. Is there something I'm
missing?
 
NChris said:
Sometimes when I try to synchronize a database with the master the
changes aren't captured in the replica. Fo instance: I changed a
report's header in the master database however, when I synchronized
the replica the report was not updated. This doesn't happen all of
the time. Is there something I'm missing?

Yes, you should not be replicating reports. Replication is meant for data
only - tables. You should split your database and replicate just the
backend. Give each user a copy of the frontend linked to some replica
backend. If you have changes to make in the frontend, make them and
distribute the new frontend to each user.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top