|
Dynamic Import Utility
PROGRESS lacks an IMPORT method for BUFFER object handle.
This utility helps to add such functionality to the language.
Here is an example of the code needed to import contents of
the file to the table:
define variable hBuffer as handle no-undo.
create buffer hBuffer for table "tablename".
run dynamicImport (hBuffer, "datafilename.d").
Download here
Tested with v9.1c
|