comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: mysql , gnade and function hanging
Date: Sat, 3 Jul 2010 12:07:33 +0200
Date: 2010-07-03T12:07:34+02:00	[thread overview]
Message-ID: <1mc8qis3jkqsj$.ir3tojaff43m.dlg@40tude.net> (raw)
In-Reply-To: zOmdnev0COPcfLPRnZ2dnUVZ_hMAAAAA@earthlink.com

On Sat, 03 Jul 2010 00:05:40 -0700, Dennis Lee Bieber wrote:

> On Fri, 2 Jul 2010 01:45:09 -0700 (PDT), tonyg
> <tonythegair@googlemail.com> 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 ?
> 
> 	Hypothesizing, as I don't have experience with ODBC other than via
> 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. Under
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. Kazakov
http://www.dmitry-kazakov.de



  parent reply	other threads:[~2010-07-03 10:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-30  8:34 mysql , gnade and function hanging tonyg
2010-06-30  9:00 ` Ludovic Brenta
2010-06-30  9:03 ` tonyg
2010-06-30  9:23   ` Ludovic Brenta
2010-06-30  9:29     ` tonyg
2010-06-30  9:40       ` tonyg
2010-06-30 12:20         ` Ludovic Brenta
2010-06-30 12:53           ` tonyg
2010-07-01  9:44             ` Ludovic Brenta
2010-07-01 10:19               ` tonyg
2010-07-01 13:38               ` J-P. Rosen
2010-07-02  8:45                 ` tonyg
     [not found]                   ` <zOmdnev0COPcfLPRnZ2dnUVZ_hMAAAAA@earthlink.com>
2010-07-03 10:07                     ` Dmitry A. Kazakov [this message]
2010-07-05  9:18                       ` tonyg
2010-07-01 11:38   ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox