Recall Statement: where is it stored?

DLGL

Member²
Hi,

I would like to know where the "Recall Statement" are stored so I can move it on my new PC... For the rest of the settings, I found that I can export/import the following Windows registry key on the new workstation: HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer. But for "Recall Statement", I found no files or data in the registry for that.

Thanks for your help!
 
It is stored in the file "PLSRecall.dat" in the Application Data directory of your Windows User Profile. For a standard Windows XP user this would be:
Code:
C:\Documents and Settings\<user>\Application Data\PLSQL Developer\PLSRecall.dat
 
Back
Top