(Contents)(Previous)(Next)

Executing the Linked C/C++ Program

Options are passed to the program in the shell variable SQLOPT. If the option -k is set in the current shell (e.g., using set -k), SQLOPT can be transferred as keyword parameter, e.g.:

<fn> SQLOPT="-x -d mydatabase"

or

SQLOPT="-x -d mydatabase" <fn>

Enter this command to execute the linked program.


(Contents)(Previous)(Next)