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

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULConnection class

 

ChangeEncryptionKey method

UL Ext.: Changes the database's encryption key to the specified new key.

Syntax
Visual Basic
Public Sub ChangeEncryptionKey( _
   ByVal newKey As String _
)
C#
public void ChangeEncryptionKey(
   string  newKey
);
Parameters
  • newKey   The new encryption key for the database.

Remarks

If the encryption key is lost, it is not possible to open the database.

See also