| Bound Mode > Visual Basic Data Control Considerations > Using True DBList to display SQL query results |
True DBList can automatically configure itself to changes in the data control's Recordset. This feature is very useful for displaying the results of ad-hoc SQL queries. If the list does not have a layout defined, it will detect any change in the Data control's Recordset and display the new query result set automatically—no code is necessary to tell the list what to do. You can create very powerful user interfaces using these automatic features of the list. Tutorial 5 describes this feature in detail and also illustrates a few interesting and useful SQL statements.