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,a2225bbd49be4bc6 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Interfacing to an SQL database Date: 1999/12/05 Message-ID: <82evp0$qpc$1@news.gate.net>#1/1 X-Deja-AN: 557059031 References: <38477502.15538E56@rlmsystems.com.au> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 944439904 27436 207.36.137.95 (6 Dec 1999 00:25:04 GMT) Organization: CyberGate, Inc. X-MSMail-Priority: Normal NNTP-Posting-Date: 6 Dec 1999 00:25:04 GMT Newsgroups: comp.lang.ada Date: 1999-12-06T00:25:04+00:00 List-Id: You can go with Microsoft ADO (Active Data Objects) their ODBC replacement using COM bindings for Ada. See http://www.adapower.com/com David Botton Giuseppe Fiusco wrote in message news:38477502.15538E56@rlmsystems.com.au... > Does anyone out there know of any other mechanisms - perhaps a bunch of > Query type classes etc that are available or any other products from the > Database vendors that I would be able to integrate into our Ada > development.