ProC problem

From: puma <NOSPAMrupsd_at_tin.it>
Date: Fri, 31 Aug 2001 12:48:30 +0200
Message-ID: <9mnqhs$q499_at_intra09.infocamere.it>



Hi all,
I'm facing a problem with a ProC code.
[Quoted] I have this piece of code:

struct mystruct {
  char myfield1[10],
  char myfield2[10]
} mypointer;

EXEC SQL INSERT INTO MYTABLE

                   VALUES (:mypointer);

this code is identical to the examples found in documentation...but precompiler stops in execution beacause mypointer is undefined identifier! [Quoted] Are there some option to pass to precompiler to resolve this problem... thanks in advance! Received on Fri Aug 31 2001 - 12:48:30 CEST

Original text of this message