[progress Communities] [progress Openedge Abl] Forum Post: Ooabl Returning A Dynamic Temp-table

  • Thread starter Thread starter Kim Ward
  • Start date Start date
Status
Not open for further replies.
K

Kim Ward

Guest
Hi, I'm currently trying to write a dynamic query object. So I can do something like: dynQuery:newQuery():for("Customer"):where("name", "fred"):get(). At the moment the get method returns a handle to the dynamic temp-table which allows me to use the copy-temp-table method to dump the dynamic temp-table into a static one making it easier to work with. However this feels really untidy. I was wondering if anyone could suggest a better way of doing this? Thanks,

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