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/ISAM:
<redirinstance lib="C:\PVSW\Bin\WISAM32.DLL">
<file name="*.btr"/>
</redirinstance>
<instance>
<file name="*"/>
</instance>
Example 2
Setting <redirinstance> for the 64-bit ISAM DLL under Windows:
<redirinstance lib="w64ISAM.dll">
...
</redirinstance>
Example 3
Setting <redirinstance> to use the libpsqlmif.so.8 library under Unix/Linux:
<redirinstance lib="libpsqlmif.so.8">
...
</redirinstance>