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: Keith Jamieson <pdkj02_at_email.mot.com>
Date: Mon, 18 Jan 1999 13:33:19 +0000
Message-ID: <36A3381E.FECE552@email.mot.com>


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 - 07:33:19 CST

Original text of this message

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