PL/SQL developer in Delphi 7

JOA

Member
Hello,

I recently upgraded our PL/SQL developer version and on one of the pc's now I get the message

Error opening PL/SQL developer ("C:\program files\PLSQL Developer\plsqldev.exe" "%1")

You need to have a properly installed version available

But... PL/SQL developer is working fine on this pc, except when opened from within Delphi7.

The version which we used before didn't have this problem, so I suspect there is an old reg setting somewhere.

Any idea what could cause this?

Thanks!
 
Can you start regedit.exe and change the following key?
Code:
HKEY_CLASSES_ROOT
  PL/SQL Developer
    Shell
      Open
        Command
Remove "%1" at the end of the value.
 
Back
Top