Understand the basics about programming, compiling and deploying an
application.
Overview of Genero BDL
Genero Business Development Language (BDL) is a program language designed to write an interactive database application, as a set of programs that handle the interaction between a user and a database. Programs communicate with the database server with Structured Query Language (SQL), and execute interactive instruction controlling application forms, to manage user input.
Compiling a program
In addition to writing and gathering your source files, you need to compile the source files in order to run the application.
Deploying an application
To deploy an application, you must deploy all of the required files. Many (but not all) of these files are compiled from the source files.