|
Hello
Oliver,
For this please send me a code example.
Sorry but it is not possible to use conditional compiling within the
declare section or EXEC SQL. Because the Precompiler process only
simple preprocessor macros like
EXEC SQL BEGIN DECLARE SECTION
#define MYVAL (1)
char my_var[MYVAL];
EXEC SQL BEGIN DECLARE SECTION
The
only way I know is to use the C-Preprocessor (option -e) before the
Precompiler run.
The files you can include with the EXEC SQL INCLUDE command must
located in the same directory as your cpc source. There is no way to changes
this.
Regards,
Burkhard
|
- precompiler --> define, includepath, ... Oliver Graf
- Diesing, Burkhard
