Load source data into a table

When the data source is not the HCL® OneDB® database, you must find a way to convert it into a flat ASCII file; that is, a file of printable data in which each line represents the contents of one table row.

After you have the data in an ASCII file, you can use the dbload utility to load it into a table. For more information about dbload, see the HCL OneDB Migration Guide. The LOAD statement in DB-Access can also load rows from a flat ASCII file. For information about the LOAD and UNLOAD statements, see the HCL OneDB Guide to SQL: Syntax.

After you have the data in a file, you can use external tables to load it into a table. For more information about external tables, see your HCL OneDB Administrator's Guide.