iAnywhere.Data.UltraLite namespace
UL Ext.: Enumerates the types of UltraLite.NET runtimes.
' Visual Basic
Public Enum ULRuntimeType
// C#
public enum ULRuntimeType
| Member | Description |
|---|---|
| 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. |
| 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. |
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.