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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULConnection class

ChangeDatabase method Next Page

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
Remarks

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

Exceptions
See also