Quote:
Originally Posted by mark_h
.... Hopefully someone can give you more information.
|
Think of Baan as being a relational database management system that not only stores the predefined data in predefined tables but also stores the database structure itself in so called "tools tables" together with almost all that is needed to use that database system. Look at this as Data Dictionary.
Downloading the structure itself is quite a feat, specially when you know a bit of the complexity that is possible with the so called derivation structure, as some stored tools components are not used because another component (database record) takes precedence. Like an update on a table is used instead of the primary record, given the update is present. Or customizations that take precedence over a standard component.
When you want only the current database structure (and its limitations) specially for one table, you better search for the RDD file, which is short for Runtime Data Dictionary ("the current version in a machine (and human) readable version without database access") for the current Package Combination.
These files (one per table with the current settings and one for the domains per package) are located in ${BSE}/dict/.
Those files give good insight in the database structure.