Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> PRO*C Minimums
Hello all,
I am currently in the process of learning C and am not sure how to incorporate Oracle queries into my applications.
I have Oracle 7.2.3 on a HP-UX machine, and for instance: What is the basic minimums that I need to get an Oracle Proc*C script to precompile and compile successfully? If all I wanted to to do the following script, what is it that I am missing?
int main(void){
int number;
exec sql select acctnum into :number from main;
printf("%d",number);
return 0;}
Thanks in advance!
Rob G. Received on Mon May 12 1997 - 00:00:00 CDT
![]() |
![]() |