Since DbFacePHP for MySQL V1.9.2, a new application type: resultset checkpoint application was introduced.
What is “resultset checkpoint application”?
RC application helps you view a query’s resultset in the future. It consists of a Form(or not) and a query SQL statement.
How to make a “resultset checkpoint application”?
1. Open the application management section, and click the ‘Create Application’ link;
2. Select the ‘Resultset Checkpoint Application’ and input basic information for the application;
3. Choose or Make a new form(optional);
4. Write a query SQL statement with form parameters(You can use Query Builder to help you build one);
5. Specify the maxium checkpoint you want to keep
then click the ‘Create’ button to finished.
