Dictionary :: databaseKeyString - Access key string
The access key string is the encoding/decoding key in string format (e.g hex or base64). The string may be obtained from Resource database or set by application.
Return value:  String value ( odaba::String & )
Implementation overview
- Get access key string
 Dictionary :: databaseKeyString (  )
- Set access key string
 Dictionary :: databaseKeyString ( sKeyString )
Implementation details
- 
Get access key string
 odaba::String Dictionary  :: databaseKeyString (  )
 The function returns the access key string currently set. to list
- 
Set access key string
 odaba::String Dictionary  :: databaseKeyString ( odaba::String &sKeyString )
 The function sets the access key string. When a key string had already been set, the function will overwrite the old string reference. - sKeyString
 - String key forcoded database
When a database is encoded, an access key is required (when not being defined in dictionary). 
 to list
- sKeyString
 - String key forcoded database

