Switch to: V12V11V10V9V8V7V6V5

VDatabaseInfo Class: Properties

VDatabaseInfo.ClientCount

Declaration:

ClientCount as Integer (r/o)

Returns the number of connected clients.

Example:

count = dbInf.ClientCount

VDatabaseInfo.CursorCount

Declaration:

CursorCount as Integer (r/o)

Returns the number of cursors currently existed on this database.

Example:

count = dbInf.CursorCount

VDatabaseInfo.Name

Declaration:

Name as String (r/o)

Returns the name of the database.

Example:

name = dbInf.Name

VDatabaseInfo.Path

Declaration:

Path as String (r/o)

Returns the path of the database.

Example:

path = dbInf.Path