Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference

Properties Next Page

ULDatabaseManager class


The ULDatabaseManager class is used to manage connections and databases. Your application should only have one instance of this object. Creating a database and establishing a connection to it is a necessary first step in using UltraLite. It is recommeneded that you use CreateDatabase, OpenConnection and DropDatabase, and include checks in your code to ensure that you are connected properly before attempting any DML with the database.


Properties
CreateDatabase method
DropDatabase method
OpenConnection method