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 2002:a24:1d46:: with SMTP id 67-v6mr4080786itj.36.1523012099839; Fri, 06 Apr 2018 03:54:59 -0700 (PDT) X-Received: by 2002:a9d:3809:: with SMTP id i9-v6mr250182otc.8.1523012099685; Fri, 06 Apr 2018 03:54:59 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!k65-v6no402451ita.0!news-out.google.com!15-v6ni349itg.0!nntp.google.com!u184-v6no395928ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 6 Apr 2018 03:54:59 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=94.126.240.2; posting-account=FVaNSgoAAADWAaK7yRWtQB_apHWnMCHq NNTP-Posting-Host: 94.126.240.2 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: libgnadeodbc From: JA Injection-Date: Fri, 06 Apr 2018 10:54:59 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51351 Date: 2018-04-06T03:54:59-07:00 List-Id: Hello Dmitry and all, I have to implement in Linux RedHat a MySQL application. I have been severa= l days reading and I have seen that there is no ADA library update. I have download and install gnade-src-1.3.5. I have to update some calls an= d types due gnade is not align with the current MySQL version.=20 Finally I have done some successful tests with adbc and mysql interface. Now, I am trying to use obdc interface but I cannot find the library in lin= ux. I have read that abdc is obsolete and just a draft. What do you recommend me to use?=20 Thanks in advance. Regards. El mi=C3=A9rcoles, 14 de junio de 2017, 12:53:37 (UTC), Dmitry A. Kazakov = escribi=C3=B3: > On 14/06/2017 14:30, lyttlec wrote: >=20 > > I'm just getting back into Ada and trying to update an old project to > > Ubuntu 17.04. But I can't find libgnadeodbc or its replacement. > > Google search seems to indicate nothing after 2005. Any help? >=20 > AFAIK GNADE is no more maintained. Furthermore you could not use it=20 > anyway because the last version I know does not support ODBC=20 > modifications made to support 64-bit systems. >=20 > As for a replacement, ODBC bindings are included into Simple Components. >=20 > http://www.dmitry-kazakov.de/ada/components.htm#ODBC_Bindings >=20 > If you going to use sources take care of choosing the correct driver=20 > (unixODBC for Linux) and architecture (i686 =3D 32-bit or x86_64 =3D=20 > 64-bit). Some ODBC types are different in different architectures. >=20 > P.S. i686 must also work for ARMv7. >=20 > --=20 > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de