get_database_name
get_database_name
function has 1 variants:
Description
Returns the database instance name of the connection whose name passed as a first parameter. If the connection does not exist, returns null.
Declaration
Parameters
char connectionName
Connection name.
Return Value
Returns the database instance name of the connection if exists. Otherwise, returns null.
Example
Last updated
Was this helpful?