Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I link a c-program to oracle8?§

Re: How do I link a c-program to oracle8?§

From: Finn Ellebaek Nielsen <fen_at_changegroup.dk>
Date: Wed, 5 May 1999 15:40:32 +0100
Message-ID: <7gphrt$on3$1@news.inet.tele.dk>


Fredde <pt96fan_at_orc.rby.hk-r.se> wrote in message news:Pine.GSO.4.10.9905051535450.24248-100000_at_orc.rby.hk-r.se...
> Hi,
>
> How do I link a program written in c to a procedure or function in PS-SQL
> / Oracle8?
>
> / Fredrik Antonsson Ronneby, Sweden
>

Look up the documentation for External Procedures. Basically, you compile your C code into a dynamic library (DLL on Windows, shared object on UNIX).

HTH. Finn Received on Wed May 05 1999 - 09:40:32 CDT

Original text of this message

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