Types of environment variable
ABBYY FlexiCapture has two types of environment variable:- String – A text variable.
- ADO connection string – A string used to connect to an ODBC-compatible database.
Create and edit environment variables
1
Open the Environment Variables tab
In the Project Properties dialog box, click the Environment Variables tab, and then click the New button.
2
Set the type and name
In the New Environment Variable dialog box, select a type and enter a name. You cannot change the type later.
3
Enter the value
Complete the Value field for the type:
- For a String variable, enter a value (for example, the path to a folder or an e-mail address).
- For an ADO connection string variable, specify the path to the database, the access parameters, and any other connection parameters the driver requires.
4
Add a description
Enter any necessary information in the Description field.
Use environment variables
You can use String environment variables to:- Specify a source of input images.
- Specify settings that determine how documents are exported to files and images.
<Env:Name_of_environment_variable> or <$:Name_of_environment_variable>.
You can use ADO connection string environment variables to connect to databases:
- When creating a database check rule
- In a Document Definition when setting up export
- In a Document Definition when connecting a data set to an external database
- In field properties, when specifying value constraints
