UltraLite User's Guide
The Embedded SQL Interface
Host variables are C variables that are identified to the SQL preprocessor. You use host variables to send values to the database server or receive values from the database server.
Declaring host variables
Data types in embedded SQL
Host variable usage
The scope of host variables
Using expressions as host variables
Using host variables in C++