UltraLite Database User's Guide
UltraLite Databases
Databases and schema files
The physical storage of the UltraLite database depends on the target platform.
Palm Computing Platform The database is stored in the Palm persistent (static) memory using the Data Manager API. For devices operating Palm OS version 4.0, you can store UltraLite databases in the file-based storage of expansion cards.
Windows CE The database is stored in the file system. On Windows CE the default file is \UltraLiteDB\ul.udb. On other versions of Windows the default file is ul_<project>.udb in the working directory of the application, where <project> is the UltraLite project name used during the development process.
Static Java The database is either transient, or is stored as a file in the file system. By default, it is transient.
When creating your database, there are several configuration parameters you can supply. These control features such as encryption.
UltraLite for MobileVB See CreateDatabaseWithParms method.
UltraLite ActiveX See CreateDatabaseWithParms method.
Native UltraLite for Java See ianywhere.native_ultralite.DatabaseManager in the Native UltraLite for Java API Reference.
UltraLite.NET See DatabaseManager class in the UltraLite.NET API Reference.
UltraLite for C++ See UltraLite_DatabaseManager class in the UltraLite C++ API Reference.
UltraLite for embedded SQL See Macros and compiler directives for UltraLite C/C++ applications.
UltraLite static C++ See Macros and compiler directives for UltraLite C/C++ applications.
UltraLite static Java See UltraLite API reference.