Previous Topic: Freeform EditingNext Topic: Accessing AutoCollect Data Using DBSQLPR


Rowset Concept

The key to successfully updating/deleting data in the AutoCollect system requires you to understand the Snapshot and Delta rowset concept. Any update activity that would change the content of one row in the rowset must be balanced with changes to other rows in the rowsets. Similarly, any deletion of rows must be done in consideration of other rows in the rowset.

Information about how to identify each of the AutoCollect rowsets is provided in the sections on database contents found later in this document.

Failure to make changes in a way that matches all corresponding rows in a rowset could invalidate the entire rowset and any performance measurement taken from that data.