ODBC
abbr. 开放式数据库连接性(Open Database Connectivity)
2026-03-21 23:11 浏览次数 19
abbr. 开放式数据库连接性(Open Database Connectivity)
ODBC manager器管理器
ODBC Resourcer指定ODBC数据源
odbc methododbc方法
odbc detail八字节
odbc plugodbc插件
ODBC View数据库浏览工具
odbc dataodbc数据库
ODBC ODBC数据源
ODBC programmingODBC编程
All of the following PHP scripts use the unified ODBC functions described in the PHP documentation.
下面所有的php脚本都使用php文档中描述的统一odbc函数。
With dynamic interfaces, such as ODBC or JDBC, full opens are avoided by using a 「prepare once, execute many」 programming paradigm.
对于ODBC或JDBC这样的动态接口,应该使用「一次準备、多次执行」的编程范型避免完全的开放性。
Early releases of ODBC were slow.
早期发布的ODBC比较慢。
ODBC applications do not require the explicit declaration and use of host variables.
ODBC应用程序不需要显式声明,也不需要使用宿主变量。
ODBC is a software driver system for connecting programming languages with data stores.
ODBC是一个软件驱动程序系统,用于连接编程语言与数据存储。
Hopefully, this article has provided what you need for starting to work with databases through ODBC using the PHP programming language.
我们希望本文能为您提供通过ODBC使用PHP编程语言处理数据库所需的所有知识。
Since ODBC applications pass all the SQL statements to the data source for execution, applications portability is easier to achieve.
由于ODBC应用程序将所有sql语句传给数据源来执行,因此很容易获得应用程序的可移植性。
These attributes affect the way ODBC functions behave under a specific environment.
这些属性将影响特定环境下odbc函数的行为方式。
When developing ODBC applications, common mistakes are often made while giving parameter values for API「s.
当开发odbc应用程序时,常见的错误常常发生在为API提供参数值时。
However, as a practical matter, similar customizations are not available for many other ODBC data sources.
然而,在实际应用中,相同的定制不能用于很多其他的ODBC数据源。
The reason for this performance issue is that Unified ODBC USES scrollable dynamic cursors to issue SELECT statements.
产生这种性能问题的原因是,统一odbc使用可滚动的键集驱动游标来发出SELECT语句。
This type of application will not benefit from the simple connection pooling provided by the ODBC manager.
这类应用程序就无法使用ODBC管理器所提供的简单连接池的好处。
The transition to ODBC was great and marked a milestone in access.
向odbc的转变意义重大,被认为数据访问的一个里程碑。
The output in Listing 19 shows some entries in a ODBC trace file.
清单19中的输出显示了ODBC跟蹤文件中的一些条目。
For ODBC clients, resources are published as relational constructs, such as tables and stored procedures.
对于ODBC客户端,资源是以关系型结构发布的,如表格和存储过程。
You can find additional information regarding ODBC and SQLIDEBUG traces in the Resources section.
您可以在参考资料一节中找到有关odbc和SQLIDEBUG跟蹤的更多信息。
The goal of OLE DB (as was the goal of ODBC before it) is to provide transparent access to a variety of relational and non-relational data sources.
OLEDB的目标(就像它之前的ODBC的目标)是提供对各种关系和非关系数据源的透明的访问。
All of the following PHP scripts use the Unified ODBC functions described in the PHP documentation.
下列所有php脚本都使用了PHP文档中所描述的统一odbc函数。
Please note the attributes mentioned below under each type of driver attributes are the most common ones found in ODBC applications.
请注意,下面在每种类型的驱动程序属性之下提到的属性都是ODBC应用程序中最常见的一些属性。
The default setting is 」Y「 for all relational data sources, except ODBC sources.
对于除ODBC数据源之外的所有关系数据源,默认的设置是」Y'。
For example, the ODBC API is a specification of a large collection of function calls that programmers can make to databases.
例如,ODBCAPI是一组函数调用的一种规范,程序员可以对数据库进行这些函数调用。
Finally, catalog the database as an ODBC data source.
最后,将该数据库编目为一个ODBC数据源。
This is a slightly cryptic prompt asking you which type of ODBC driver you want to configure, and where it is installed.
这是一个稍微有点隐蔽的提示,它询问需要配置哪种类型的ODBC驱动程序,以及将它安装在哪里。
You can catalog multiple ODBC data sources, and you can update the TXNISOLATION parameter of each datasource CLI configuration separately.
您可以为多个ODBC数据源编写目录,并可分别更新各数据源cli配置的TXNISOLATION参数。