Storage file format
Infor Baan IVc only uses the msql_storage file. This file is a predecessor to the storage and driver parameter files which are introduced in the Infor Baan 5.0.
The format of an entry in the msql_storage:
<table/module specification>:<company number>:<object type>:group:<query optimization>:<refresh time (obsolete)>:<storage parameters>
ttadv999,ttadv000:000:T:group:00400::
In this example, for the tables’ ttadv999 and ttadv000 of company 000, the database driver is configured not to use index hints while fetching the data.
The implementation of the new storage and driver parameter files is a simple division of information in the msql_storage file. If you are still using the msql_storage file in your implementation, all references to either the storage or device parameter file in this technical reference manual must be adapted.