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", ....]
ParametersThere are no parametres in this function.
Example - Director
global mdb
tables=mdb.dbGetTableNames()
Example - Authorwaretables:=CallObject(mdb,"dbGetTableNames")