MySQL Connector/ODBC是MYSQL数据库的ODBC驱动程序,统安装了这个程序之后,就可以通过ODBC来访问MySQL,这样就可以实现SQLServer、Access和MySQL之间的数据转换,还可以支持ASP访问MySQL数据库。是 MySQL 数据库官方提供的 ODBC 驱动程序,支持跨平台。
MySQL Connector/ODBC (sometimes called just Connector/ODBC or MyODBC) is a driver for connecting to a MySQL database server through the Open Database Connectivity (ODBC) application program interface (API), which is the standard means of connecting to any database. Users can connect from within common applications and programming environments, such as Microsoft Access or Excel or Borland Delphi.
MyODBC is available for most major operating systems, including Windows, Unix, Linux, Solaris, AIX, and OS X either under the free software/open source GNU General Public License (GPL) or under a commercial license.
最新版本:5.1
项目主页:http://www.mysql.com/products/connector/