Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I replicate an application that has implemented split data and code MDBs?

0
Posted

How do I replicate an application that has implemented split data and code MDBs?

0

You can replicate the application database, the table database, or both. However, you may find it more efficient in practice to only replicate the table database. Although design changes are replicable, synchronizing them can cause problems. There have been reported instances of design changes to forms and modules not propagating successfully to all replicas in a replica set. If possible, develop your application fully before replicating and distributing it. If you need to make design changes later, then distribute the front-end database separately from the tables. • How do I compact a replicated database? When compacting a replica in Microsoft Jet Database Engine 3.5x, there are four issues to keep in mind: • Make sure the replica is copied back to the original location/name after the compact and before synchronizing with any other replica. If you don’t, then you’ll be adding another replica to the replica set and if the replica is the Design Master, it’ll no longer be the Design Mast

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123