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

SQL Anywhere 11.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference

 

DatabaseManager class

Manages connections to an UltraLite database.

You must open a connection before carrying out any other operation, and you must close the connection after you have finished all operations on the connection, and before your application terminates. You must close all tables opened on a connection before closing the connection.


Properties
createDatabase method
dropDatabase method
getDatabaseOptions method
openConnection method
reOpenConnection method
validateDatabase method