Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the name and path of the current database.
DBC( )
Return Values
Character
Remarks
DBC( ) returns the empty string if there is no current database.
Use SET DATABASE to specify the current database.
Example
The following example opens the testdata database and uses DBC( ) to display information about the database.
CLOSE DATABASES
OPEN DATABASE (HOME(2) + 'data\testdata') && Opens the DBC.
CLEAR
? DBC( ) && Displays the path and name of the database
See Also
ADD TABLE | CLOSE DATABASES | CREATE DATABASE | DISPLAY TABLES | OPEN DATABASE | REMOVE TABLE | SET DATABASE