Contents Index Declaring default global autoincrement columns How default values are chosen pdf/preface.pdf

UltraLite User's Guide
  Designing UltraLite Applications
    Global autoincrement default column values

Setting the global database identifier


When deploying an application, you must assign a different identification number to each database. You can accomplish the task of creating and distributing the identification numbers by a variety of means. One method is to place the values in a table and download the correct row to each database based on some other unique property, such as user name.

The method of setting this identification number varies according to the programming interface you are using.

To set the global database identifier (embedded SQL)

To set the global database identifier (C++ API)

To set the global database identifier (Java)


Contents Index Declaring default global autoincrement columns How default values are chosen pdf/preface.pdf