Collection Contents Index -z server option Next PDF

SQL Anywhere® Server - Database Administration  > The Database Server  > The SQL Anywhere database server  > Database server options

-ze server option


Displays database server environment variables in the Server Messages window.

Syntax

{ dbsrv10 | dbeng10 } -ze ...

Applies to

All operating systems and servers except NetWare and Windows CE.

Remarks

When you specify the -ze option, environment variables are listed in the Server Messages window on startup. You can log the contents of the Server Messages window to a file by specifying the -o option when starting the database server.

See also
Example

The following command starts a database server named myserver, and outputs the environment variables set for the server to the Server Messages window and the file server-log.txt.

dbeng10 -n myserver -ze -o server-log.txt

Collection Contents Index -z server option Next PDF