然后您可以使用这些类及其实例上的方法来与数据库交互,而不用编写SQL。
You can then use methods on those classes and their instances to interact with the database, instead of writing SQL.
在该模式下,无论客户机实际上能否连接到服务器数据存储,客户机始终与本地数据库的数据进行交互。
In this pattern, the client always interacts with data from a local database regardless of whether or not the client can physically connect to the server data store.
相反,他们倾向于使用窗体与底层数据库数据交互。
Rather, they tend to use forms to interact with underlying database data.
以下是一些基本的代码示例,这些示例有助于您了解如何使用CFML与数据库交互。
Here are some basic code examples to help you understand how to interact with the database using CFML.
正如其名字代表的一样,该库提供与关系数据库交互的标记。
As its name suggests, this library provides tags for interacting with relational databases.
插件守护进程与身份验证数据库的交互非常简单。
The plug-in daemon interactions with the authentication database are very simple.
人与数据库交互:他们引导数据流的走向;他们解释并处理数据请求。
People interact with databases: they direct data flows; they interpret and service data requests.
这通常用在当存在居间用户界面交互和数据库锁定不足的时候。
This is typically used when there is intervening user interface interaction and database locking in itself is not sufficient.
在前面的示例中,两个用户交互之间将保持数据库游标打开,从而防止其他用户访问被锁定的数据段。
The previous example held the database cursor open between user interactions, preventing other users from accessing database segments that are locked.
现在,您有一个完全封装的业务对象,它可以处理自己的数据库交互。
You now have a fully encapsulated business object that handles its own database interaction.
由于ESQL是SQL派生的,所以,在需要许多数据库交互时,操作消息数据特别好。
Since ESQL is derived from SQL, it is particularly good for manipulating message data when a lot of database interaction is expected.
标准仍在制定之中,而且只涉及到与这种数据库交互的部分特性。
Standards are just being developed, and they cover only part of what's needed to interface with such a database.
但凡是需要与数据库交互的课程都要用到DB2。
But any lesson in those courses that requires interaction with a database will use DB2.
即使使用框架进行数据库交互,仍然需要执行其他验证。
Even if you're using a framework for database interaction, you still need to perform the other verification.
首先,需要选择一种用于与数据库交互的语言。
First, you need to select a language that you will use to interact with the database.
表构建完成之后,您就可以开始编写与数据库交互的PHP代码了。
After the table is set up, you can start writing the PHP code that will be used to interact with the database.
要使用SQuirreL与数据库交互,您必须创建一个别名。
To interact with databases using SQuirreL, you have to create an alias.
使用xml与domino数据库交互是最和谐的解决方案。
Using XML to interact with Domino databases is the most compatible solution.
清单4的函数中散布着各种Jaxer调用,大多数用于处理数据库交互。
Listing 4 has Jaxer calls sprinkled throughout the functions, mostly to deal with the database interaction.
清单5包括与Drupal数据库交互需要的所有钩子。
Listing 5 includes all the hooks required to interact with the Drupal database.
本文面向的读者是希望与Derby数据库交互的Eclipse用户。
This article is oriented towards Eclipse users who wish to interact with Derby databases.
要操作像Derby这样的数据库,需要学习SQL,它是与数据库进行交互的标准语言。
To work with a database like Derby, you know you need to learn SQL, the standard language for interacting with databases.
PHPWeb页面可通过多种方式与Domino数据库交互。
PHP Web pages can interact with Domino databases in several ways.
既然已经拥有了一个能够交互的数据库,就可以创建AddressBook应用程序了。
Now that you have a database to interact with, create the AddressBook application.
第二个模板会生成与数据库交互的ObjectContext。
The second template generates the ObjectContext needed for interacting with a database.
它还提供了一个用来与数据库进行交互的接口。
It also provides an interface for interacting with a database.
在关系数据库系统内部,应用程序和实际数据库之间的主要交互都是以会话或连接的sql语句形式来实现的。
Within a relational database system, most interactions between an application and the actual database are in the form of SQL statements within a session or connection.
仅当操作与数据库进行交互或者被记录时,才被发送到服务器。
Operations are sent to the server only when they need to interact with the database or be logged.
通过使用RI约束,您可以轻松地放置一些需要的逻辑,来直接在数据库中强制执行这类业务规则,而不是在与数据库交互的应用程序中执行。
By using RI constraints, you can easily place some of the logic needed to enforce such business rules directly in a database rather than in applications that interact with the database.
因为在于数据库交互时,打开以及关闭数据库的开销是非常昂贵的,您应该将您的数据库连接放在池中并且能重新使用。
Since opening and closing the connection is the most expensive part of interacting with a database, you will want to pool and reuse your database connection.
应用推荐