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: HELP: how to put SQL in C++ program

Re: HELP: how to put SQL in C++ program

From: Alan & Vivien Payne <apayne_at_digital.net>
Date: 1997/07/26
Message-ID: <33D9F592.85848E1E@digital.net>#1/1

ASHELAT17 wrote:

> I want to write SQL quarries in my C++ programm , How can I do that ?
> In
> program how can I add sql language's quarry and how does compiler
> detect
> it ? and how can I use return results of that quarry , which are in
> form
> of a table .

   You need to use the Pro*C precompiler from Oracle for your OS environment. You will embed the SLQ statements in your C++ code, which the precompiler will translate to C (C++) syntax. You also get appropriate header files and the DLLs required to run the executable. Received on Sat Jul 26 1997 - 00:00:00 CDT

Original text of this message

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