O
onnodehaan
Guest
A few suggstions: - You could write a value to the database from the appserver call and pick that up in the trigger - You can publish a "getValue" from the trigger and let the AppServer call "subscribe" to it - You can use a singleton procedure thats started with the session that holds variables for you - You could use a super-procedure to store the values, but I would prefer a singleton instead So multiple options to get the job done.
Continue reading...
Continue reading...