UltraLite ActiveX User's Guide
Introduction to UltraLite ActiveX
UltraLite provides a database engine for handheld devices. It also provides a programming interface that exposes a set of objects for data manipulation using an UltraLite database.
The following figure describes the object hierarchy.
The following list describes some of the more commonly-used high level objects.
ULDatabaseManager manages connections to UltraLite databases.
For more information, see ULDatabaseManager class.
ULConnectionParms holds a set of connection parameters.
For more information, see ULConnectionParms class.
ULConnection represents a database connection, and governs transactions.
For more information, see ULConnection class.
ULPreparedStatement, ULResultSet, and ULResultSetSchema manage database requests and their results using SQL.
For more information, see ULPreparedStatement class, ULResultSet class, and ULResultSetSchema class.
ULTable and ULColumn manage data using a table-based API.
For more information, see ULTable class and ULColumn class.
ULSyncParms and ULSyncResult synchronization objects allow you to control synchronization through the MobiLink synchronization server, providing you have SQL Anywhere Studio.
For more information about synchronization with MobiLink, see Synchronization for UltraLite Applications.
SQL Anywhere Studio 9.0.1
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.