SQLDUMP
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
SQLDUMP lets you dump SQL databases.
The syntax for SQLDUMP (for UNIX and Windows) is:
|
- username, password
- User authentication.
The
SQLDUMPutility 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.
Note: If the server is running an OpenEdge database of release 12.8 or earlier, it does not support theaedh0encoding prefix and cannot decode passwords encoded with it. The connection fails with an error message. - table-name [,table-name...]
- One or more tables to dump. Multiple tables can be specified,
in a comma-separated list. Specify a table of
%to dump 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 - charset
- The name of the character set of the tables to be dumped.
- { comma | quote }
- If
commais specified, dump in comma-delimited format. Ifquoteis specified, dump in quote-delimited format. The default isquote. - command-filename
- Specifies the file where
SQLDUMPreads commands on how and what to dump. The-foption can be specified only if the-toption is not. - error-check
- Check for syntax errors without dumping any rows.
Note:
- The SQLDUMP utility does not support dumping a table containing a CLOB or BLOB column. A request to dump a table with a CLOB or BLOB column will result in an error message, and that table will be skipped.
- To dump a table containing a CLOB or BLOB column, use the DB binary dump/ PROUTIL utility. For detailed information, see PROUTIL DUMP qualifier topic of the OpenEdge Data Management: Database Administration guide.