Re: Pro C - Help. [message #101899] |
Wed, 14 November 2001 02:16 |
Harvey Stubbs
Messages: 1 Registered: November 2001
|
Junior Member |
|
|
1 year late in supplying an answer - but ive just had the same problem and it would have been nice if someone had responded. So:
From the oracle docs:
If MODE=ORACLE, you do not have to declare host variables in a special Declare Section. However, if you do not use a Declare Section, the FIPS flagger warns you about this, as the Declare Section is part of the ANSI SQL Standard. If CODE=CPP (you are compiling C++ code) or PARSE=NONE or PARSE=PARTIAL, then you must have a Declare Section.
i.e. proc mode=oracle parse=full
and away you go
Harvey
----------------------------------------------------------------------
|
|
|