ODBC Mysql的意思|示意

美 / / 英 / /

ODBC Mysql


ODBC Mysql的网络常见释义

请教高手数据源 请教高手数据源(ODBC Mysql) 配置问题 OA数据备份详细说明

ODBC Mysql相关短语

1、 mysql ODBC 进行数据的直接导出

ODBC Mysql相关例句

After this, the stored customer data can be retrieved and updated through the ODBC MySQL driver provided with Zend Core.

在此之后,可以通过Zend Core提供的ODBC MySQL驱动程序获取和更新存储的客户数据。

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).

所以,OD BC需要一个“对odbc而言是编程语言”的驱动程序(例如PHP - odbc库)和一个“对数据存储系统而言是ODBC”的驱动程序(比如mysql - odbc库)。

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.

建立到MySQL数据库的OD BC连接,从数据库获取给定帐户持有人的当前帐户数据,并将这些信息存储在一个关联数组中。

The code here makes an ODBC connection to the MySQL database using MySQLi extension APIs and fetches all the account information stored in the account table.

这里的代码使用MySQLi扩展API建立到MySQL数据库的OD BC连接,并获取帐户表中存储的所有帐户信息。

If you don't want to log to a database, and would prefer logging only to files, or if you want to log to a MySQL database or an ODBC-accessible database like Microsoft access, choose the first option.

如果您不希望登录到数据库,而是希望仅登录到文件,或者希望登录到MySQL数据库以及Microsoft Access等odbc可访问的数据库,则应选择第一个选项。

Then, you will develop a mid-tier PHP module to house the bank's business logic, which uses ODBC to connect to the MySQL database.

然后,开发一个中间层 PHP 模块来提供银行的业务逻辑,这个模块使用 ODBC 连接 MySQL 数据库。