这类问题的一个示例来自数据库访问对象。
One example of this problem comes with database access objects.
正如此示例开始时所说的,必须建立用于数据库设计、创建和访问的过程。
As described at the start of this example, establishing a process for database design, creation, and access is required.
下面是一个步骤示例,这些是使用描述的方法编目和访问数据库所需的步骤。
Here is an example of the steps that would be needed to catalog and access the database using the methodology described.
我们使用一个实验室计算机系统的签出和保留应用模型的示例,首先编写从数据库访问应用程序数据所需的最简单的代码。
Using a sample checkout and reservation application model for lab computer systems, we start with the most simplistic code required to access application data from the database.
如果在我们的示例应用程序已经获得数据图之后,另外一个应用程序访问数据库并更改了值会怎么样?
What if another application had accessed the database and changed values after our example application had obtained its data graph?
在前面的示例中,两个用户交互之间将保持数据库游标打开,从而防止其他用户访问被锁定的数据段。
The previous example held the database cursor open between user interactions, preventing other users from accessing database segments that are locked.
以下代码示例显示了EJB应用如何利用合用的连接对象来访问数据库资源(基于JDBC 2.0)。
The following code example shows how an EJB application might access a database resource by using pooled connection objects (based on JDBC 2.0).
在大多数情况下,类似于上述示例的DAO应用程序会使用JDBC进行数据库访问。
In most cases, a DAO application like the one above would use JDBC for database access.
该示例应用程序通过服务层从两个层访问数据库,以演示如何在这两个层中使用Spring。
The sample application accesses the database through the service layer from both tiers to demonstrate how we use Spring in both of them.
在安装完毕后,应该能够使用一个Web浏览器和如下的url从exist数据库访问dashboard .xq来查看这个示例指示板。
When you have everything installed, you should be able to view the example dashboard by accessing dashboard.xq from the eXist database using a Web browser and the url.
这个示例再一次证明了LINQ不仅仅是一个访问数据库的框架,它可以用于任何类型的对象,包括tweet。
This is yet another example demonstrating that LINQ is not a framework to access just data in a database but it can be used with all sorts of objects, including tweets.
为了保持示例代码的简单,所有文档都保存在数据库acme . nsf中,并且都通过一个叫做lupview的视图来访问。
To keep the sample code simple, all documents are stored in the database acme.nsf and are accessed via one view called lupview. The view in this example contains three ascending sorted columns.
清单2中最后一个语句定义您将用于访问本文示例使用的CouchDB数据库的URL。
The last statement in Listing 2 defines the URL that you'll use to access the CouchDB database used for the article's examples.
为了比较从php和net . data脚本访问数据库的性能,IBM PHPSpeedTeam使用先前描述的示例创建了工作量。
To compare the performance of database access from PHP and Net.Data scripts, the IBM PHP Speed Team created a workload using the previously described example.
该J PA工具用于创建一个实体,以及访问示例Derby数据库的Managerbean。
The JPA tools were used to create an entity and Manager bean to access the sample Derby database.
示例应用程序使用这些标记来执行诸如迭代和数据库访问之类的任务。
The sample application USES these tags to perform tasks like iteration and database access.
考虑一下代码示例,其中,EJB使用JDBC 1.0、不使用连接合用来访问数据库资源。
Consider this code example where an EJB accesses a database resource using JDBC 1.0, without connection pooling.
要运行本文中的示例,需要访问DB 2 9.7for Linux,UNIX,andWindows数据库。
To run the examples, you need access to a DB2 9.7 for Linux, UNIX, and Windows database.
在这个示例中,您将创建一个连接池,并将SQLLoginModule配置为使用该连接池来进行对数据库的访问。
In this example, you will create a connection pool and configure the SQLLoginModule to use that connection pool for accessing the database. To create and use a database realm, you need to.
该示例还给出了采用ODBC进行访问的数据库,该数据库的ODBCdsn为odbcdb,对于TCP连接的别名为odbcdbt。
The example also shows an ODBC-accessed database that has ODBC DSN ODBCDB, with the alias ODBCDBT for TCP connectivity.
第二章:主要介绍了通过ODBC和ADO访问方式来访问数据库的使用示例及其相关的实现过程。
Chapter two discusses the application and realization of ODBC and ADO, the methods of accessing to database.
第二章:主要介绍了通过ODBC和ADO访问方式来访问数据库的使用示例及其相关的实现过程。
Chapter two discusses the application and realization of ODBC and ADO, the methods of accessing to database.
应用推荐