Re: list tables in EUSQL
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Apr 18, 2004
- 383 views
> > I am trying to list all the table in a EUSQL database. I can't find the > proper command if there is one. > > jvandal There is not a separate EuSQL command to do this. You can use the EDS command db_table_list() to find the list of tables. You should, however, ignore TABLEDEF and INDEXDEF. Perhaps I'll add a function to do this automatically. Matt Lewis