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
Содержание 5.0
Страница 1: ...MySQL 5 0 Reference Manual ...
Страница 18: ...xviii ...
Страница 60: ...40 ...
Страница 396: ...376 ...
Страница 578: ...558 ...
Страница 636: ...616 ...
Страница 844: ...824 ...
Страница 1234: ...1214 ...
Страница 1426: ...MySQL Proxy Scripting 1406 The following diagram shows an overview of the classes exposed by MySQL Proxy ...
Страница 1427: ...MySQL Proxy Scripting 1407 ...
Страница 1734: ...1714 ...
Страница 1752: ...1732 ...
Страница 1783: ...Configuring Connector ODBC 1763 ...
Страница 1793: ...Connector ODBC Examples 1773 ...
Страница 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Страница 1842: ...Connector Net Installation 1822 5 Once the installation has been completed click Finish to exit the installer ...
Страница 1864: ...Connector Net Visual Studio Integration 1844 Figure 20 24 Debug Stepping Figure 20 25 Function Stepping 1 of 2 ...
Страница 2850: ...2830 ...
Страница 2854: ...2834 ...
Страница 2928: ...2908 ...
Страница 3000: ...2980 ...
Страница 3122: ...3102 ...
Страница 3126: ...3106 ...
Страница 3174: ...3154 ...
Страница 3232: ...3212 ...