[Progress Communities] [Progress OpenEdge ABL] Forum Post: Need to get all _files for all Connected DBs

  • Thread starter Thread starter goo
  • Start date Start date
Status
Not open for further replies.
G

goo

Guest
Is there a better way of traversing _file ? REPEAT ix = 1 TO NUM-DBS: IF icDbName = "" OR icDbName = LDBNAME(ix) THEN DO: DELETE ALIAS dictdb. CREATE ALIAS dictdb FOR DATABASE VALUE (LDBNAME(ix)). ...... iy = iy + 1. END. END. I need to get a list of all tables we have in 4 different dbs. I Wonder if there is a dynamic way of doing this?

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