Updating password in .dataedocmd files
Since .dataedocmd files contain an encrypted password to your database, if you change your password, you’ll need to recreate or update the files.
For now, the fastest way would be to edit the command files and change the <Password>
node. Our .dataedocmd files are XML files you can edit with any text editor.
First, we'll need to encrypt your new password - the easiest way would be to create a new update file.
Open this file using any text editor and find a line looking like this:
<Password IsEncrypted="true">157227096099007149140202157151041224116140138080</Password>
Copy this line.
Open your previous files, replace your old password with the one copied from the new file, then save.