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.

Can I use Replication manager to schedule synchronizations over the Internet?

0
Posted

Can I use Replication manager to schedule synchronizations over the Internet?

0

No, you can’t. This feature is not supported for Internet synchronizations. However, you can perform Internet synchronizations using VBA/DAO (see the next question). • How can I synchronize over the Internet using Visual Basic for Applications code? The Synchronize method uses the following syntax: .Synchronize pathname, [exchange] When synchronizing replicas over a local area network, you must specify the local area network path of the replica you want to synchronize with for the pathname argument. When synchronizing replicas over the Internet, you must specify the Uniform Resource Locator (URL) address of the Internet server for the pathname argument, instead of specifying a local area network path. In addition, you must specify the dbRepSyncInternet constant for the exchange argument. When supplying the URL address of the Internet server, your code does not need to supply the full path to the replica on the server. For instance, if your Internet server name is “MySe

Related Questions

What is your question?

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

Experts123