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=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,944d2bfc44ba5a77 X-Google-Attributes: gid103376,public From: Oliver Kellogg Subject: Re: Ada95 bindings to Oracle Date: 2000/01/18 Message-ID: <862jin$oho$1@nnrp1.deja.com>#1/1 X-Deja-AN: 574326427 References: <861o0p$2u7$1@nnrp1.deja.com> <861rrv$d1$1@hobbes2.crc.com> X-Http-Proxy: 1.0 sgt2-t4-1.atm-bb.de:3228 (Squid/2.1.PATCH1), 1.0 x42.deja.com:80 (Squid/1.1.22) for client 213.6.134.150, 62.104.220.70 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue Jan 18 20:48:30 2000 GMT X-MyDeja-Info: XMYDJUIDokellogg Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [de]C-A084 (Win95; I) Date: 2000-01-18T00:00:00+00:00 List-Id: In article <861rrv$d1$1@hobbes2.crc.com>, "David C. Hoos, Sr." wrote: > Are you referring to the OCI, or SQL*Module, or what? The Pro*Ada predefined packages are Ada83 (is this called "OCI" ?) Package ORACLE is huge and uses a lot of nested packages, this could profit from child packages. The interfacing with C is the usual mess that it was in Ada83, this could profit from pragma Convention (C), Interfaces.C, the unsigned types in package Interfaces etc. I've already substituted the non-portable semaphore implementation with a protected type. Sent via Deja.com http://www.deja.com/ Before you buy.