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 accesses the database called: " i4glsoa". So add the following instruction at the beginning of the server file created in step 6:
DATABASE i4glsoa
MAIN
...
END MAIN