其次,我们现在需要测试数据库的变化是否正确。
Second, we want to test that the database changes in an appropriate way. The following line.
清单2中的例子连接到测试数据库并创建了两个表。
The example in Listing 2 connects to the test database and creates two tables.
测试数据库将用于运行您的测试,以避免影响开发环境。
The test database will be used for running your tests to avoid affecting your development environment.
快速从异构数据库开发开发数据库或测试数据库。
Developing development or test databases from heterogeneous databases quickly.
本例首先尝试使用原始的JDBCURL连接测试数据库。
This example first tries to connect to the test database using the original JDBC URL.
在本例中,seg0目录保存将用于测试数据库的数据文件。
In this example, the seg0 directory holds the data files that you'll use for the test database.
他的职责之一是为GSDB开发人员创建和维护测试数据库实例。
One of his responsibilities is to create and maintain test database instances for GSDB developers.
选项之一是创建测试数据库表,并利用DB2的内置解析器进行检查。
One option is simply to create a test database table and let DB2 do the checking with its built-in parser.
在数据库工具栏的下拉菜单中选择测试数据库,如图3所示。
Select the test database from the drop-down menu in the database toolbar, as Figure 3 shows.
这看起来不太正常,因为在第一次创建测试数据库时没有发生这种情况。
This may seem unusual because nothing like this happened when you first created the test database.
Jim是一位应用程序开发人员,他开发和测试数据库管理器应用程序。
Jim, an application programmer, develops and tests the database manager application programs.
要创建测试数据库,则需要打开DB 2命令窗口并填充数据库。
To create the test database, open a DB2 command window and populate the database.
如上所示,您收到一条警告消息,指明测试数据库未创建,因为它已经存在。
As shown, you receive a warning message that the test database wasn't created because it already existed.
我的生产用户数据库没有问题,它仅仅影响我的测试数据库,不是么?
My production user database will be OK; it only impacts my test database, right?
对于本文中描述的测试框架,创建SQLServer测试数据库。
For the testing framework described in this article, a SQL Server testing database was created.
在运行测试之前,可以使用 fixture用预定义的数据填充测试数据库。
Fixtures allow you to populate your test database with predefined data values before you run your tests.
为了进行测试,我们希望确保测试数据库具有与开发数据库相同的表结构。
For testing purposes, we want to ensure the test database has the same table structures as the development database.
部署Domino服务器上的测试数据库并使用适当的授权登录dxldoc代理。
Deploy the test database on a Domino server and sign the dxldoc agent with the proper authority.
将测试数据库(GSDBDEV)的修改移植到生产数据库(GSDB)。
Migrate the changes from the test database (GSDBDEV) back to the production database (GSDB).
对于只涉及少量到中等数量的行的查询,两个测试数据库之间的性能差异可以忽略不计。
For queries that touch only a small to medium number of rows, the performance difference between the two test databases was negligible.
更普遍的是,DBA创建绑定选项,开发人员需要使用它们绑定到开发或测试数据库。
More commonly, DBAs create the bind options, and developers needed to use them to bind to development or test databases.
在创建这个简单应用程序时,同时还创建了一个开发数据库和一个测试数据库。
When you created this simple application, you created a development database and a testing database.
按照以下步骤,在DB 2服务器上创建一个测试数据库,并把它命名为testdb。
Create a test database on your DB2 server, and call it TESTDB, using the steps below.
创建用于管理XML数据的数据库对象,包括一个测试数据库、样例表和视图。
Creating database objects for managing XML data, including a test database, sample tables, and views.
要构建和测试数据库驱动的代码,就需要向可提供必要的JDBC驱动程序的组件中添加库。
To build and test your database-driven code, you need to add libraries to your component that provide the necessary JDBC drivers.
AdminControl可以启动或停止服务器、获取服务器状态、测试数据库连接,等等。
AdminControl can start or stop the server, get the server status, test the database connection, and so on.
为了帮助您快速掌握这些特性,本文描述了如何创建一个测试数据库和样例表来存储XML文档。
To help you get up to speed quickly on these features, this article described how to create a test database and sample tables for storing XML documents.
这个比较与移植功能使Erik 能够以可视的方式比较测试数据库与生产数据库。
The compare and migrate capability allows Erik to visually compare his test database against his production database.
有关测试部件及测试执行结果的信息存储在一连串称为“测试数据库”的相关文件中。
Information about the test artifacts and test execution results are stored in a series of associated files known as a "test datastore."
数据库管理员使用TDM从生产数据库将适当的数据复制到开发人员创建的测试数据库。
The database administrator USES TDM to copy the appropriate data from the production database to the test database that the developer created.
应用推荐