DTSearch MDB files
Following on from the earlier articles about DTSearch, I was also provided with the follwoing solution to the MDB multiple records problem:
> “Deactivate the ODBC file parser for MS Access if possible. dtSearch
> uses ODBC to index each row of an Access database (*.mdb files) as a
> separate document. This use of ODBC to traverse Access databases can
> substantially slow indexing. In applications such as forensic
> applications, indexing MDB files using dtSearch’s Unicode binary
> filtering algorithm is usually sufficient and is much faster.
>
> dtSearch Desktop: to disable the ODBC file parser, either: (a) move
> or delete dtv_odbc.dll from the dtSearch bin\viewers folder; or (b)
> use Options > Preferences > File Types to specify the Unicode
> filtering format for *.mdb files.
> dtSearch developer API: To disable the ODBC file parser, move or
> delete dtv_odbc.dll from the dtSearch bin\viewers folder.”
>