Kbase P2064: How to run v6 procedures from a v9 client.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/18/2003 |
|
Status: Unverified
GOAL:
How to run v6 procedures from a v9 client.
FACT(s) (Environment):
Progress 6.3E
FACT(s) (Environment):
Progress 9.1C
FIX:
1. Each v9 client calling the v6 procedures has to have a development licence of some kind installed.
2 The v9 client has to be calling .p files.
The v9 client can't call v6 .r procedures directly since these were compiled with v6. It therefore has to be calling .p files. It would compile these on the fly (that is why each client doing this would require a dev licence - 4GL or ProVision). Compiling on the fly would very likely cause a performance hit.