Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Chapter 2:  A Sample UltraLite Application [Table of Contents] Chapter 4:  The UltraLite Embedded SQL Interface

Ultralite Developer's Guide

[-] Chapter 3: Developing UltraLite Applications

Chapter 3

Developing UltraLite Applications

About this chapter

This chapter describes the development process. It explains how to develop and build an UltraLite application. It is intended to give you most of the information to get you started.

The first section provides an overview of writing and building an UltraLite application. Each remaining section describes one of these steps in detail.

For additional information, specific to your target device, see Platform-Specific Development Instructions .

Writing an application
Building an application
Deploying your application
[-] Creating the reference database
Preparing a reference database
Using an existing database
Writing applications using embedded SQL
Starting the database server
Pre-processing your embedded SQL files
[-] Generating the supplementary code with the UltraLite generator
Error on starting the analyzer
[-] Compiling and linking your application
Dynamic and statically linked versions of the UltraLite runtime
[-] UltraLite database features
Setting database options in the reference database
Collation sequences
Unsupported Adaptive Server Anywhere features
[-] UltraLite database internals
Database storage
How UltraLite tracks row states
Indexes in UltraLite databases
Backup, recovery, and transaction processing


Chapter 2:  A Sample UltraLite Application [Table of Contents] Writing an application