Gambas

Another small step in learning Gambas. Specifically the Database controls, most few database examples I’ve seen deal with SQLite. The trick for me to make it work with PostgreSQL was to add DataSource1.Table = “customer” in the Form_Open routine.