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.224.18.132 with SMTP id w4mr8729854qaa.1.1364295999538; Tue, 26 Mar 2013 04:06:39 -0700 (PDT) X-Received: by 10.49.72.194 with SMTP id f2mr396015qev.34.1364295999518; Tue, 26 Mar 2013 04:06:39 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!t2no17270681qal.0!news-out.google.com!k8ni11100qas.0!nntp.google.com!ca1no7796248qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 Mar 2013 04:06:39 -0700 (PDT) In-Reply-To: <9btp462zys0n.gbz6slzr5lde.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 195.58.145.51 References: <9btp462zys0n.gbz6slzr5lde.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <04755c29-8913-44be-92d7-d0a439f3446b@googlegroups.com> Subject: Re: ANN: Simple components v3.2 ODBC bindings support From: tonyg Injection-Date: Tue, 26 Mar 2013 11:06:39 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2894 Xref: number.nntp.dca.giganews.com comp.lang.ada:180778 Date: 2013-03-26T04:06:39-07:00 List-Id: On Sunday, 14 October 2012 16:16:30 UTC+1, Dmitry A. Kazakov wrote: > Recent discussion in comp.lang.ada indicated that GNADE ODBC is no longer > > maintained. Presently GNADE ODBC cannot be used with 64-bit applications > > because it failed to follow the changes in the ODBC Microsoft made to > > support these. > > > > So, I created new ODBC bindings which are now a part of the Simple > > Components: > > > > http://www.dmitry-kazakov.de/ada/components.htm > > > > The bindings consist of two parts. > > > > The thin bindings closely follow C API. They are barely useful, because of > > being very low-level. > > > > Thick bindings (thicker than ones provided by GNADE ODBC) take away dealing > > with ODBC handles through controlled types, provide means to binding > > parameters and columns, to handle transactions and cursors. ODBC > > attributes, information, diagnostic records etc can be accessed as plain > > calls. Thick bindings are fully documented. > > > > The library is packaged for Fedora and Linux, both 32- and 64-bit. > > > > Simple Components is kept compatible to Ada 95. > > > > The bindings were so far tested with MS Access, MySQL, PostgreSQL ODBC > > drivers. See the test_odbc_bindings.adb if you want to test other drivers > > and check the capacities of a given DBMS. > > > > Suggestions and bug reports are as always welcome. > > > > -- > > Regards, > > Dmitry A. Kazakov > > http://www.dmitry-kazakov.de Great News, I was a little worried with the current situation on those bindings after our conversation on them.