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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fc3719e6afe93cd7 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!d8g2000yqf.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: mysql , gnade and function hanging Date: Fri, 2 Jul 2010 01:45:09 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4219d836-dddc-496d-8dda-6eecc1cb76bb@d8g2000yqf.googlegroups.com> References: <9d22007e-b11c-4527-afb5-ae429aeb3f05@c10g2000yqi.googlegroups.com> <773ca91b-2bcb-4b5e-9943-605a852d4dfd@t10g2000yqg.googlegroups.com> <1be70d43-a5f2-40cc-8859-f4e5d34bcd52@w12g2000yqj.googlegroups.com> <9e8008e5-129f-4b9b-b083-44b386a7ce4b@i28g2000yqa.googlegroups.com> <87bpasiue9.fsf@ludovic-brenta.org> <964f5797-eac0-4a2c-9930-fc6137efc8df@w12g2000yqj.googlegroups.com> NNTP-Posting-Host: 89.240.135.62 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278060310 2530 127.0.0.1 (2 Jul 2010 08:45:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 Jul 2010 08:45:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d8g2000yqf.googlegroups.com; posting-host=89.240.135.62; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12122 Date: 2010-07-02T01:45:09-07:00 List-Id: On 1 July, 14:38, "J-P. Rosen" wrote: > Ludovic Brenta a =E9crit :> Maybe you should use the ODBC interface inste= ad; it is more stable > > than the MySQL-specific API. > > I concur; I have an application that runs ODBC over MySQL (with the > MySQL ODBC connector), and never had any problem. > > -- > --------------------------------------------------------- > =A0 =A0 =A0 =A0 =A0 =A0J-P. Rosen (ro...@adalog.fr) > Visit Adalog's web site athttp://www.adalog.fr Thanks for your help Guys, now I know :), the mysql machine I am using is remote, I assume I will have to install a mysql odbc connector on it, is there any extra setup I will have to do for the local machine I writing the code for ?