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: "Robert I. Eachus" Subject: Re: Interfacing to an SQL database Date: 1999/12/03 Message-ID: <38482B8F.70CF8D8E@mitre.org>#1/1 X-Deja-AN: 556332411 Content-Transfer-Encoding: 7bit References: <38477502.15538E56@rlmsystems.com.au> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@news.mitre.org X-Trace: top.mitre.org 944253448 23998 129.83.41.77 (3 Dec 1999 20:37:28 GMT) Organization: The MITRE Corporation Mime-Version: 1.0 NNTP-Posting-Date: 3 Dec 1999 20:37:28 GMT Newsgroups: comp.lang.ada Date: 1999-12-03T20:37:28+00:00 List-Id: Giuseppe Fiusco wrote: > 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. I am sure people have wanted to do this type of thing > before. The reason you probably haven't found any Ada/ODBC bindings is that they are too easy to create, but tend to be hardware and specific to avoid inefficiency. (Translation: On a PC, you are quite willing to use the local character set instead of Latin-1, etc.) I really recommend doing it this way because what you learn about ODBC in the few hours it takes is worth the effort. If you want an automatically generated binding that is another possibility... -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...