ClearPendingChanges

The ClearPendingChanges action clears all pending encryption or decryption changes.

As the EncryptFile, EncryptFiles, DecryptFile, and DecryptFiles actions only mark the specified files as encrypt-pending or decrypt-pending; you can clear encryption or decryption changes before they are applied to the database.

The syntax of the ClearPendingChanges action is as follows.

jdbcrypt path=database-path
         ini=initialization-file-name
         action=ClearPendingChanges

This action requires the manual entry of the master key passphrase.

The following is an example of the ClearPendingChanges action.

jdbcrypt path=d:\dbcrypt ini=d:\salesdb\jade.ini action=ClearPendingChanges