This specifies file information in the case Btrieve file is output file.
Syntax
object.BtrieveFileInfo = string
object
This specifies object expressions that define references to objects.
string
This specifies file information according to the Formats.
Format of string
L.S[opt]
L
This specifies record length within the range from 4 to 4096 bytes. The specification of the record length cannot be omitted.
S
This specifies page size within the range from 512 to 4096. The specification of the page size cannot be omitted.
opt
This specifies the following options according to your necessity. The specification of the options can be omitted. Also, 2 or more options can be specified at the same time. However, when 2 or more f10, f20, and f30 are specified, the last specified option is valid.
Option | Meaning |
---|---|
d | Data compression |
v | Variable-length record |
b | Following blank removal |
a | Pre-allocation (Note) |
f10 | 10% of space secured |
f20 | 20% of space secured |
f30 | 30% of space secured |
Note) When specifying the pre-allocation, specify the number of allocation pages right after a. For example: a10
Description
This specifies the information needed for creating files when the Btrieve file (OutputFileType = 8) is specified for output files.
For more information about the file information, refer to the manual of Btrieve.
Note
To process the Btrieve files, the Btrieve file system is needed.