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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference

 

UltraLite_DatabaseManager_iface class

Manages connections and databases.

Syntax
public UltraLite_DatabaseManager_iface
Derived classes
Members

All members of UltraLite_DatabaseManager_iface, including all inherited members.

Remarks

Creating a database and establishing a connection to it is a necessary first step in using UltraLite. You should ensure that you are connected properly before attempting any DML with the database.


CreateDatabase function
DropDatabase function
OpenConnection function
Shutdown function
ValidateDatabase function