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

Home -> Community -> Usenet -> c.d.o.server -> Re: Need Help With Pro*C Function

Re: Need Help With Pro*C Function

From: Daniil Fishteyn <daniilf_at_hotmail.com>
Date: Thu, 21 Jan 1999 20:28:25 -0500
Message-ID: <36A7D439.9B71C7B8@hotmail.com>


I am not sure about pro*c but I know it is defenitly possible with OCI (Oracle Call Inteface).

If you need more info write me.

matthew_at_mattshouse.com wrote:

> I was wondering if it is possible to execute a query that is represented by a
> string. I'm not explaining it well, so I'll write some code. This will not
> work, but you'll know where I'm going:
>
> strcpy(buf1,"insert into table1 (row1) values ('hello')");
> EXEC SQL :buf1;
>
> Is something like this possible?
>
> Matthew
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu Jan 21 1999 - 19:28:25 CST

Original text of this message

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