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 » ULConnectionParms class

ConnectionName property Next Page

DatabaseOnCE property


Specifies the path and file name of the UltraLite database on Windows CE.

Syntax

Visual Basic

Public Property DatabaseOnCE As String

C#

public string DatabaseOnCE {get;set;}

Property value

A string specifying the full path to the database. If the value is a null reference (Nothing in Visual Basic), the database \UltraLiteDB\ulstore.udb is used. In C#, you must escape any backslash characters in paths or use @-quoted string literals. The default is a null reference (Nothing in Visual Basic).

Exceptions