HPlogo Up and Running with ALLBASE/SQL: HP 3000 and HP 9000 Computer Systems > Chapter 4 Building an ALLBASE/SQL\COBOL Application in MPE/iX

How ALLBASE/SQL Programming Works

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

ALLBASE/SQL uses a technique known as embedded SQL for building application programs. You include SQL statements inside a conventional application program, and then you preprocess the application program, using the ALLBASE/SQL preprocessor. The preprocessor reads all the embedded SQL statements and converts them into appropriate procedure calls or declarations in your chosen programming language. After you have preprocessed without error, you compile and link the application.

Feedback to webmaster