|
Answer» FORWARD Only: Fastest, can only move forward in recordset. Static: Can move to any RECORD in the recordset. DATA is static and never changes. KeySet: Changes are detectable, records that are deleted by other users are unavailable, and records CREATED by other users are not detected Dynamic: All changes are visible. Forward Only: Fastest, can only move forward in recordset. Static: Can move to any record in the recordset. Data is static and never changes. KeySet: Changes are detectable, records that are deleted by other users are unavailable, and records created by other users are not detected Dynamic: All changes are visible.
|