Sqlcli Binding
Sqlcli Binding
Embedded SQL is, by far, the most popular of the In early database systems, applications were
three traditional binding styles. In this method, SQL designed and implemented to perform custom
statements are embedded directly into the text of the business functions. Such applications were tightly
host language program. Before application code coupled to the DBMS i t s e l f - frequently, both DBMS
containing embedded SQL can be compiled, it must and the application were run on the same machine.
be precompiled using a preprocessor provided by the In today's world, database systems are increasingly
being structured as clients and servers; applications
run on a client machine with the database running
I
Throughout this paper, the term "SQL-92" refers to the (identical) on a separate server machine. This environment has
documents ANSI X3.135-1992 and ISO/IEC 9075:1992, "Database
Language SQL".
encouraged the development of generic database