New DAO 3.5 Features for the Microsoft Jet Database Engine
-
PopulatePartial method (on CdbDatabase objects) — Synchronizes any changes in a partial replica with the full replica, clears all records in the partial replica, and then repopulates the partial replica based on the current replica filters.
-
SetOption method (on CdbDBEngine object) — Overrides the registry values for the Microsoft Jet database engine for the duration of the current instance of DAO.
-
MaxRecords property (on CdbQueryDef objects) — Sets or returns the maximum number of records to return from a query.
-
ReplicaFilter property (on CdbTableDef objects) — Returns a value that indicates which subset of records is replicated to that table from a full replica.
-
PartialReplica property (on CdbRelation objects) — Indicates which CdbRelation object should be considered when populating a partial replica from a full replica.