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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.83.11 with SMTP id n11mr10383063itb.48.1516027904010; Mon, 15 Jan 2018 06:51:44 -0800 (PST) X-Received: by 10.157.1.193 with SMTP id e59mr674581ote.13.1516027903909; Mon, 15 Jan 2018 06:51:43 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer03.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no1734594ita.0!news-out.google.com!b73ni15650ita.0!nntp.google.com!w142no1734591ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 15 Jan 2018 06:51:42 -0800 (PST) In-Reply-To: <2fca0397-df30-4f36-8b26-293971134007@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=57.79.21.10; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 57.79.21.10 References: <1477a253-ab0d-4368-bf6d-a36fb3c11611@googlegroups.com> <2fca0397-df30-4f36-8b26-293971134007@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <28eb1572-a5d8-46b8-a9e6-4a29350c9b9f@googlegroups.com> Subject: Re: Quick Oracle Connection ... From: gautier_niouzes@hotmail.com Injection-Date: Mon, 15 Jan 2018 14:51:44 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1758 X-Received-Body-CRC: 13617466 Xref: reader02.eternal-september.org comp.lang.ada:49915 Date: 2018-01-15T06:51:42-08:00 List-Id: > Thank you so much, Dimitry! In addition to my other activities, it seems = too time-consuming to understand everything to do some simple database quer= ies. Is there any example programs? Unfortunately I have little experience = with communication ada-oracle. Regards Rolf. You can get some inspiration from this: https://github.com/TurboGit/Ada-ODBC/tree/master/demos NB: this is another ODBC binding probably with different names, but with so= me substitutions it may help a bit for getting a working example.