Kbase P28836: Can you store the program handle in a database and retrieve
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/25/2003 |
|
Status: Unverified
GOAL:
Can you store the program handle in a database and retrieve it from another session to run an internal procedure using that handle?
FIX:
No, the program handle retrieved can not be used to run procedures on another program because they are using different sessions.
Socket programming would allow to have inter-program communication between sessions.