DAO Library Problems

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.
 
A

Allen Browne

DAO 3.6 is designed for JET 4 (Access 2000 and later).
It will not work correctly with Access 97 (JET 3.5).
 
V

Virgil

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?
 

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

Top