SQLLOAD
- Last Updated: January 20, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
SQLLOAD lets you load SQL
databases. The syntax for SQLLOAD (for UNIX and
Windows) is:
|
- username, password
- User authentication.
- table-name [,table-name...]
- One or more tables to load . Multiple tables can be specified,
in a comma-separated list. Specify a table of
%to load all tables. The-toption can be specified only if the-foption is not. - database-url
-
The database to which you want to connect, which has the following form:
progress:T:host-name:service-name:database-name - bad-row-filename
- The file where
SQLLOADwrites rows that were not loaded. The default isscreen. - charset
- The name of the character set of the tables to be loaded.
- maxerrors
- The maximum number of errors allowed before processing is terminated. The default is 50.
- { comma | quote }
- If
commais specified, load in comma-delimited format. Ifquoteis specified, load in quote-delimited format. The default isquote. - command-filename
- The file where
SQLLOADreads commands on how and what to load. The-foption can be specified only if the-toption is not. - log-filename
- The file where
SQLLOADwrites errors and statistics. The default isscreen. - error-check
- Check for syntax errors without loading any rows.