Adding DBEFiles to DBEFileSets [ Up and Running with ALLBASE/SQL ] MPE/iX 5.0 Documentation
Up and Running with ALLBASE/SQL
Adding DBEFiles to DBEFileSets
After creating DBEFiles, you must add them to a DBEFileSet before they
can be used. In MUSICDBE, two choices are available:
* SYSTEM, already created when you issued the START DBE command.
* ALBUMFS, which you created in an earlier step.
Use the following commands to add your DBEFiles to DBEFileSet ALBUMFS:
isql=> ADD DBEFILE AlbumTables Return
> TO DBEFILESET ALBUMFS; Return
isql=> ADD DBEFILE AlbumIndex Return
> TO DBEFILESET ALBUMFS; Return
isql=> COMMIT WORK; Return
Don't forget to COMMIT WORK!
MPE/iX 5.0 Documentation