SQL$HELP_OLD72.HLB  —  INTEGRATE  Arguments  DATABASE_PATHNAME_ALTER_FILES
    Alters any table and domain definitions created with the CREATE
    TABLE FROM statement or the CREATE DOMAIN FROM statement so they
    match their sources in the repository. The INTEGRATE . . . ALTER
    FILES statement has no effect on definitions not created with the
    FROM clause. This is useful if the database file definitions no
    longer match the definitions in the repository.

    Path-name-1 is the repository path name for the repository
    database that is the source for altering the definitions in the
    database. You can specify either a full repository path name or a
    relative repository path name.

                                 CAUTION

       Using the ALTER FILES clause may destroy data associated
       with definitions in your database file if those definitions
       are not defined in your repository. In this situation, you
       will lose real data. For this reason, use the ALTER FILES
       clause with caution.
Close Help