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: [Newbie] howto: accessing Oracle SQL by C/C++ Win32 Application

Re: [Newbie] howto: accessing Oracle SQL by C/C++ Win32 Application

From: Rainer Hausbach <R.Hausbach_at_d-offline.de>
Date: Fri, 3 Dec 2004 09:25:06 +0100
Message-ID: <cop7t2$dem$1@mail1.sbs.de>


Hi Tom,

thank you very much for your help!

I should have statet earlier that my 'Application' would rather be a DLL or a .exe that will be called from another Application - so the time loading the app would be an issue. As the Environment the dll/exe is running probably doesn't have the .net system installed, I am not shure if the Man App. will load my Dll/exe several times - so loading/execution speed of the code will be an issue. I have no experiance in how well .net will be performing in this case...

Can I also call PL/SQL code by an ODBC connection? The DBMS_PIPE thing is a DB design, the custumer requested/has specified, so I cannot change this. If, as you suggested, I can encapsulate DBMS_PIPE calls in PL/SQL code, this wouldn't be a problem(?)

Rainer Received on Fri Dec 03 2004 - 02:25:06 CST

Original text of this message

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