Therefore, ODBC requires a programming-language-to-ODBC driver (for example, the PHP-ODBC Library) and an ODBC-to-data-storage-system driver (such as the MySQL-ODBC Library).
After this, the stored customer data can be retrieved and updated through the ODBCMySQL driver provided with Zend Core.
在此之后,可以通过Zend Core提供的ODBC MySQL驱动程序获取和更新存储的客户数据。
3
An ODBC connection is made to the MySQL database and the current account data for the given account holder is fetched from the database and stored in an associative array.