Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

RuntimeType enumeration


Enumerates the types of UltraLite.NET runtimes.

Prototypes 

' Visual Basic
Public Enum RuntimeType

// C#
public enum RuntimeType

Members 
Member Description
STANDALONE_UL Selects the standalone UltraLite.NET runtime.

The standalone runtime accesses databases directly. Databases are accessed more quickly but cannot be shared.

UL_ENGINE_CLIENT Selects to use the UltraLite engine.

The UltraLite.NET engine client communicates with the UltraLite engine to access databases. This means that databases can be shared by different applications.

See also 

Collection Contents Previous Next PDF