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: running C++ program within database

Re: running C++ program within database

From: Ravi Alluru <ravica_at_quixnet.net>
Date: Fri, 1 Jun 2001 08:52:10 -0500
Message-ID: <9f8ab4$ss2$1@news.sinet.slb.com>

Or you may try using Pro*C, Pro*C++ to connect. Keep the connecrtion and call your C++ method from within this. Perform all the necessary operations . Then disconnect.

--
Ravi Alluru
mailto:ravica_at_quixnet.net

"david chan" <davidchantf_at_hotmail.com> wrote in message
news:3AMR6.1010$Zy.1116431_at_newsrump.sjc.telocity.net...

> Hi,
> I have a C++ program that need to make a lot of database access within
one
> operation, which is very slow. So I am wondering if I can run this program
> inside database? so to reduce the number of database access, and increase
> performance.
> Thanks.
> David
>
>
Received on Fri Jun 01 2001 - 08:52:10 CDT

Original text of this message

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