The example in Listing 2 connects to the test database and creates two tables.
清单2中的例子连接到测试数据库并创建了两个表。
My production user database will be OK; it only impacts my test database, right?
我的生产用户数据库没有问题,它仅仅影响我的测试数据库,不是么?
To create the test database, open a DB2 command window and populate the database.
要创建测试数据库,则需要打开DB 2命令窗口并填充数据库。
This example first tries to connect to the test database using the original JDBC URL.
本例首先尝试使用原始的JDBCURL连接测试数据库。
Create a test database on your DB2 server, and call it TESTDB, using the steps below.
按照以下步骤,在DB 2服务器上创建一个测试数据库,并把它命名为testdb。
Select the test database from the drop-down menu in the database toolbar, as Figure 3 shows.
在数据库工具栏的下拉菜单中选择测试数据库,如图3所示。
Migrate the changes from the test database (GSDBDEV) back to the production database (GSDB).
将测试数据库(GSDBDEV)的修改移植到生产数据库(GSDB)。
In this example, the seg0 directory holds the data files that you'll use for the test database.
在本例中,seg0目录保存将用于测试数据库的数据文件。
Deploy the test database on a Domino server and sign the dxldoc agent with the proper authority.
部署Domino服务器上的测试数据库并使用适当的授权登录dxldoc代理。
One of his responsibilities is to create and maintain test database instances for GSDB developers.
他的职责之一是为GSDB开发人员创建和维护测试数据库实例。
This may seem unusual because nothing like this happened when you first created the test database.
这看起来不太正常,因为在第一次创建测试数据库时没有发生这种情况。
You will receive the same warning message illustrated in Figure 5 when updating a test database.
当更新一个数据库时,您将收到如图5所示的警告消息。
Creating database objects for managing XML data, including a test database, sample tables, and views.
创建用于管理XML数据的数据库对象,包括一个测试数据库、样例表和视图。
To run the tests, you also need to configure the test database with the stock prices the tests expect.
为了运行测试,您还需要使用测试期望的股票价格对数据库进行配置。
The test database will be used for running your tests to avoid affecting your development environment.
测试数据库将用于运行您的测试,以避免影响开发环境。
The first few lines of the script in Listing 1 simply wipe out and restore the test database in mySQL.
清单1中脚本的前面几行只是清除并恢复mySQL中的test数据库。
Fixtures allow you to populate your test database with predefined data values before you run your tests.
在运行测试之前,可以使用 fixture用预定义的数据填充测试数据库。
As shown, you receive a warning message that the test database wasn't created because it already existed.
如上所示,您收到一条警告消息,指明测试数据库未创建,因为它已经存在。
Now, let's create our TESTDB test database and set up our test environment in the database.yml file.
现在,我们来创建TESTDB测试数据库,并在database.yml 文件中设置测试环境。
One option is simply to create a test database table and let DB2 do the checking with its built-in parser.
选项之一是创建测试数据库表,并利用DB2的内置解析器进行检查。
Scenario: you've created a test database system that you want to move into production on a separate system.
场景:您已经创建了一个测试数据库系统,现在希望将其移动到位于不同机器上的产品系统中。
Select the GSDBDEV test database connection, which has the changes you want to migrate, then click on Next.
选择GSDBDEV测试数据库连接,这其中包含您希望移植的修改,然后单击 Next。
You may get a warning message when you issue the connect statement if the test database already exists.
如果test数据库已经存在,在发出connect语句时,会得到警告消息。
For testing purposes, we want to ensure the test database has the same table structures as the development database.
为了进行测试,我们希望确保测试数据库具有与开发数据库相同的表结构。
The compare and migrate capability allows Erik to visually compare his test database against his production database.
这个比较与移植功能使Erik 能够以可视的方式比较测试数据库与生产数据库。
This result demonstrates that, despite the warning, your first attempt to create a connection to the test database succeeded.
该结果说明,尽管有警告,但创建数据库连接的第一次尝试成功了。
For a test database with no special requirements, this can be accomplished using a CREATE DATABASE command without further options.
对于没有特殊需求的测试数据库,可以使用CREATE DATABASE命令创建此数据库,不需要其他选项。
After you've initialized a demo database, you can use the Apache Derby ij tool to connect to the test database and issue SQL commands.
初始化演示数据库后,可以使用ApacheDerbyij工具连接至测试数据库以及发出SQL命令。
The test database is located in another machine called DB Server, and the database connection is JDBC using a database-specific driver.
测试数据库位于另一个名为DBServer 的机器中,而数据库连接是JDBC,使用了特定于数据库的驱动器。
As the output of the dblook tool shows, the test database contains the bigdog schema, which itself contains the products and vendors tables.
正如dblook工具的输出所示,test数据库包含bigdog模式,这个模式包含products和vendors表。
应用推荐