How to load Excel content into a FOCUS database


Technique

Product: DataMigrator
Release: 8205
Primary OS: Windows
Solution Date:

Problem

How to load Excel content into a FOCUS database.

Solution

With a Master File for the Excel file, you can read everything from the Excel file and write it into a FOCUS database in baseapp using the following:

APP HOLD BASEAPP

TABLE FILE ExcelFile

PRINT *

ON TABLE HOLD AS XXX FORMAT FOCUS

END