6. Embedded SQL for BASIC : Preprocessor Operation : Coding Requirements for Embedded SQL Programs : Embedded SQL Statements that Do Not Generate Code
 
Share this page                  
Embedded SQL Statements that Do Not Generate Code
The following Embedded SQL declarative statements do not generate any BASIC code:
declare cursor
declare statement
declare table
whenever
These statements must not contain labels. Also, they must not be coded as the only statements in BASIC constructs that do not allow empty statements.