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 - .NET Programming » UltraLite .NET 1.0 API Reference » ULConnection class

GrantConnectTo method Next Page

Open method


Opens a connection to a database using the previously-specified connection string.

Syntax

Visual Basic

NotOverridable Public Sub Open() _
Implements IDbConnection.Open

C#

public void Open();

Remarks

You should explicitly close or dispose of the connection when you are done with it.

Exceptions
Implements

[external link] IDbConnection.Open

See also