2006.10.17

MySQL

MySQL Connector/ODBC 5.0.5がリリースされました。

オリジナル版:http://lists.mysql.com/myodbc/10962

MySQL Connector/ODBC バージョン5.0.5(最初のベータ版リリース)がリリースされました。もはやConnector/ODBC 3.51を事前にインストールする必要はありません。(ただし、このリリースは、3.51のインストールと共存できます。)現在、このバージョンは、前のアルファ版リリースとは異なり、自身のセットアップライブラリを使用しています。

以下のページでダウンロードできます。
http://dev.mysql.com/downloads/connector/odbc/5.0.html

メタデータの要求を実行の場合、INFORMATION_SCHEMAで利用可能な情報に依存する為、Connector/ODBC 5.0はMySQL-5.0とそれ以降のバージョンで使用するよう計画されています。


ライセンス
----------
MySQL Connector/ODBCは、MySQL AB社のGPLあるいは OEM ライセンスに基づき使用を許諾されます。

GPLに基づきこの商品にライセンスを供与する場合、より詳細に関しては「COPYING」ファイルをご参照ください。

このソフトウェアに適用の場合、GPLの契約条件に対し特別の例外があります。このソフトウェアディストリビューションのディレクトリ内の「LICENSE.exceptions」ファイルにある「exception」の全文をご参照ください。

MySQL AB社による OEM ライセンス下でこの商品の使用を許諾の場合は、ライセンス条件としてこのディストリビューションに付属の「MySQLEULA.txt」ファイルをご参照ください。


インストール
 -------------
 1) Connector/ODBC 5.0を含むアーカイブを解凍します(アーカイブからファイルを読み込める場合は、すでに解凍できています)
 
 2)シェルを使って、アーカイブを解凍した時に作成されるConnector/ODBC 5.0の基本サブディレクトリ内で次の操作を行ないます。
     C:...> install 0

 (以前のConnector/ODBC 5.0リリースからアップグレードしている場合、代わりに"Upgrade.bat"を起動します)

これはドライバに登録され、ドライバを%SystemRoot%\System32にコピーします。
 
以下は、現在の実施状況、このリリースのバグレポート、および今後のリリースのロードマップです。

Current State of Implementation
-------------------------------
This driver is meant to be used with MySQL-5.0 and newer, as it relies
on information available in INFORMATION_SCHEMA when fulfilling requests
for metadata.

The driver is feature complete, and has started going through internal
testing. At this time it is known to be able to link tables in Microsoft
Access and perform some ADO-related functionality. Our goals for
internal testing are to cover the set of applications that are most used
with MySQL and ODBC, including Microsoft Office applications (including
Access), Crystal Reports, ADO and OleDB.

With this release we're asking the user community to give detailed
feedback on which applications do not work with the driver, as we don't
have access to all possible combinations of MDAC, Microsoft Office
service pack and hotfix combinations for our own internal testing. We're
also especially interested in results from testing in-house or
commercial applications that don't have widespread availability.


Reporting Bugs with this Release
--------------------------------
Please report bugs you find with this release at
http://bugs.mysql.com/

For more expedient processing of your Connector/ODBC 5.0 bugs, please
make sure to record the version number with a “5.0” in it so that we
find them quicker when putting together fix lists.

Please include driver and driver-manager traces with your bug reports,
as this helps us isolate the bug much quicker. If your application works
with Connector/ODBC 3.51 but not 5.0, please enclose driver and driver
manager traces from 3.51 as well.

It is also very helpful if you include which version of MDAC and
associated DLLs you are using. Microsoft's MDAC version checker makes
this relatively straightforward. Instructions for installing and running
the MDAC version checker are at
http://support.microsoft.com/kb/301202


Roadmap for Future Releases
---------------------------
Future beta releases will introduce new platforms (the code is written
in a cross-platform manner, we're just working out some small issues,
starting with Linux and then progressing to other Unix platforms).

We also include a graphical MSI-based installer in a future beta release
for the Microsoft Windows platform.

This beta does have some debug-related code, and is not entirely
optimized (it is sometimes "chattier" with the database server than 3.51
for example), as the first goal was to have something that is written
exactly-to-spec for the ODBC API specification, and "back off" where
testing shows that we can (or need to, in the case with some
applications). Future releases will be more performance-oriented than
the first few beta releases.