axlGetSessionFromSetupDB
axlGetSessionFromSetupDB(x_hsdb) =>t_sessionName/ nil
Description
Determines the session associated with the provided setup database handle.
Arguments
|
Determines the session associated with the handle to a setup database. |
Value Returned
|
The session associated with given provided setup database handle is returned. |
||
Examples
Returns the name of the session associated with the setup database handle 1001.
db=axlGetMainSetupDB("session0")
1001
axlGetSessionFromSetupDB(db)
=> "session0"
Return to top