Recent content by mloya

  1. M

    how do i list tables in a database?

    Should work... Select * from sysprogress.systables OR Select * from sysprogress.systables where left(tbl,3) <> 'SYS' and left(tbl,1) <> '_' ...if you want to ommit listing tables from Progress System.
Top