Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Replication / December 2006

Tip: Looking for answers? Try searching our database.

How to test if a database has lost replication

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
rdemyan@hotmail.com - 24 Dec 2006 22:18 GMT
Is there a way to test if a replica has lost its replication.  The loss
of the replication doesn't mean that the ReplicaID disappears does it?
David W. Fenton - 25 Dec 2006 21:01 GMT
> Is there a way to test if a replica has lost its replication.  The
> loss of the replication doesn't mean that the ReplicaID disappears
> does it?

No. But what changes is the Replicable property:

 ?CurrentDB.Properties("Replicable")

in the Debug/Immediate window will tell you the value, which is "T"
for replicated databases. The property doesn't exist for databases
that have never been replicated. I don't recall what the value is
for an MDB that's lost replicability, but it's not "T" -- I've
written code to test for it after a compact.

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.