UltraLite.NET User's Guide
Introduction to UltraLite.NET
The UltraLite.NET namespace is named iAnywhere.UltraLite. It includes a set of classes for data access and synchronization: Some of the more commonly-used high level classes are:
DatabaseManager You create one DatabaseManager object for each UltraLite.NET application.
For more information, see iAnywhere.UltraLite.DatabaseManager in the API Reference.
Connection Each Connection object represents a connection to the UltraLite database. You can create a number of Connection objects.
For more information, see iAnywhere.UltraLite.Connection in the API Reference.
Dynamic SQL objects - PreparedStatement, ResultSet, and ResultSetSchema objects allow you to create Dynamic SQL statements, make queries and execute INSERT, UPDATE and DELETE statements, and attain programmatic control over database resultsets.
For more information on the PreparedStatement, Resultset, and ResultSetSchema objects, see ianywhere.UltraLite.PreparedStatement, ianywhere.UltraLite.ResultSet and ianywhere.UltraLite.ResultSetSchema.
Table The Table object provides access to the data in the database.
For more information, see iAnywhere.UltraLite.Table in the API Reference.
SyncParms You use the SyncParms object to add synchronization to your application.
For more information, see iAnywhere.UltraLite.SyncParms in the API Reference.
The API Reference is supplied in the docs subdirectory of your SQL Anywhere installation and is accessible from the front page of the SQL Anywhere Studio online books under the title iAnywhere.UltraLite.