Progress
Internationalization Guide
SQLDUMP
SQLDUMP, an ESQL/C application, lets you dump SQL-92 databases.
The syntax is:
Operating System Syntax UNIX
Windowssqldump -
u user_name [-a password ]
[
-C
code-page-name]
-t
[owner_name.]table_name1
[[
,
owner_name.]table_name2,
...]
database_name
NOTE: For the complete syntax of SQLDUMP, see the Progress Database Administration Guide and Reference .-C
code-page-name
A case-insensitive character string that specifies the name of the dump file’s code page. If the -C parameter specifies a code page name that is not valid, Progress reports a run time error. If the -C parameter does not appear at all, the code page name defaults to that of the client’s internal code page, which is:
You might use the -C parameter. for example, to have a Windows client using the MS1250 code page produce a dump file using the ISO8859–2 code page (say, to read later on a UNIX machine). Although you could accomplish this by setting the client’s SQL_CLIENT_CHARSET environment variable, using the -C parameter does not affect other clients.
NOTE: By default, SQLDUMP displays PROMSGS messages from the server using the code page specified bycode-page-name
—unless you specify a different code page, which you can do by setting the client’s SQL_CLIENT_CHARSET_PROMSGS environment variable.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |