Introduction to UltraLiteJ development

UltraLiteJ provides basic database functionality to your Java applications. It is designed to work specifically with BlackBerry smartphones but is fully compatible with Java ME and Java SE environments. The UltraLiteJ API contains all the methods required to connect to an UltraLiteJ database, perform schema operations, and maintain data using SQL statements. Advanced operations, such as data encryption and synchronization, are also supported.

The API for each supported platform is stored in the UltraLiteJ12.jar file in your UltraLiteJ directory, which is typically located in the UltraLite\UltraLiteJ folder of your SQL Anywhere installation.

 Basic steps for creating an UltraLiteJ application
 Setting up an UltraLiteJ application