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 -> Re: entering data from external program

Re: entering data from external program

From: Ken Nunes <knunes_at_no.spam.sequenom.com>
Date: Mon, 18 Jan 1999 16:57:01 GMT
Message-ID: <36a3675c.407988456@news2.cts.com>


Thanks for the tip Keith
but excuse my ignorance when I say:
What is PRO*C?

On Mon, 18 Jan 1999 13:33:19 +0000, Keith Jamieson <pdkj02_at_email.mot.com> wrote:

>Use PRO*C. Wrap the Pro*C around your C code. This should allow you to
>connect to database and insert data into table. you could also use
>Oracle OCI, but I reckon the PRO*C method is more straightforward.
>Ken Nunes wrote:
>
>> Greetings,
>>
>> I have a numerical analysis app that generates a lot of data.
>> How do I pipe this data into a table on my oracle8 server from within
>> the app? The app is written in C.
>>
>> I guess the simple version of my question is: how do I make a C
>> program that will insert data into a table.
>>
>> Any suggestions are greatly appreciated,
>>
>> Ken Nunes
>
>
>
Received on Mon Jan 18 1999 - 10:57:01 CST

Original text of this message

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