Create an empty IBM DB2 Eco Database

Source: Internet
Author: User
Tags db2 ibm db2 create database

Typically, an empty database is required as a container for storing EcoSpace. Delphi 2005 provides a CD-ROM, which includes the IBM DB2 UDB Developer Edition. You can use Control Center (which can be found in IBM DB2 General Administrator Tool). In control Center, you can use a tree view to view systems, DB2 instances, and databases. Use the wizard to create a new database, which provides you with a 7-step wizard that simply specifies the name of the new empty database (some similar to eco2asp).

The SQL DDL used to create the database looks like this:

CREATE DATABASE ECO2 ON C:
USING CODESET IBM-1252 TERRITORY US COLLATE USING SYSTEM;

After you create an empty IBM DB2 UDB ECO2 database, you need to switch to Data Explorer and add a new DB2 Connection to the ECO2 database. Make sure that the correct database name (ECO2) is specified and that you have specified the correct valid username and password to connect to the database.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.