Contents Index Structure of embedded SQL programs Declaring host variables

UltraLite Embedded SQL User's Guide
  Data Access Using Embedded SQL

Using host variables


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++

Contents Index Structure of embedded SQL programs Declaring host variables