Manages connections to an UltraLite database. May not be instantiated more than once.
' Visual Basic
NotInheritable Public Class DatabaseManager
// C#
public sealed class DatabaseManager
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
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.