Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Express and external procedures?
No, C++ does work. I can confirm it 'cause I did it. The trick is to
use extern "C" on the "top level" (exported) functions, and then let
them call the underlying C++ stuff. Works like a charm.
Received on Mon Nov 07 2005 - 10:46:34 CST
![]() |
![]() |