Initializes a ULConnection object. The connection must be opened before you can perform any operations against the database.
Visual Basic Public Sub New()
C# public ULConnection();
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |