Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: running C++ program within database
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...Received on Fri Jun 01 2001 - 08:52:10 CDT
> 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
>
>
![]() |
![]() |