Example 1
The following is a configuration example to redirect files with .btr extension to Pervasive Btrieve and handle all the other files through FairCom RTG:
<redirinstance lib="C:\PVSW\Bin\WBTRV32.DLL">
<file name="*.btr"/>
</redirinstance>
<instance>
<file name="*"/>
</instance>
Example 2
Setting <redirinstance> for the 64-bit BTRV DLL under Windows:
<redirinstance lib="w64btrv.dll">
...
</redirinstance>
Example 3
Setting <redirinstance> to use the libpsqlmif.so.8 library under Unix/Linux:
<redirinstance lib="libpsqlmif.so.8">
...
</redirinstance>