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

 

Open method

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

Syntax
Visual Basic
Public Overrides Sub Open()
C#
public override void Open();
Remarks

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

See also