Subject constants and variables
Author Robert Razniewski
Hi all.


Is there a possibility to define a constant or variable, that can be
accessed from all stored procedures?
I have to write a procedure which is called very often and needs to read
some parameters.

I would like the following scenario:
1. a prepare procedure reads the params into variable
2. the main procedure uses the variables

Is this possible?


regards
rr