In Persistent procedure?

preethi

New Member
How know number of procedures and handles involved in persistent procedure?
can any one send code for this query?
 
This KB will show you how to get the handle for every persistent procedure that is currently running. http://knowledgebase.progress.com/articles/Article/P15973
If you know the handle already you don't need to do that step.

Once you have the procedure handle you can use INTERNAL-ENTRIES to get a list of public (not private) functions and internal procedures.

Latest OE documentation is here https://community.progress.com/comm...2352.openedge-11-5-product-documentation.aspx

If you wan't something else you need to be much clearer about what you want.
 
Back
Top