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 » ULConnection class » ULConnection constructors

 

ULConnection() constructor

Initializes a ULConnection object. The connection must be opened before you can perform any operations against the database.

Syntax
Visual Basic
Public Sub New()
C#
public  ULConnection();
Remarks

To use the UltraLite Engine runtime of UltraLite.NET, set ULDatabaseManager.RuntimeType to the appropriate value before using any other UltraLite.NET API.

The ULConnection object needs to have the ULConnection.ConnectionString set before it can be opened.

See also