SQL Language Guide : 5. Embedded SQL
 
Share this page                  
Embedded SQL
 
Embedded SQL Statements
How Embedded SQL Statements Are Processed
General Syntax and Rules of an Embedded SQL Statement
Structure of an Embedded SQL Program
Host Language Variables in Embedded SQL
Data Manipulation with Cursors
Dynamic Programming
Embedded SQL Statements
Embedded SQL statements refer to SQL statements embedded in a host language such as C. Embedded SQL statements include most interactive SQL statements and statements that fulfill the additional requirements of an embedded program.