MySQL Connector/ODBC
1737
Environment
API
Type
Notes
Ruby/MySQL
Native Driver
See
Section 20.10.2, “The Ruby/
MySQL API”
.
Scheme
Myscsh
libmysqlclient
See
Myscsh
.
SPL
sql_mysql
libmysqlclient
See
sql_mysql
for SPL
.
Tcl
MySQLtcl
libmysqlclient
See
Section 20.11, “MySQL Tcl API”
.
Table 20.2. MySQL Connector Versions and MySQL Server Versions
Connector
Connector version
MySQL Server version
Connector/C++
1.0.5 GA
5.6, 5.5, 5.4, 5.1
Connector/J
5.1.8
5.6, 5.5, 5.4, 5.1, 5.0,
4.1
Connector/Net
6.5
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
6.4
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
6.3
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
6.2 (No longer
supported)
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
6.1 (No longer
supported)
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
6.0 (No longer
supported)
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
5.2 (No longer
supported)
5.6, 5.5, 5.4, 5.1, 5.0
Connector/Net
1.0 (No longer
supported)
5.0, 4.0
Connector/ODBC
5.1
5.6, 5.5, 5.4, 5.1, 5.0,
4.1.1+
Connector/ODBC
3.51 (Unicode not
supported)
5.6, 5.5, 5.4, 5.1, 5.0,
4.1
20.1. MySQL Connector/ODBC
The MySQL Connector/ODBC is the name for the family of MySQL ODBC drivers (previously called
MyODBC drivers) that provide access to a MySQL database using the industry standard Open
Database Connectivity (ODBC) API. This reference covers Connector/ODBC 5.2, which includes the
functionality of the Unicode driver and the ANSI driver, which formerly were split between Connector/
ODBC 5.1 and Connector/ODBC 3.51.
MySQL Connector/ODBC provides both driver-manager based and native interfaces to the MySQL
database, with full support for MySQL functionality, including stored procedures,
transactions
and, with
Connector/ODBC 5.1 and higher, full Unicode compliance.
For more information on the ODBC API standard and how to use it, refer to
http://
support.microsoft.com/kb/110093
.
The application development section of the ODBC API reference assumes a good working knowledge
of C, general DBMS, and a familiarity with MySQL. For more information about MySQL functionality
and its syntax, refer to
http://dev.mysql.com/doc/
.
Typically, you need to install Connector/ODBC only on Windows machines. For Unix and Mac OS X,
you can use the native MySQL network or named pipes to communicate with your MySQL database.
You may need Connector/ODBC for Unix or Mac OS X if you have an application that requires an
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...