LookupDatabase

Use the LookupDatabase actions to perform queries for the Lookup database.

The LookupDatabase action library provides a set of actions that allows an application to perform queries to the lookup database. The results from the lookup can be placed into the fields of a document being processed or can be stored in a variable to be acted upon by a subsequent action.

A typical use scenario is to first open a connection to the database. Then actions associated with pages and fields will perform queries against the database as required. Once complete, the action CloseLookupConnection will be called to close the database connection.