At 12:25 AM 2/15/2008, James Bentley wrote:
The reason there are differences in number of rows between v6.1a for DOS and v7.6 for Windows is that there are more system tables such as SYS_FORM2, SYS_FORM3, etc. in v7.6.
When upgrading the legacy database(s) to R:BASE 7.6 or Turbo V-8, if upgraded (SET AUTOUPGRADE ON) and converted (SET AUTOCONVERT ON) correctly, the following additional systems tables are created: . SYS_FORMS2 (4 columns) . SYS_FORMS3 (5 columns) . SYS_LABELS2 (4 columns) . SYS_LABELS3 (5 columns) . SYS_LAYOUTS3 (3 columns) . SYS_MERGE (6 columns) . SYS_REPORTS2 (4 columns) . SYS_REPORTS3 (5 columns) In addition, when a TEMPORARY TABLE is CREATEd/SATTACHed, or a TEMPORARY VIEW is CREATEd, the following system tables are also defined dynamically: . SYSTMP_COMMENTS (2 columns) . SYSTMP_CONSTRAINTS (7 columns) . SYSTMP_DEFAULTS (4 columns) . SYSTMP_RULES (6 columns) . SYSTMP_SERVERS (4 columns) . SYSTMP_TRIGGERS (4 columns) . SYSTMP_VIEWS (3 columns) Very Best R:egards, Razzak.

