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...
Continue reading...