UltraLite Database User's Guide
Synchronization for UltraLite Applications
Designing synchronization for your UltraLite database
Maintaining primary key uniqueness
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.
UltraLite for MobileVB See Properties.
UltraLite ActiveX See Properties.
Native UltraLite for Java See ianywhere.native_ultralite.Connection.databaseID in the API Reference.
UltraLite.NET See Connection in the UltraLite.NET API Reference.
Embedded SQL See ULSetDatabaseID function.
Static C++ API See SetDatabaseID method.
Static Java API See setDatabaseID method.