
好词典

Acronym for Open Database Connectivity, introduced by Microsoft in the early 1990s as a standard for database access.
❶ 开放数据库连接(Open Database Connectivity)的缩写,是一种标准接口,允许应用程序访问不同数据库管理系统中的数据。
“The application uses ODBC to connect to various databases.”
(该应用程序使用ODBC连接到各种数据库。)
“You need to configure the ODBC driver before accessing the data.”
(在访问数据之前,你需要配置ODBC驱动程序。)
ODBC driver — ODBC驱动程序,是实现ODBC标准的软件组件,允许应用程序与特定数据库通信。
“Install the ODBC driver for MySQL to enable database access.”
(安装MySQL的ODBC驱动程序以启用数据库访问。)
ODBC data source — ODBC数据源,是配置好的数据库连接信息,应用程序可以通过它访问数据库。
“Create an ODBC data source to connect your application to the Oracle database.”
(创建一个ODBC数据源,将你的应用程序连接到Oracle数据库。)