Causes each SQL statement to be treated as a separate transaction.
>>-.----.--PRE----------------->< +-NO-+
None
Default: | NOPRE |
Default is PRE, which causes the precompiler to generate code to load the OpenESQL run-time module (odbcrw32.dll) dynamically at run time. This conflicts with the LITLINK compiler directive, so if you use LITLINK, specify NOPRE to stop the dynamic loading code being generated. In this case, you might need to add odbcrw32.lib to the list of LIBs to be linked in your build settings. Then the linker generates code into the executable which causes the operating system to load odbcrw32.dll implicitly when the executable is loaded.