Changes the password for the user indicated in the connection string to the supplied new password.
Visual Basic Public Shared Sub ChangePassword( _ ByVal connectionString As String, _ ByVal newPassword As String _ )
C# public static void ChangePassword( string connectionString, string newPassword );
connectionString The connection string that contains enough information to connect to the database that you want. The connection string may contain the user ID and the current password.
newPassword The new password to set.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |