Lazarus SQLite3 access

Making progress. Below is a form that accesses a SQLite3 zip code database. I was easily able to bring the form up with all records available by embedding a SQL statement in a SQL property in the SQLQuery control. Added a Florida button to only show Florida records, just to play with changing the selection criteria. Then a Activate button that only loads the initial page when clicked. What I thought was especially cool was the DBNavigator button that I’ve noted in the red box below. I know the placement is a little strange, but it can be easily dragged to another location on the form. Simply by adding this control and tying it to the data source you easily provide navigation and basic editing.