You’re now ready to open up the sample employee.fdb table.
dbase: open odbc://SYSDBA:masterkey@employee
If there is no error, you’ll reach the command prompt again.
Now set up the control port
db-port: first dbase
And now grab all the records from a select operation
insert db-port [ "select contact_last from customer" ]
while [ rec: pick db-port 1 ] [print rec ]