DBQUERYCOUNT(database)

The DBQUERYCOUNT function returns the number of queries 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, a database called wineshop, located in a folder c:\ability\samples, contains a three queries:

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

will return 3.

See also:

Other remote functions