Contents Index Defining UltraLite tables Defining database features for C++ API applications

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

Tables or queries?


Table definitions and query definitions provide alternative ways of defining the data that is to be included in your UltraLite database, and the range of operations you can carry out on that data.

Using SQL statements and projects provides a more general approach to defining applications, and are most likely to be used in larger enterprise applications. Table definitions may be useful as a convenient device in the following cases:


Contents Index Defining UltraLite tables Defining database features for C++ API applications