DAO Library Problems

  • Thread starter Thread starter Virgil
  • Start date Start date
V

Virgil

Folks, I noticed something strange between two reference
library versions, DAO 3.51 and DAO 3.6. IF I reference DAO
3.6, my database can't find the MySysRepInfo table
(replication info). I developed code in using DAO 3.51 to
use that table to discern whether a database is either the
Design Master or a Replica (DesignMasterID and
ReplicaID). Is that normal for DAO 3.6?

If this is normal, then how can you program using DAO 3.6
to tell the difference between the Design Master and the
Replica?

Additional info: I noticed the difference running Access
97.
 
DAO 3.6 is designed for JET 4 (Access 2000 and later).
It will not work correctly with Access 97 (JET 3.5).
 
Understood. But 3.6 doesn't recognize the MySysRepInfo
table in Access 2000 and beyond either. So, the question
back the the users group is how can you program using DAO
3.6 to get the database to distingush between the Design
Master and the Replica?
 
Back
Top