get list of tables in database
DbTables() DbTables(dblink)
a pointer to database connection object (returned by DbConnect())
DbTables()
gets the list of tables in the default database.
DbTables(dblink)
gets the list of tables in database, represented by dblink.