The UltraLite.NET namespaces are named iAnywhere.Data.UltraLite (ADO.NET interface) and iAnywhere.UltraLite. It is recommended that new applications use the iAnywhere.Data.UltraLite namespace.
The following list describes some of the more commonly-used high level classes for the iAnywhere.Data.UltraLite ADO.NET namespace:
ULConnection Each ULConnection object represents a connection to an UltraLite database. You can create one or more ULConnection objects.
ULTable Each ULTable object provides access to the data in a single table.
ULCommand object Each ULCommand object holds a SQL statement to be executed against the database.
ULDataReader object Each ULDataReader object holds the result set for a single query.
ULSyncParms You use the ULSyncParms object to synchronize your UltraLite database with a MobiLink synchronization server.
The following list describes some of the more commonly-used high level classes for the iAnywhere.UltraLite namespace:
DatabaseManager You create one DatabaseManager object for each application.
Connection Each Connection object represents a connection to an UltraLite database. You can create one or more Connection objects.
Table The Table object provides access to the data in the database.
PreparedStatement, ResultSet, and ResultSetSchema These dynamic SQL objects allow you to create Dynamic SQL statements, make queries and execute INSERT, UPDATE and DELETE statements, and attain programmatic control over database result sets.
SyncParms You use the SyncParms object to synchronize your UltraLite database with a MobiLink synchronization server.
For more information, see iAnywhere.Data.UltraLite namespace for the ADO.NET interface and iAnywhere.UltraLite namespace for the component interface.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.