can i do this?
is it possible for me to just query the host and have it return all the tables in a database?
or does this require something a little extra?
thanks...vaska
Depends on dbms - for postgresql it is '\dt', for mysql 'show tables'