Command Reference
:
Function Reference
:
Function Reference: D
@dbname
Support Functions
Default database name.
Syntax:
@dbname
Return: string
Returns a string containing the name of the current default database.
Examples
string dbname = @dbname
creates a string variable with the default database name.
Cross-references
See also
@pagename
,
@wfname
, and
@wfpath
.