Description
Returns the database name for this connection.
Syntax
DBNAME ( "connection" )
| Parameter | Description |
|---|---|
| connection | The connection where this database resides. |
Remarks
This function returns a value only when the connection process prompts a logon. If the logon parameters are stored in the data source configuration, then this function returns an empty string.
See also