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

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » DatabaseManager class

 DatabaseManager class Next Page

Properties


The properties of the class are listed here.

Property

Description

AuthStatusCode AuthStatusCode (read-only)Gets the AuthStatusCode object associated with the most recent synchronization.

String directory (read-only)

The directory in which M-Business Anywhere is running.

On Palm OS, this property is NULL.

UInt32 runtimeType (read-only)

The runtime type: either the UltraLite runtime (stand alone) library or the UltraLite database engine. The value is an enum, and is one of the following:

  • DatabaseManager.UL_STANDALONE
  • DatabaseManager.UL_ENGINE_CLIENT

Int32 sqlCode (read-only)

Gets the SQL Code value associated with the most recent operation.

SQLError SQLError (read-only)Gets the SQLError object.
SQLType SQLType (read-only)Gets the SQLType object.
PODSUInt32 UL_STANDALONE (read only)A constant indicating that the runtime type is the UltraLite runtime library.
PODSUInt32 UL_ENGINE_CLIENT (read-only)A constant indicating that the runtime type is the UltraLite database engine.