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!b35g2000yqi.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: mysql , gnade and function hanging Date: Mon, 5 Jul 2010 02:18:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: <840d7286-4f6c-4a33-b8a5-a83f843f3c14@b35g2000yqi.googlegroups.com> References: <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> <4219d836-dddc-496d-8dda-6eecc1cb76bb@d8g2000yqf.googlegroups.com> <1mc8qis3jkqsj$.ir3tojaff43m.dlg@40tude.net> 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 1278321512 4348 127.0.0.1 (5 Jul 2010 09:18:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 5 Jul 2010 09:18:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b35g2000yqi.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 x86_64; en-GB; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12185 Date: 2010-07-05T02:18:32-07:00 List-Id: On Jul 3, 11:07=A0am, "Dmitry A. Kazakov" wrote: > On Sat, 03 Jul 2010 00:05:40 -0700, Dennis Lee Bieber wrote: > > On Fri, 2 Jul 2010 01:45:09 -0700 (PDT), tonyg > > declaimed the following in comp.lang.ada: > > >> 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 ? > > > =A0 =A0Hypothesizing, as I don't have experience with ODBC other than v= ia > > Python... I /think/ the ODBC connector would go one the local machine -= - > > the connector "knows" how to talk to a MySQL engine, and that should > > include handling a connection string that specifies a remote engine. It > > is just the local application that needs access to the local ODBC layer > > for translation... > > Yes. The thing is called "data source." Data sources are configured for a > specific ODBC driver, in this case MySQL ODBC driver. Under Windows it is > managed under Control Panel -> Administrative Tasks -> Data Sources. Unde= r > Linux it is usually unixODBC configuration. > > When you configure the data source, then depending on the driver you > specify the server's host, IP port, user name, password etc. > > -- > Regards, > Dmitry A. Kazakovhttp://www.dmitry-kazakov.de Thanks for the detailed and informative replys Guys, looks like my way forward after Gnatcoll seemed to be mysql less :)