UL Ext.: Changes the database's encryption key to the specified new key.
Visual Basic
Public Sub ChangeEncryptionKey( _
ByVal newKey As String _
)
C#
public void ChangeEncryptionKey(
string newKey
);
newKey The new encryption key for the database.
If the encryption key is lost, it is not possible to open the database.
ULException class - A SQL error occurred.