Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

DatabaseManager class


Manages connections to an UltraLite database. May not be instantiated more than once.

Prototypes 

' Visual Basic
NotInheritable Public Class DatabaseManager

// C#
public sealed class DatabaseManager

Remarks 

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.

The constructor is not thread-safe. All other methods on this class are thread-safe.


DatabaseManager members
DatabaseManager constructor
DatabaseManager constructor
RuntimeType property
CreateDatabase method
DropDatabase method
Finalize method
OpenConnection method
SetActiveSyncListener method
SetServerSyncListener method

Collection Contents Previous Next PDF