odbc驱动程序管理器 meaning in English
odbc driver manager
Examples
- Connection pooling for the . net framework data provider for odbc is managed by the odbc driver manager that is used for the connection , and is not affected by the . net framework data provider for odbc
Odbc . net framework数据提供程序的连接池由用于该连接的odbc驱动程序管理器管理,不受odbc . net framework数据提供程序的影响。 - Compiling unified odbc against an odbc driver manager enables it to access any database that offers an odbc driver , at the slight cost of imposing an additional layer of overhead in database communication
针对odbc驱动程序管理器进行编译,使unified odbc能够访问任何提供odbc驱动程序的数据库,由于在上面增加了数据库通信层而略微增加了性能成本。 - Compiling unified odbc directly against native database libraries , such as the db2 call level interface , avoids the overhead of the odbc driver manager layer at the cost of restricting you to a subset of accessible databases
直接针对本机数据库函数库(如db2 call level interface ( cli ) )编译unified odbc ,避免了odbc驱动程序管理器层的开销,代价是限制了可访问数据库的类型。 - If you re running on windows , or if you opted to build against an odbc driver manager on unix - style platforms , it s worth noting that pdo odbc will automatically attempt to use the odbc connection pooling feature of the driver manager
如果您使用的是windows ,或者如果您选择在unix型平台上使用一个odbc驱动程序管理器,那么值得注意的是, pdo _ odbc将自动尝试使用该驱动程序管理器的odbc连接池特性。 - Written in c for maximum speed and conforming to a subset of the odbc specification for portability , the unified odbc extension can be compiled against odbc driver managers or native database libraries that implement an odbc - compatible interface
Unified odbc扩展为获得最高速度而用c语言编写而成,为保证可移植性而遵循odbc规范的一个子集,可以针对odbc驱动程序管理器或者实现odbc兼容接口的本机数据库函数库进行编译。