Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using C variables as host variables in Pro*C program
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
![]() |
![]() |