Using Custom Driver List

To allow the use of application drivers on connecting Foresight Analytics Platform started at a web server, to a database server using a server filter, the platform supports a number of external drivers loaded from the Drivers.xml file stored in the same directory with installed platform.

The Drivers.xml file has the following structure:

<PP>

<Drivers>

<Driver Id="HTTP (ORCL8)" Name="HTTP Orcl Driver" ModuleName="HttpOrcl8" ProgId="P9.Driver.HttpOrcl8" Versiondependent="TRUE"/>

</Drivers>

</PP>

where:

The folder with installed Foresight Analytics Platform must contain the Drivers.xml file as well as DLL libraries defined in this file and their manifests. The Drivers.xml file is a primary file and redefines system drivers using corresponding identifiers (ORCL8, MSSQL2008 and others).

See also:

Setting Up Repository Parameters