Database Guide


Query Result Table

The Query Result Table part represents the table resulting from an SQL SELECT statement execution. This table can be considered a working set that allows you to add, delete, or alter the data and rows in the table.

To access this part, tear off the resultTable attribute from the


mrquery
part.

Part:
Query Result Table

Category:
The result table is only available through the
mrquery
part.

Class Name:
AbtMultiRowQueryResultTable

To display the pop-up menu for the Query Result Table part, click with mouse button 2 on the part.

You can gain access to the Current Row part if you select Tear-Off Attribute from the pop-up menu of the Query Result Table part, then select currentRow.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]