Re: Pro*C 8.0 for NT

From: Robert Clevenger <robc_at_magicnet.net>
Date: 1997/12/19
Message-ID: <67ct3h$e18$1_at_comet2.magicnet.net>#1/1


Try adding parse=FULL or parse=partial to your command line.

(Note: parse=full won't work if you are doing C++, it only works in C)

This will tell Pro*C to look outside of the EXEC SQL DECLARE SECTION sections of your code.

Take Care,

Robert Clevenger

David wrote in message <3499A4FD.5A8D_at_retek.com>...
>I am trying to port a bunch of Pro*C code over to an NT machine from
>UNIX. On NT Pro*C seems to require that all declarations, #defines,
>#includes, etc. be placed within an EXEC SQL DECLARE SECTION for it to
>recognize them. This was never the case on UNIX, and means a lot of
>annoying code changes. Does anybody know why this is or if it can be
>avoided?
>
>thanks
>
>Dave
Received on Fri Dec 19 1997 - 00:00:00 CET

Original text of this message