Hi,
I need to define this statement
'EXEC SQL DEFINE MAX 10;' in one file(include/const.h) and need to include
it in another(./test.pcg) which has the following code.
EXEC SQL BEGIN DECLARE SECTION;
char t[MAX];
EXEC SQL END DECLARE SECTION;
How and where in the code do I include this file.
Regards,
Vikas