P preethi New Member Jun 12, 2015 #1 How know number of procedures and handles involved in persistent procedure? can any one send code for this query?
How know number of procedures and handles involved in persistent procedure? can any one send code for this query?
jdpjamesp ProgressTalk.com Moderator Staff member Jun 12, 2015 #2 Did the answer in https://community.progress.com/community_groups/openedge_development/f/19/t/18589.aspx not help?
Did the answer in https://community.progress.com/community_groups/openedge_development/f/19/t/18589.aspx not help?
TheMadDBA Active Member Jun 12, 2015 #3 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.
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.