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 X-Google-Thread: 103376,cabfcd736d0e5fc3 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!y79g2000hsa.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: GNADE/ODBC connection problem Date: Sat, 4 Oct 2008 13:54:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6a25aa6e-42f8-437e-ac79-5d2463550037@y79g2000hsa.googlegroups.com> References: NNTP-Posting-Host: 85.3.228.175 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1223153668 29598 127.0.0.1 (4 Oct 2008 20:54:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Oct 2008 20:54:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y79g2000hsa.googlegroups.com; posting-host=85.3.228.175; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7961 Date: 2008-10-04T13:54:28-07:00 List-Id: On 3 Pa=BC, 15:14, soychango...@gmail.com wrote: > I'm trying to use GNADE to connect to a MySQL database And it *really* takes so many lines of code? Horror. :-) Depending on your needs, the following library might be enough: http://www.inspirel.com/soci-ada/ These are *complete* program examples: http://www.inspirel.com/soci-ada/doc/idioms.html The SOCI library uses native interface for MySQL, so there is nothing to configure. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com