DataSource :: databaseKeyFile - Path to access key file
The key required for accessing encoded databases may be passed via an access key file, which contains the key in one fo the supported formats (base64, hexadecimal, plain text, file reference). The path may contain option variables enclosed in %...%.
Return value: File path to database location ( odaba::String & )
The database path refers to the location of the main database file (root base).
In order to pass no database path, an empty string ( String() ) has to be passed.
Implementation overview
- Get path for external key file
DataSource :: databaseKeyFile (  ) - Set path for external key file
DataSource :: databaseKeyFile ( sKeyString )
Implementation details
- to list
-
Set path for external key file
odaba::String DataSource  :: databaseKeyFile ( odaba::String &sKeyString )
- 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