(Contents)(Previous)(Next)

Executing the Linked C/C++ Program

Options can be passed to the program in the following ways:

1) by entering them into the SQL-DB.INI file. The line SQLOPT=<options> must therefore be entered into the section [Environment]. If the section [Environment] is not yet available, it must be created.

Example:

[Environment]

SQLOPT=-X -d Mydatabase

2) in the environment variable SQLOPT. To ensure that the environment variable is valid under Windows, it must be set in the MS-DOS environment before the start of Windows.

Example:

SET SQLOPT=-X -d MyDatabase

The linked program is executed by entering the program name <fn> in the Windows command line or by double-clicking the corresponding icon.


(Contents)(Previous)(Next)