MySQL C++ API
=============
MySQL Connector/C++ (or `MySQL++') is the official MySQL API for C++.
More information can be found at
`http://www.mysql.com/products/mysql++/'.
Borland C++
-----------
You can compile the MySQL Windows source with Borland C++ 5.02. (The
Windows source includes only projects for Microsoft VC++, for Borland
C++ you have to do the project files yourself.)
was compiled with
VC++) with Borland C++. You can do one of the following to avoid this
problem.
* You can use the static MySQL libraries for Borland C++ that you
can find on `http://www.mysql.com/downloads/os-win32.html'.
* Only call `mysql_init()' with `NULL' as an argument, not a
pre-allocated MYSQL struct.
MySQL Python API
================
`MySQLdb' provides MySQL support for Python, compliant with the Python
DB API version 2.0. It can be found at
`http://sourceforge.net/projects/mysql-python/'.
MySQL Tcl API
=============
MySQLtcl is a simple API for accessing a MySQL database server from the
Tcl programming language. It can be found at
`http://www.xdobry.de/mysqltcl/'.
MySQL Eiffel Wrapper
====================
[Назад] [Содержание] [Вперед]
| Главная |