Implicitly Connecting to a Server

Use the following form of SQL CONNECT to establish the server defined in the EDAPARMS file as the current server:

EXEC SQL CONNECT RESET

Issuing this command is equivalent to issuing

EXEC SQL CONNECT TO default server

where:

default server

Is the server defined in the EDAPARMS file.

Upon a COMMIT or ROLLBACK, the Extender for Db2 resolves and dispatches partially-qualified table requests to the current server.

The default server is defined in the EDAPARMS file under the EDASERVE keyword. If the local Db2 subsystem is the desired default, then omit the EDASERVE assignment in the EDAPARMS file.

WebFOCUS

Feedback