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.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cb5022f08c54504d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-14 14:59:41 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!EU.net!uunet!iris.mbvlab.wpafb.af.mil!blackbird.afit.af.mil!sd2!maysee From: maysee@sd2.sews.wpafb.af.mil (ERIC E. MAYS) Newsgroups: comp.lang.ada Subject: Re: Pro*Ada Date: 13 Oct 1994 14:32:08 GMT Organization: U.S. Air Force Distribution: world Message-ID: <37jgdc$hv@blackbird.afit.af.mil> References: <1994Oct5.113638.26570@relay.acadiau.ca> <36v38v$hsg@newsbf01.news.aol.com> Reply-To: maysee@ss2.sews.wpafb.af.mil NNTP-Posting-Host: sd2.sews.wpafb.af.mil Date: 1994-10-13T14:32:08+00:00 List-Id: In article , sarge@Rational.Com (Matthew C. Sargent) writes: |> In article <36v38v$hsg@newsbf01.news.aol.com>, wlawton@aol.com (WLawton) wrote: |> |> > In article <1994Oct5.113638.26570@relay.acadiau.ca>, |> > 841613t@dragon.acadiau.ca (Don Tyzuk) writes: |> > |> > >Does anyone out there have any experience with Oracle's |> > >Pro*Ada? I'm not asking for tech support, just a straw |> > >poll of who uses it and what their impressions are. |> > > |> > >Does it even really exist? Readers at Oracle Corp. |> > >are welcome to respond by e-mail or with literature. |> > |> > I have used it, ergo, it does exist. Essentially, Pro*Ada is a |> >[snip] |> > |> > 'nuf said... |> > |> > Wayne R. Lawton |> > various affiliations, my fingers typed this, they are on their own |> |> I have a pretty good understanding of pro*ada. It is available for most of |> the Ada compilers out there. It works, but like all pre-processors, you |> lose some control of what is happening in your code. For example, after |> pre-processing your code will have USE statements. Your code will also now |> be two files. Both of these things can cause problems with project |> standards and configuration control. There are also issues with how their |> dynamic sql statements are implemented (raw addresses) that may make you |> shiver, but they can be avoided by not using these features if they worry |> you. |> |> There is also OCI (Oracle Callable Interface) in Ada if you want to go |> with that interface. |> Matthew, Have you tried using user-exits to call ada programs from sql*forms? Thanks, Eric