My function takes pointer *d as parameter.
I wrote that line - EXEC SQL VAR d->x is STRING;
Actually I want a variable which can store the value of d->x.
with that variable i can manipulate some other work.
I get the following error
Semantic error
EXEC SQL VAR d->x is STRING;
Waiting for your suggestions.
proc?makedoesn't compile by itself - it invokes some other programs, based on dependency rules. So my question is - which program gets invoked bymaketo perform actual compilation? Or this question is no longer relevant, as you have accepted obviously incorrect answer?