Click or drag to resize
Page 16: Mixed Interface

In some cases we only need to ensure that a few select elements are present in the database, but would still like to display other elements of the database in a GUI. As we've seen earlier, the dynamic interface does not support this scenario very nicely because it is cumbersome to navigate to the desired elements. The static interface does not support this scenario at all.

Proceed to Page 17: Iterate over the Local Database.