Contents Index Introduction to UltraLite Supported platforms pdf/preface.pdf

UltraLite User's Guide
  Introduction to UltraLite

UltraLite features


UltraLite is a deployment technology for Adaptive Server Anywhere databases, aimed at small, mobile, and embedded devices. Supported target platforms include Windows CE, Palm OS, and Java devices.

UltraLite provides the following benefits for users of small devices:

Full-featured SQL 

UltraLite allows applications on small devices to use full-featured SQL to accomplish data storage, retrieval, and manipulation. UltraLite supports referential integrity, transaction processing, and multi-table joins of all varieties. In fact, UltraLite supports most of the same data types, runtime functions, and SQL data manipulation features as Sybase Adaptive Server Anywhere.

Synchronization to industry-standard RDBMS 

UltraLite uses MobiLink synchronization technology to synchronize with industry-standard database-management systems. MobiLink synchronization works with ODBC-compliant data sources such as Sybase Adaptive Server Anywhere, Sybase Adaptive Server Enterprise, IBM DB2, Microsoft SQL Server, and Oracle.

Small footprint custom database 

UltraLite provides an ultra-small footprint by generating a custom database engine for your application. This custom engine includes only the features required by your application.

Each UltraLite application has its own database, modeled after a reference Adaptive Server Anywhere database.

C/C++ UltraLite custom database engines for your application can be as small as 50 kb, depending on your deployment platform and the number of SQL statements in the application and the SQL features used.

In-memory database    UltraLite target devices may have no hard disk and tend to have relatively slow processors. The UltraLite runtime employs algorithms and data structures that provide high performance and low memory use.

Supported development models 

You can develop UltraLite applications in the following ways:


Contents Index Introduction to UltraLite Supported platforms pdf/preface.pdf