company logo

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

Implementation details

  1. Get path for external key file
    odaba::String DataSource  :: databaseKeyFile (  )
  2. to list
  3. 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).

  4. to list