string=dbGetTableNames()
The function returns names of tables and requests, that are included in the Microsoft Access (mdb) file. The function returns the values in the Abstract Data Types format ["nameTable1", "nameTable2", "nameTable3", ....]

Parameters
There are no parametres in this function.

Example - Director
global mdb
tables=mdb.dbGetTableNames()

Example - Authorware
tables:=CallObject(mdb,"dbGetTableNames")