AUTOBIND

Causes the preprocessor to automatically call the SQL Option Bind utility from within the debugging session after the compiler finishes generating the DBRM if no SQL errors were detected and if the DBRM preprocessor directive was set.
Restriction: This topic applies to Windows environments only.

Syntax:

[NO]AUTOBIND

Parameters:

None

Properties:

Default: NOAUTOBIND

Comments:

If you don't use AUTOBIND, you can use the SQL Option Bind Utility to bind the program. See your SQL Option Link User's Guide for specific procedures.

The LOCATION preprocessor directive can be used with the AUTOBIND preprocessor directive to specify the location to which the DBRM is bound. If the LOCATION directive is not used, the Bind Utility uses the location specified via the IDE Options > SQL menu.