void ddlLoad( CONTROL *ctl, char *OptionString, char *ArgString);
/B - data in InputFileName is blocked in fixed length records with no CRLF; /Cn - load the first n records only; /F - fill null-terminated strings with blanks /I - use tab settings from MODE TABSTOP /R - reverse the byte order of all binary data types [must be used with /B option]
Loads (imports) the record images from the file given by InputFileName to the specified
table.
The <cx> argument is not required. In general, it is more efficient to omit it, especially for very large record counts. It is useful primarily to operate on the loaded data after the ddlLoad() function is complete. The file <InputFileName> can have one of three possible formats:
|
Control.Ans1 | Number of records loaded |
Control.Ans3 | Number of records loaded with errors |
Control.Ans3str[] | Name of input file |
Copyright © 2019 , WhamTech, Inc. All rights reserved. This
document is provided for information purposes only and the contents hereof are
subject to change without notice. Names may be
trademarks of their respective owners.