Preparing applications for execution
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 ...
Get IBM DB2 9.7 Advanced Application Developer Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.