UltraLite statements

In version 9.0.2 and earlier, you define the data access requests available to an UltraLite application by adding a set of SQL statements to the UltraLite project for that application in your reference database. The UltraLite generator then creates the code for a database engine that can execute the set of SQL statements.

In the Static C++ API, you can also use publications to define data access methods. If you are using embedded SQL, the SQL preprocessor adds the SQL statements in your embedded SQL source files to the reference database for you.