SQLLOAD
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
SQLLOAD lets you load SQL
databases. The syntax for SQLLOAD (for UNIX and
Windows) is:
|
- username, password
- User authentication.
The
SQLLOADutility accepts all encoding prefixes supported by thegenpasswordutility for encoding passwords before transmitting them over the network to the OpenEdge SQL server for authentication. If the password is provided in plain text, it is encoded usingaedh0before being transmitted over the network.For more information, see genpassword and Encoding prefix.
- 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.