Replication with Jet and Replication Objects (JRO)

Microsoft Replication Manager

Replication with Jet and Replication Objects (JRO)

You can create and maintain a replicated database by using Jet and Replication Objects (JRO) methods and properties.

This topic provides reference information about:

Programming replicated databases

Methods

Properties

Methods and properties available in a partial replica

More information

Programming replicated databases

Use JRO if you require programmatic control over the exchange of data and design information among members of the replica set. For example, you can use JRO to write a procedure that automatically synchronizes a user's replica with the rest of the set when the user opens the database. The database must be closed to programmatically make the database replicable.

Return to top

Methods

CreateReplica method

GetObjectReplicability method

MakeReplicable method

SetObjectReplicability method

Synchronize method

Return to top

Properties

ActiveConnection property

ConflictFunction property

ConflictTables property

DesignMasterId property

ReplicaId property

ReplicaType property

RetentionPeriod property

TableName property

Visibility property

Return to top

Methods and properties available in a partial replica

Append method

Delete method

PopulatePartial method

FilterCriteria property

FilterType property

Priority property

Return to top

More information

Create partial replicas

Return to top