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 - .NET Programming » UltraLite .NET 2.0 API reference

 

ULRuntimeType enumeration

UL Ext.: Enumerates the types of UltraLite.NET runtimes.

Syntax
Visual Basic
Public Enum ULRuntimeType
C#
public enum ULRuntimeType
Members
Member name Description Value

STANDALONE_UL

Selects the standalone UltraLite.NET runtime.

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

0

UL_ENGINE_CLIENT

Selects the UltraLite engine runtime.

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

1
See also