Logon with registry settings fails

The documentation states :

Every time you start PL/SQL Developer, it will prompt you for at least the password. To avoid this, you can supply a userid parameter with the familiar username/password@database format:

plsqldev.exe userid=scott/tiger@chicago

Note that you can also the following registry key to supply a default logon:
HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\Logon
Here you can add a Username, Password and Database.
The last method has the advantage that it enables you to be automatically logged on after double clicking a PL/SQL Developer registered file.
Unfortunately the registry settings don't work. I added three values "Database", "Username" and "Password" in HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\Logon.

Do I have to add a different/other value?
 
Back
Top