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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |