Host variables

Embedded SQL applications use host variables to communicate values to and from the database. Host variables are C variables that are identified to the SQL preprocessor in a declaration section.


Host variable declaration
Data types
Host variable usage
Host variable scope
Expressions as host variables
Host variables in C++
Indicator variables