Persistent Procedure

ss_kiran

Member
Hello,
I have a GUI application in which many persistent procdures are running. I wanted to know is there any way in which if i make a change to any persistent procedure the same can come into effect without me logging off and logging into the system again.

In other words is there any way by which i can make this change appear without me logging off and logging into the application again.

Thanks
kiran
 

jongpau

Member
Hi,

All good and well, but what about the data that the persistent procedure *might* hold and/or manage for other (persistent) procedures? You'd loose the contents of all variables and temp-tables that may be defined in the persistent procedure... not good :awink:
 
Top