|
|
|
|
|
|
|
|
Re: Is there any way to refresh the package initialization section ? [message #285003 is a reply to message #284991] |
Mon, 03 December 2007 01:55 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
It's not a cool solution, you have a bigger problem than this!
When will you call this method? If you'd update the table in another session, there is no way of letting your session know the data is out-of-date. (at least not with the current config).
Your design is flawed; again, you should not cache variables that can be changed by another process.
|
|
|
|