Step 7: Configure the database

Based on the DATABASE entry in the I4GL .4cf configuration file, use the Genero instruction to connect to the informix database at server startup.

For example, in the I4GL zipcode demo the service access the database called: i4glsoa . So add following instruction at the beginning of the server file created in step 6:
DATABASE i4glsoa
MAIN
...
END MAIN