[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Database Trigger Variable

  • Thread starter Thread starter onnodehaan
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top