dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnection Class / ChangePassword Method
New password in UTF-8 encoding.

ChangePassword Method
Changes password for opened SEE or SQLiteCrypt encrypted SQLite databases. Accepts new password only in UTF-8 encoding.
Syntax
'Declaration
 
Public Sub ChangePassword( _
   ByVal newPassword As String _
) 
 

Parameters

newPassword
New password in UTF-8 encoding.
Remarks

If the database is not encrypted, this method throws System.NotSupportedException.

If the connection is not opened, this method throws System.InvalidOperationException.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also