Products Downloads


French version


 

The Btrieve source (SRC = " Btrieve ") enables Btrieve files (versions 6.15 and 7.x) to be read and written. This data source is not supported by the Java version.


Important: The Btrieve database description files (FILE.DDF, FIELD.DDF and INDEX.DDF) must be present and up to date so that the utility can recognize the table structure; in addition, the Btrieve engine must be installed on the machine running the utility.


The following source-related parameters are recognized:


Input parameters (DATA_SRC)

Parameter name

Type

Mandatory

Description

FILE

string

Yes

Name of the BTrieve file (table) to be read.

FILEDIR

string

No

Directory containing the BTrieve database. If no directory is specified, the current directory will be used.



Output parameters (DATA_DEST)

Parameter name

Type

Mandatory

Description

FILE

string

Yes

Name of the BTrieve output file (table).

Important: This file must exist.

FILEDIR

string

No

Directory containing the BTrieve database. If no directory is specified, the current directory will be used.

MODE

string

No

Data insertion mode:

- INSERT: the data are inserted into the table (default setting). 

- REPLACE: the data replace those already in the table (the table is cleared prior to insertion). 



Click below for further details about:


↑ Top of page