UPGRADE
Top  Previous  Next

Creates the R:BASE 7.x required system tables. You must be in single-user mode.

upgrade

About the UPGRADE command

Use UPGRADE command to create all required system tables for R:BASE 7.x, such as SYS_FORMS3, SYS_LABELS,
SYS_LAYOUTS3, SYS_MERGE and SYS_REPORTS3.

Example: (at the R> prompt)

DISCONNECT
SET MULTI OFF
CONNECT dbname
UPGRADE
LIST SYS%
DISCONNECT
SET MULTI ON
CONNECT dbname

Databases that have already been converted to the 7.x format with above system tables will not need to be converted. However, if you are missing any one of the above system table(s), use UPGRADE command as explained above.