In Addition to the ADO and ADOX object libraries Microsoft Access provides Jet and Replication Objects (JRO). This set of objects provides an object model and methods that are specifically designed for use with ADO and the Jet Database Engine.
Note You must first create a reference to MSJRO.DLL by selecting References on the Tools menu and selecting Microsoft Jet and Replication Objects 2.1 Library to use JRO functionality.
Below are listed some common DAO Replication methods and their JRO equivalents.
DAO | ADO(JRO) | Note |
---|---|---|
DBEngine | JetEngine | |
Database | Catalog |
Creating a Replica | ||
|
|
|
Compact and Encrypt a Database | ||
|
|