UtilityHandle :: OpenWorkDict - Open work dictionary
The function opens the database passed as dictionary. When a work dictionary has already been opened, only the reference count will be increased. In this case, the database handle is not checked.
Return value:  Success ( logical  )
Implementation details
logical 
UtilityHandle  :: OpenWorkDict ( DatabaseHandle &db_handle )
- db_handle
 - Reference to database handle
This is a reference to an opened database handle. The database handle can be an opened database handle DatabaseHandle as well as an opened dictionary handle (DictionaryHandle). 

