Odbc is a call - level interface that allows applications to access data in any database for which there is an odbc driver Odbc是一个调用级接口,它使得应用程序得以访问任何具有odbc驱动程序的数据库中的数据。
For a list of odbc drivers included in this version of visual c and for information about obtaining additional drivers , see 有关visual c + +此版本中包括的odbc驱动程序列表以及有关获取其他驱动程序的信息,请参见
This is a slightly cryptic prompt asking you which type of odbc driver you want to configure , and where it is installed 这是一个稍微有点隐蔽的提示,它询问需要配置哪种类型的odbc驱动程序,以及将它安装在哪里。
The odbc driver connection string that includes settings , such as the data source name , needed to establish the initial connection 包括一些需要建立初始连接的设置(例如,数据源名称)的odbc驱动程序连接字符串。
And now for the odbc driver for pdo , which you need if you want to connect to db2 , cloudscape or apache derby 现在安装用于pdo的odbc驱动程序,如果您需要连接到db2 、 cloudscape或apache derby ,就需要这个驱动程序:
Values that exceed the decimal parameter scale might only be truncated in scale , if that is the behavior of the underlying odbc driver 值可能会被截断,去掉多余的小数位数(如果这是基础odbc驱动程序的行为的话) 。
If the underlying odbc driver cannot provide the appropriate base column name for the alias column name using the sql desc base column name value of 如果基础odbc驱动程序不能为列名称的别名提供适当的基列名称(使用
Using odbc , you can create database applications with access to any database for which your end user has an odbc driver 使用odbc可以创建具有访问任何数据库(最终用户具有该数据库的odbc驱动程序)的权限的数据库应用程序。