[Stackoverflow] [Progress OpenEdge ABL] Caching example using ProDataSets in Progress 4gl

Status
Not open for further replies.
J

Jashan10

Guest
I have a particular scenario where I am trying to load a particular static codes table into a prodataset object and then pass this prodataset object around in different progress sessions which we have in our application. The primary purpose of this exercise is to increase performance by caching static data. I am new to this prodataset concept and would like to get some inputs as to how this caching mechanism using prodataset can be achieved? Can somebody outline some high level steps for this or elaborate with an example. Also, we don't want to fill the prodaset object again and again how can the same instance of object be passed between procedures in same session and different session. Basically we want the different procedures in same or different sessions to access the same prodataset object to increase speed. Thank you

Continue reading...
 
Status
Not open for further replies.
Top