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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3ee47b1a6f7a07ac X-Google-Attributes: gid103376,public From: David Botton Subject: Re: [question] Ada and DataBase Date: 1999/04/25 Message-ID: <3722ADED.5E76A369@Botton.com>#1/1 X-Deja-AN: 470592187 Content-Transfer-Encoding: 7bit References: <7fq1bi$gq5@news.u-strasbg.fr> <3720E1D0.E0EF7B58@Botton.com> To: "Siamak.Lina" X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 925019614 34802 199.227.148.233 (25 Apr 1999 05:53:34 GMT) Organization: CyberGate, Inc. Mime-Version: 1.0 NNTP-Posting-Date: 25 Apr 1999 05:53:34 GMT Newsgroups: comp.lang.ada Date: 1999-04-25T05:53:34+00:00 List-Id: Thin bindings are the equivalent of translating a C header file in to Ada. A thick binding would be to abstract the yuckiness (technical term) of C style programming with code that leverages the P O W E R of Ada. Familiar C++ example of thin/thick bindings: Windows 32 API = Thin C/C++ binding to Windows API Microsoft Foundation Classes = Thick C++ binding to Windows API David Botton "Siamak.Lina" wrote: > > David Botton wrote in message > news:3720E1D0.E0EF7B58@Botton.com... > > ODBC bindings exist and a thicker binding to them has been created by > > > > Hi, > > Sorry for my stupid question but I am wondering what is the meaning of thin > or thick binding. I appreciate any explanation. > > Sam