Generating applications with the default template / Modeling the database |
The 4dbx file is the database schema file for generated applications.
The 4dbx file contains the information about the tables, columns, and relations of the relational database that is needed by your application. It is used to create items in your Business Application diagram (4ba).
The 4dbx file handles CRUD operations for the generated application. For each table with a primary key in the database schema, the application generator creates its database CRUD operations (respectively INSERT, SELECT, UPDATE, and DELETE database statements).
You must have access set up for the database that the application will use.
The Application Generator manages the database SERIAL columns by using a single table named seqreg in the meta-schema (4dbx). However, the native SERIAL management is used for Informix® databases.