DBC()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return the name of the currently open database

Syntax

DBC()

See Also

ADATABASES(), ALIAS(), CLOSE DATABASES, DATABASE(), DBF(), DBUSED(), DISPLAY SCHEMAS, DISPLAY STATUS, GETENV(), LIST SCHEMAS, LIST STATUS, OPEN DATABASE, SET FILECASE, SET SQL, USE, USED()

Description

The DBC() function returns the name of the currently open database or a null string if none is open.

Example

open database hr
? dbc()
hr
close databases