To get the schema into the database, you must first create the database, then add the schema. You do this using the command-line directives.
要将模式导入数据库,必须先创建一个数据库,然后再添加模式。
First, create a simple database schema for events like the schema shown in Listing 2.
首先创建一个简单的事件数据库架构,类似于清单2中的架构。
Before you can use the event monitors after you first create them, you either have to deactivate and activate the database or manually start the event monitors, as shown in Listing 15.
在使用首次创建的事件监控器之前,您必须首先禁用数据库然后再激活它,或手动运行事件监控器,如清单15所示。
The first step in adding the new item to the database is to create a new question element and add that, as in Listing 6.
把新项添加到数据库中的第一步是,创建并添加一个新的问题元素,见清单6。
If you wanted to create this database on instance DB2 instead, then you would first have to change the value of the DB2INSTANCE variable to DB2.
如果要在实例DB 2上创建该数据库,那么必须首先将DB 2INSTANCE变量的值改为db2。
First, you must create an association rule model which is stored as PMML from which you can extract the rules into a database table for later Cognos access.
首先,必须创建一个关联规则模型,该模型被存储为PMML,从中可以提取这些规则并将其放入一个数据库表以供日后的Cognos访问。
First, if there is a new message being posted, we create a new message model and save it to the database.
首先,如果提交了新消息,就创建一个新的Message模型并把它保存到数据库中。
First, create the SAMPLE database by executing the db2sampl command on the command line as shown in Listing 1.
首先,通过在命令行上执行db2sampl命令创建SAMPLE数据库,如清单1所示。
See the first section above for steps on how to create the Derby data source on the server pointing to the sample database in the EmployeeListWeb project.
查看第一部分以得到怎样在指向EmployeeList Web项目中范例数据库的服务器上创建Derby数据源的具体步骤。
A database can have only one code page, and it is set when you first create a database with the create database command using the CODESET and TERRORITY clauses.
数据库可以只有一个代码页,它是在您通过CREATE DATABASE命令首次创建数据库时使用CODESET和terrority子句设置的。
Assuming that DB2 UDB V8.2 and Application Developer are already installed, the first thing you need to do is create the database and table.
假定db 2UDBV8.2和Application Developer已安装,您需要做的第一件事就是创建数据库和表。
The first thing you need to do for any application is create a database for its data to live in.
对于任何应用程序,您需要做的第一件事情是为它创建一个存放数据的数据库。
But first you should create your stored procedure in the destination database MYSAMPLE.
但是,首先应该在目标数据库mysample中创建存储过程。
The first step in creating a database realm is to create a database instance, if you don't have any already.
创建数据库域的第一步是,创建一个数据库实例(如果您还没有任何数据库实例的话)。
Technically, this step need not occur first, but it needs to occur early; it should be obvious that you should create the database before any application code, even automatically generated code.
技术上这个步骤不必最先进行,不过需要在早期完成;应该在编写任何应用程序代码(甚至是自动生成的代码)之前创建数据库,这应该是显然的。
In this example, you first create the basic data that you want to add to the database.
在本例中,首先创建需要添加到数据库中的基本数据。
This result demonstrates that, despite the warning, your first attempt to create a connection to the test database succeeded.
该结果说明,尽管有警告,但创建数据库连接的第一次尝试成功了。
You must first create a form with a rich text field to the forms database to display the image.
必须首先为表单数据库创建包含富文本字段的表单来显示图像。
To retrieve the widget from the database, you must first create it (then it might be updated or even deleted). That's where CRUD comes in.
要从数据库中检索小部件,首先必须要创建它(然后它才可以被更新甚至是删除),这就是所谓的CRUD。
On the other hand, if you're starting with a data set, such as fields that must be completed in a database, start by designing the data model first, and then create the form layout.
相反,如果需要从数据集(比如在数据库中必须完成的字段)开始,则最好首先设计数据模型,然后再创建表单布局。
In order to use the examples that demonstrate the new online schema change capabilities in DB2, you first need to create a sample database that will serve as the required infrastructure.
要使用演示DB2的新的在线模式变更功能的示例,首先需要创建一个用作必要基础设施的样例数据库。
Before you create a routine, you first need to create a connection to your database by completing the following steps.
创建一个例程之前,您首先需要创建一个连接,连接到您的数据库,通过以下步骤完成。
You first need to create a pureQuery application using pureQuery tools from the sample database
首先,需要使用pureQuery工具从sample数据库创建一个 pureQuery应用程序
To get the code into the database, you first need to create the database like so.
要使这段代码进入数据库,首先需要创建一个数据库。
The first steps in creating a database-backed model are to instantiate the MySQL driver class, and create a DBConnection instance.
创建数据库后台模型的第一步是说明MySQL驱动类,并创建DBConnection实例。
First, you create the database directly in the Geronimo console.
首先,要在Geronimo控制台直接创建数据库。
To make it easier on yourself, first create a helper function called build_answers that, when given a database handle and a poll ID, outputs the XML for all the answers to that poll (see Listing 4).
为了简单起见,首先创建一个名为build_answers的helper函数,当给定一个数据库句柄或调查ID后,该函数会输出该调查所有答案的XML(参见清单4)。
Since the existing migrate database is not in Unicode, the first step is to create a new Unicode database.
因为现有的migrate数据库是非unicode的,所以第一步是创建一个新的Unicode数据库。
First install and configure the IBM DB2 ODBC driver to connect to and create an ODBC data source for a Derby database.
首先要安装和配置IBMDB 2 ODBC驱动程序,以连接和创建Derby数据库的数据源。
You need to create the Unicode database as a new database using code set UTF-8 first.
需要先创建一个使用编码集utf - 8的新unicode数据库。
应用推荐