DBTABLECOUNT(database)

The DBTABLECOUNT function returns the number of tables in a database.

database is the name of a database and must include the full path if not in the same directory as the open document.

For example, if a database called wineshop. located in a folder c:\ability\samples, contains seven tables, then

DBTABLECOUNT("c:\ability\samples\wineshop.adb")

will return 7.

See also:

Other remote functions