Contents Index Defining features for your application Adding statements to a project

UltraLite Static C++ User's Guide
  Data Access Using the C++ API
    Defining features for your application

Defining projects


When you run the UltraLite generator, it writes out class definitions for all the SQL statements in a given project. A project is a name defined in the reference database, which groups the SQL statements for an application. You can store SQL statements for multiple applications in a single reference database by defining multiple projects.

For information on creating projects, see Creating an UltraLite project.

You can use the ul_delete_project stored procedure to remove a project definition.


Contents Index Defining features for your application Adding statements to a project