my function take pointer *d as parameter. i write 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 got error
Semantic error EXEC SQL VAR d->x is STRING;
can anybody help.