Translations by Tao Wei

Tao Wei has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

14 of 4 results
32.
The Application communicates with the Driver Manager using the standard ODBC calls. The application does not care; where the data is stored, how it is stored, or even how the system is configured to access the data. The Application only needs to know the data source name (DSN) The Application is not hard wired to a particular database system. This allows the user to select a different database system using the ODBCConfig Tool.
2008-03-04
本程序使用标准的ODBC调用来与驱动管理程序通信。 本程序与数据的存储位置,存储方式,以及系统对数据连接方式的配置无关。 本程序只需要数据源名称即可 (DSN) 本程序并不与特定的数据库系统绑定。这样可以使用户通过ODBC配置工具选择不同的数据库系统。
34.
The Driver Manager carries out a number of functions, such as: 1. Resolve data source names via odbcinst lib) 2. Loads any required drivers 3. Calls the drivers exposed functions to communicate with the database. Some functionality, such as listing all Data Source, is only present in the Driver Manager or via odbcinst lib).
2008-03-04
本驱动管理程序可以完成许多功能,如下所示: 1. 通过ODBC数据库分解数据源名称) 2. 加载任何需要的驱动。 3. 使驱动程序与数据库进行通讯。某些功能,如列出当前所有数据源,仅在驱动管理工具中或通过驱动数据库工具来实现)。
37.
The ODBC Drivers contain code specific to a Database System and provides a set of callable functions to the Driver Manager. Drivers may implement some database functionality when it is required by ODBC and is not present in the Database System. Drivers may also translate data types. ODBC Drivers can be obtained from the Internet or directly from the Database vendor. Check http://www.unixodbc.org for drivers
2008-03-04
ODBC驱动包含特殊的联接到数据库系统的代码,同时还提供了可供驱动管理工具使用的一套功能。 在ODBC需要,而系同中并不存在相应功能的情况下,驱动程序可以执行某些特殊的数据库功能。 驱动程序还可以转换数据类型。 ODBC驱动可以从网络或销售商处获得。 驱动查找网址 http://www.unixodbc.org
39.
Perhaps the most common type of Database System today is an SQL Server SQL Servers with Heavy Functionality ADABAS-D Empress Sybase - www.sybase.com Oracle - www.oracle.com SQL Servers with Lite Functionality MiniSQL MySQL Solid The Database System may be running on the local machine or on a remote machine. It may also store its information in a variety of ways. This does not matter to an ODBC application because the Driver Manager and the Driver provides a consistent interface to the Database System.
2008-03-04
也许现在大多数的数据库系统类型都是SQL数据库 重量级SQL数据库 ADABAS-D Empress Sybase - www.sybase.com Oracle - www.oracle.com 轻量级SQL数据库 MiniSQL MySQL Solid 数据库系统可能运行于本地或远程机器上。可能的存储数据方式也有很多种。但这些对于ODBC应用程序来说都不重要,因为驱动管理和驱动程序提供了联接到数据库的统一接口。