March 2012
Intermediate to advanced
442 pages
9h 31m
English
A database application coded in a high-level language has SQL statements embedded in it. Before we can execute the application, it is precompiled, bound to the database, and then compiled to generate an assembly code. During the precompilation and binding processes, we have many options that can control the environment for application execution.
Precompilation is the process of separating SQL statements from application logic. Applications that do not have any embedded SQL statements don't need to be precompiled. When an application is precompiled, a bind file is generated. This bind file has information on all SQL statements contained in the application. All SQL statements in the application source file are ...
Read now
Unlock full access