MySQL Phrasebook
With a number of APIs, you can use a MySQL database in applications written in various programming languages. Even if no specific language API exists, you can still use Open Database Connectivity (ODBC) to communicate with a MySQL server. In this chapter you will find brief examples of how to connect to a database, perform a query, and retrieve the results using the most popular APIs. |