首先,需要选择一种用于与数据库交互的语言。
First, you need to select a language that you will use to interact with the 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.
清单5包括与Drupal数据库交互需要的所有钩子。
Listing 5 includes all the hooks required to interact with the Drupal database.
正如其名字代表的一样,该库提供与关系数据库交互的标记。
As its name suggests, this library provides tags for interacting with relational databases.
至于所有数据库交互,我们需要设置数据库连接并提取数据。
As with all database interaction, we need to set up our database connections and get our data out.
这里的数据库交互使用任意数据,以确保数据库被正确访问。
The database interaction here USES arbitrary data to ensure that the database is accessed correctly.
使用xml与domino数据库交互是最和谐的解决方案。
Using XML to interact with Domino databases is the most compatible solution.
要使用SQuirreL与数据库交互,您必须创建一个别名。
To interact with databases using SQuirreL, you have to create an alias.
用户端使用表示层通过中间层以实现和数据库交互。
The client USES the presentation layer to interact with the database through the middle layer.
标准仍在制定之中,而且只涉及到与这种数据库交互的部分特性。
Standards are just being developed, and they cover only part of what's needed to interface with such a database.
PHPWeb页面可通过多种方式与Domino数据库交互。
PHP Web pages can interact with Domino databases in several ways.
第二个模板会生成与数据库交互的ObjectContext。
The second template generates the ObjectContext needed for interacting with a database.
表构建完成之后,您就可以开始编写与数据库交互的PHP代码了。
After the table is set up, you can start writing the PHP code that will be used to interact with the database.
现在,您有一个完全封装的业务对象,它可以处理自己的数据库交互。
You now have a fully encapsulated business object that handles its own database interaction.
人与数据库交互:他们引导数据流的走向;他们解释并处理数据请求。
People interact with databases: they direct data flows; they interpret and service data requests.
本文面向的读者是希望与Derby数据库交互的Eclipse用户。
This article is oriented towards Eclipse users who wish to interact with Derby databases.
清单4的函数中散布着各种Jaxer调用,大多数用于处理数据库交互。
Listing 4 has Jaxer calls sprinkled throughout the functions, mostly to deal with the database interaction.
最后,您将拥有封装所有数据库交互的强类型DataSet的一个子代。
In the end, you will have a descendent of a strongly typed DataSet that encapsulates all of the database interaction.
在很多情况下,进行数据库交互的客户机请求中会用到一个身份验证数据别名。
In many cases, an authentication data alias is often used in client requests for database interaction.
然后您可以使用这些类及其实例上的方法来与数据库交互,而不用编写SQL。
You can then use methods on those classes and their instances to interact with the database, instead of writing SQL.
所有数据库对象和与数据库交互的所有应用程序代码都可能需要修改。
All database objects and any piece of application code that talks to the database might require a change. The key focus areas for a database migration activity are.
以下是一些基本的代码示例,这些示例有助于您了解如何使用CFML与数据库交互。
Here are some basic code examples to help you understand how to interact with the database using CFML.
由于ESQL是SQL派生的,所以,在需要许多数据库交互时,操作消息数据特别好。
Since ESQL is derived from SQL, it is particularly good for manipulating message data when a lot of database interaction is expected.
虽然后文将介绍文件系统与数据库交互,但是下面列出了适用于各种验证的一般验证提示。
Although file system and database interaction are covered later, there are general validation tips that cover every sort of validation.
由于用户必须可以在一个事务中申请多个帐户,所以首先要为数据库交互实现一个doa模式。
Since users must be able to apply for multiple accounts in a single transaction, you'll first implement a DOA pattern for database interaction.
不过,如果完成数据库交互后没有及时返回连接,将回导致相当长时间内连接对其他请求不可用。
However, failing to return the connection immediately after completing the database interaction results in making the connection unavailable to other requests for significant periods of time.
在这种情况下,模拟数据库交互可以使您专注于Grails功能,只花少部分时间来进行测试。
In this case, mocking out the database interaction allows you to focus on the Grails functionality, doing it in a fraction of the time it would otherwise take.
如果某个业务流程失败,则会回滚该全局事务,包括适配器已在该事务期间执行的任何数据库交互。
If a business process fails, the global transaction is rolled back, including any database interaction the adapter has exercised during the transaction.
在创建同数据库交互的PHP文件之前,您需要构建您计划保存新用户和选择现有用户表单的数据库。
Before you create the PHP file that will interact with the database, you need to set up the database that you plan on saving new users to and selecting existing users from.
应用推荐