Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnection class

ChangeDatabase method Next Page

ChangePassword method


Changes the password for the user indicated in the connection string to the supplied new password.

Syntax

Visual Basic

Public Shared Sub ChangePassword( _
ByVal connectionString As String, _
ByVal newPassword As String _
)

C#

public static void ChangePassword(
string connectionString,
string newPassword
);

Parameters
See also