Find the MyODBC version?

Find the MyODBC version?

am 14.09.2006 21:22:27 von James Eaton

Is there a way from within an application to find the version of MyODBC
installed on a server? Perhaps a function similar to MySQL's version()
function that can be executed?

Offhand, does anyone know the minimum version number of MyODBC that should
be compatible with MySQL 5.0.24?


--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org

RE: Find the MyODBC version?

am 20.09.2006 00:52:44 von John.Bonnett

MyODBC is on the client, not the server, although it may be on the
server too. The one you use is the one on the machine where you are
running. On my machine I can go to Control Panel/Administrative
Tools/Data Sources (ODBC)/Drivers and see the version of MyODBC that I
have. You can probably get that programmatically too if you need it.
Whatever version of ODBC is on the server is not relevant, unless of
course your server and client are the same machine.

John Bonnett

-----Original Message-----
From: James Eaton [mailto:jj@zolx.com]=20
Sent: Friday, 15 September 2006 4:52 AM
To: myodbc@lists.mysql.com
Subject: Find the MyODBC version?

Is there a way from within an application to find the version of MyODBC
installed on a server? Perhaps a function similar to MySQL's version()
function that can be executed?

Offhand, does anyone know the minimum version number of MyODBC that
should be compatible with MySQL 5.0.24?=20



--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg

RE: Find the MyODBC version?

am 20.09.2006 17:18:07 von Bill Williams

Keep in mind if you're using an application (such as a web app) on a Windows
server to access a MySQL server on a different machine via MyODBC, then the
server's version of MyODBC is what is connecting to your database. The
Windows server is in effect, the "client" of the MySQL server.


>From: "Bonnett, John"
>To: ,
>Subject: RE: Find the MyODBC version?
>Date: Wed, 20 Sep 2006 08:22:44 +0930
>MIME-Version: 1.0
>Received: from lists.mysql.com ([213.136.52.31]) by
>bay0-mc2-f14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue,
>19 Sep 2006 15:53:25 -0700
>Received: (qmail 25155 invoked by uid 510); 19 Sep 2006 22:49:47 -0000
>Received: (qmail 25108 invoked by uid 509); 19 Sep 2006 22:49:46 -0000
>Received: pass (lists.mysql.com: local policy)
>X-Message-Info: LsUYwwHHNt0G0hQ4hzaMC8IJiJ8LQsG2L067efr5q6M=
>Mailing-List: contact myodbc-help@lists.mysql.com; run by ezmlm
>List-ID:
>Precedence: bulk
>List-Help:
>List-Unsubscribe:
>
>List-Post:
>List-Archive: http://lists.mysql.com/myodbc/10926
>Delivered-To: mailing list myodbc@lists.mysql.com
>X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
>Content-class: urn:content-classes:message
>X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Find the MyODBC
>version?
>Thread-Index: AcbcPlGDjx9cBgFfSvadXIyP/2wYmg==
>X-OriginalArrivalTime: 19 Sep 2006 22:52:47.0428 (UTC)
>FILETIME=[538A1840:01C6DC3E]
>Return-Path: myodbc-return-10926-billywill31=hotmail.com@lists.mysql.com
>
>MyODBC is on the client, not the server, although it may be on the
>server too. The one you use is the one on the machine where you are
>running. On my machine I can go to Control Panel/Administrative
>Tools/Data Sources (ODBC)/Drivers and see the version of MyODBC that I
>have. You can probably get that programmatically too if you need it.
>Whatever version of ODBC is on the server is not relevant, unless of
>course your server and client are the same machine.
>
>John Bonnett
>
>-----Original Message-----
>From: James Eaton [mailto:jj@zolx.com]
>Sent: Friday, 15 September 2006 4:52 AM
>To: myodbc@lists.mysql.com
>Subject: Find the MyODBC version?
>
>Is there a way from within an application to find the version of MyODBC
>installed on a server? Perhaps a function similar to MySQL's version()
>function that can be executed?
>
>Offhand, does anyone know the minimum version number of MyODBC that
>should be compatible with MySQL 5.0.24?
>
>
>
>--
>MySQL ODBC Mailing List
>For list archives: http://lists.mysql.com/myodbc
>To unsubscribe:
>http://lists.mysql.com/myodbc?unsub=billywill31@hotmail.com
>



--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org

Re: Find the MyODBC version?

am 20.09.2006 22:59:55 von James Eaton

----- Original Message -----
From: "Bonnett, John"

> MyODBC is on the client, not the server, although it may be on the
> server too. The one you use is the one on the machine where you are
> running. On my machine I can go to Control Panel/Administrative
> Tools/Data Sources (ODBC)/Drivers and see the version of MyODBC that I
> have. You can probably get that programmatically too if you need it.
> Whatever version of ODBC is on the server is not relevant, unless of
> course your server and client are the same machine.

The client happens to be a web server, but I understand your point. I
have a web site on a shared web server for which I have no access to the
control panel or desktop. My web application is using ODBC to access a
MySQL database and I'd like to verify the MyODBC version number.

Anyone know if/how this information might be found programmatically?


--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org