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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: Weakness of Ada is expensive / security / etc. ? Anything else? Date: Tue, 21 Jul 2015 22:28:39 +0200 Organization: A noiseless patient Spider Message-ID: References: <084c0dc7-ae74-4cb8-b1fe-78f42de94291@googlegroups.com> <5IidnWtEWowowjHInZ2dnUVZ5v6dnZ2d@giganews.com> <61db6272-72a4-47d7-b0e5-e870ac8a0432@googlegroups.com> <9078db18-03ef-4724-9818-e9ae37e3d7a8@googlegroups.com> <1opmyg48btl6a$.1pgzq9yrcmv6t$.dlg@40tude.net> <3922d054-290f-4a7d-8660-85eeac6072e9@googlegroups.com> <9daa54dc-338a-4a78-b553-5609623ff061@googlegroups.com> <1npnbotrqohbb$.cj0by0oyo31r$.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 21 Jul 2015 20:25:43 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="0ab8e511d6c2639fe68122da9aae2e08"; logging-data="17288"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18SKFx6Ni4uhGAoG1ykP6+g" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 In-Reply-To: <1npnbotrqohbb$.cj0by0oyo31r$.dlg@40tude.net> Cancel-Lock: sha1:lhezXpv9tI0wE4siYOQuHdd30S8= Xref: news.eternal-september.org comp.lang.ada:26942 Date: 2015-07-21T22:28:39+02:00 List-Id: On 2015-07-21 21:44, Dmitry A. Kazakov wrote: > I cannot tell anything for that, I never used it. I dropped using > DB-specific bindings a decade ago. ODBC does the job. There is no serious > reasons to use DB-specific bindings. Yes there is. When the platform you are forced to work on is not supporting odbc in a trustworthy way, like Aix. Unixodbc 'might' work on aix, but not so I would put any serious business into it. Oracle with binding to pro*c or OCI works well. (clumpsy, but works) -- Björn