Configuration / The FGLPROFILE file |
Description of the syntax of FGLPROFILE entries.
# comment | entry-definition
where entry-definition is:
entry = value
ident [.ident [.ident] [...] ] ]
[-]{ digit [...] }[ . digit [...] ] | " alphanum [...] " | {true|false}
An FGLPROFILE entry is a line in the configuration file associating a parameter name to a value that can be specified as a numeric, string or boolean.
The entries are defined by a name composed of a list of identifiers separated by a dot character.
If an entry is defined several times in the same file, the last entry found in the file is used. No error is raised.
The value can be a numeric literal, a string literal, or a boolean (true/false).
my.numeric.entry = -1566.57
my.string.entry = "C:\\data\\test1.dbf"
my.boolean.entry = true
# Last modification: 2013-03-12/mike report.aggregatezero = true gui.connection.timeout = 100 dbi.database.stores.source = "C:\\data\\test1.dbf" dbi.database.stores.prefetch.rows = 200