Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Using C variables as host variables in Pro*C program

Re: Using C variables as host variables in Pro*C program

From: Enrique <aviles94_at_rcn.com>
Date: 24 Mar 2003 06:48:03 -0800
Message-ID: <ca9fa791.0303240648.9a86dbf@posting.google.com>


I found the answer in Oracle's documentation.

In order to use C variables as host variables use the default value of the "mode" precompiler option. I was setting mode to "ansi" which enforces host variables declaration. By taking it out, the precompiler uses the default value which is "oracle". The code compiled with no errors and ran fine. Received on Mon Mar 24 2003 - 08:48:03 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US