Re: Query on Oracle DB via a C program ?
From: Tom Zamani <tomz_at_redflex.com.au>
Date: 2000/06/01
Message-ID: <8h48ji$3r1$1_at_perki.connect.com.au>#1/1
Date: 2000/06/01
Message-ID: <8h48ji$3r1$1_at_perki.connect.com.au>#1/1
You have two options.
1- use OCI (Oracle Call Interface) using this method you can connect to the
DB from your C program. There are lots of examples in the oracle Docs.
2- use ProC, write your C program in ProC
Tom
Martin C Dore (LMC) <lmcmcad_at_lmc.ericsson.se> wrote in message
news:39356612.A316876C_at_lmc.ericsson.se...
> Hi
>
> How can I make some queries, (using SQL) in my C program to the
> Oracle DB that is installed on a SUN system.
>
> I only want to fetch the information of one table.
>
> If possible, could you send a code example, or a place where I can
> read on that...
>
> Thanks
> Martin
>
>
>
Received on Thu Jun 01 2000 - 00:00:00 CEST