Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Developing Applications Using Embedded SQL

Managing multiple connections Next Page

Using 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.


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++
Using indicator variables