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: External Procedures

Re: External Procedures

From: Frido van Orden <fridoo_at_faapartners.com>
Date: 2000/07/13
Message-ID: <8kkck5$drh$1@nereid.worldonline.nl>#1/1

It means that your external procedure should follow C style linking. Most languages have a way of doing that, in C++ you would use

extern "C"
{
// your declarations here
}

Frido

Greg Akins <gakinsNOgaSPAM_at_gatewayhealthplan.com.invalid> schreef in berichtnieuws 06b1740b.2252f966_at_usw-ex0106-045.remarq.com...
> Oracle documentation says 8.0.5 only supports C for external
> procedures.
>
> On NT I'm simply calling a .dll. Does it still have to be
> written in C? Seems to me that there shouldn't be any real
> difference between a compiled object written in C, C++ or, in my
> case, Delphi.
> -greg
>
>
> -----------------------------------------------------------
>
> Got questions? Get answers over the phone at Keen.com.
> Up to 100 minutes free!
> http://www.keen.com
>
Received on Thu Jul 13 2000 - 00:00:00 CDT

Original text of this message

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