![]() |
![]() |
ALLBASE/SQL Pascal Application Programming Guide: HP 9000 Computer Systems![]() Chapter 1 Getting Started with ALLBASE/SQL Pascal Programming |
|
Table of Contents The steps in creating a Pascal application program that accesses an ALLBASE/SQL relational database environment (DBEnvironment) are summarized in Figure 1-1 “Creating an ALLBASE/SQL Pascal Application Program”. Using your favorite editor, you create Pascal source code. The source code is a compilable Pascal program or subprogram that contains SQL commands. The SQL commands contained within the Pascal program are said to be embedded. Refer to the ALLBASE/SQL Reference Manual for SQL terminology and usage rules. Before compiling the source code, you preprocess it with the ALLBASE/SQL Pascal preprocessor. Preprocessing performs the following tasks:
You use the Pascal compiler and system linker to create the executable program from the modified source code file and the four include files. The executable program automatically makes the appropriate database accesses at run time in the DBEnvironment where the related module is stored. |