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

Home -> Community -> Usenet -> c.d.o.misc -> PRO*C Minimums

PRO*C Minimums

From: Robert the Great <romad_at_eskimo.com>
Date: 1997/05/12
Message-ID: <Pine.SUN.3.96.970512131349.14845A-100000@eskimo.com>#1/1

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

Original text of this message

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