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