From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c0c0bdca7d01587 X-Google-Attributes: gid103376,public From: woodruff@tanana.llnl.gov (John Woodruff) Subject: Re: Oracle8 and Ada Date: 1997/09/22 Message-ID: #1/1 X-Deja-AN: 274551042 References: <34227A7A.70D4@jhuapl.edu> <3422B8D7.15A3@online.no> Organization: Lawrence Livermore National Lab Reply-To: woodruff1@llnl.gov Newsgroups: comp.lang.ada Date: 1997-09-22T00:00:00+00:00 List-Id: >>>>> "tarjei" == Tarjei T Jensen writes: In article <3422B8D7.15A3@online.no> "Tarjei T. Jensen" writes: > Pam Smith wrote: >> We're trying to port several Ada83 applications to Oracle8 on a >> Unix platform. With the advent of Oracle version 8, Oracle no >> longer supports an Ada interface. Would appreciate any info an >> 3rd party offerings in this area or any info period. > There is probably two ways to proceed. Either use Intermetrics > Samedl or create your own bindings. The bindings should be easy if > you use an Ada 95 compiler. Oracle provides a product SQL*Module that can translate sql into packages in Ada. We are using this to connect Oracle 8 to our Ada95 application.