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 2.0 API Reference » ULConnectionStringBuilder class

OrderedTableScans property Next Page

Password property


Specifies the password for the authenticated user.

Syntax

Visual Basic

Public Property Password As String

C#

public string Password { get; set; }

Property value

A string specifying a database user ID. The default is a null reference (Nothing in Visual Basic).

Remarks

Passwords are case sensitive.

When a database is created, the password for the DBA user ID is set to sql.

See also