MySQLi Recordset & Repeat Region
In order to display table records from a database to a page, two Server Behaviors are needed: the Recordset, and Repeat Region. The Recordset, retrieves rows from the table, either in full or based on a designated filter. Repeat Region, repeatedly displays the returned records in full or based on a specified numeric value.
Recordset & Repeat Region
- MySQLi Recordset - Returns records from a database connection.
- Query Builder - A graphical assistance tool to aid in the writing of advanced SQL in a Recordset.
- MySQLi Repeat Region - Repeats a specified number of of records or until all matching records have been returned.