JPH1139202A - Data base management system - Google Patents

Data base management system

Info

Publication number
JPH1139202A
JPH1139202A JP9211242A JP21124297A JPH1139202A JP H1139202 A JPH1139202 A JP H1139202A JP 9211242 A JP9211242 A JP 9211242A JP 21124297 A JP21124297 A JP 21124297A JP H1139202 A JPH1139202 A JP H1139202A
Authority
JP
Japan
Prior art keywords
data
input
storage means
area
management system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP9211242A
Other languages
Japanese (ja)
Other versions
JP3865878B2 (en
Inventor
Masahiko Yamaki
正彦 山木
Hironori Okada
裕紀 岡田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP21124297A priority Critical patent/JP3865878B2/en
Publication of JPH1139202A publication Critical patent/JPH1139202A/en
Application granted granted Critical
Publication of JP3865878B2 publication Critical patent/JP3865878B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data base management system which can accept data in accordance with the inputting section and the application of the data even when data inputted from a plurality of sections are temporarily contradictory to each other and, at the same time, can provide appropriate data in accordance with the application. SOLUTION: A data storing means 13 stores basic design data inputted through a data inputting means 12 at every data inputting section and, at the same time, the data corrected and added to the basic design data through an input device 2 at every inputting section. A data compatibility managing means 5 monitors the compatibility between overlapping data stored in the data storing means 13 and fetches the optimum information in accordance with an input request from an operator.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベースへの
データの入力やデータの検索を管理するためのデータベ
ース管理システムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a database management system for managing input of data into a database and retrieval of data.

【0002】[0002]

【従来の技術】一般に、データベース管理システムは、
データベースと言われるディスク上のファイルにレコー
ドと言う単位でデータを記録すると共に、記録したデー
タを検索して取り出すものである。レコードの内容は
「スキーマ」と呼ばれるデータベース定義によって定義
される。以下に、次に示すようなある製品に必要な材料
のデータベースのスキーマを例に取って説明する。
2. Description of the Related Art Generally, a database management system includes:
Data is recorded in units of records in a file on a disk called a database, and the recorded data is searched and retrieved. The contents of a record are defined by a database definition called a "schema". The following describes an example of a schema of a database of materials necessary for a certain product as shown below.

【0003】 1行目 データベース 材料手配 2行目 属性1 製品名 文字列 3行目 属性2 部品番号 文字列 4行目 属性3 部品名 文字列 5行目 属性4 部品材質 文字列 6行目 属性5 部品数量 数値 7行目 属性6 納期 日付 8行目 属性7 特殊仕様 文字列 ここで、1行目はデータベースの名称が「材料手配」で
あることを示している。2行目〜7行目はしコードの内
容を定義しており、本レコードは7つの属性領域から構
成されることを示している。各行は一つの属性を定義す
るものであり、属性識別表示、属性名称、属性データ型
から構成される。属性データ型は文字列、数値、日付等
がある。このような形式のレコードは、リレーショナル
・データベースに代表されるが、他のデータベースにお
いてもほぼ同様と考えて差し支えない。
Line 1 Database Material arrangement Line 2 Attribute 1 Product name Character string Line 3 Attribute 2 Part number Character string Line 4 Attribute 3 Part name Character string Line 5 Attribute 4 Parts material Character string Line 6 Attribute 5 Part quantity Numerical value 7th line Attribute 6 Delivery date Date 8th line Attribute 7 Special specifications Character string Here, the first line indicates that the name of the database is "Material arrangement". The second to seventh lines define the contents of the ladder code, and indicate that this record is composed of seven attribute areas. Each line defines one attribute, and includes an attribute identification display, an attribute name, and an attribute data type. Attribute data types include character strings, numeric values, dates, and the like. Records of this type are represented by relational databases, but may be considered to be similar in other databases.

【0004】いま、製品の設計者がある製品を設計し、
その中で必要な材料が明らかになったとすると、設計者
は材料のデータベースに対し、必要な材料を集計し材料
の手配のためにデータを登録する。この場合、設計者の
使っている何らかの設計システムから自動的にデータを
登録することも可能であり、また特殊な追加部品につい
ては部品を追加登録する場合もあり、また自動登録され
た情報についても必要な情報を付加する場合もある。ま
た、今日のように製品の構造、機能、構成が複雑な場合
は、製品の設計は単一の人間ではなく、複数の人間、ま
た複数の組織が協力し合って遂行されることが多い。
Now, a product designer designs a product,
If the necessary materials are identified, the designer compiles the necessary materials into a material database and registers the data to arrange the materials. In this case, it is possible to automatically register data from any design system used by the designer, to register additional parts for special additional parts, and to register information automatically registered. Necessary information may be added. In addition, when the structure, function, and configuration of a product are complicated as in today, product design is often performed not by a single person but by a plurality of persons and a plurality of organizations working together.

【0005】[0005]

【発明が解決しようとする課題】ところが、製品の設計
途上において、複数の機能の異なった部門からのデータ
をデータベースに登録しようとする場合、そのデータの
種類により一時的に矛盾が生じる場合がある。例えば、
登録したデータが基本設計で発生したのか詳細設計で発
生したのか、また設計の進捗状況の中間的なデータなの
か最終データなのかにより、一時的に矛盾が生ずる場合
がある。
However, if data from a plurality of departments having different functions is to be registered in a database during product design, inconsistencies may occur temporarily depending on the type of the data. . For example,
Inconsistencies may occur temporarily depending on whether the registered data has occurred in the basic design or the detailed design, and whether the registered data is intermediate data or final data of the progress of the design.

【0006】また、同一データであっても、その利用目
的によってはそれぞれの部門の責任において、データを
修正して利用する等の必要が発生する。例えば、設計上
では充分である部品個数でも、実際の製造上での損失を
考慮して、手配上は若干水増しして手配する等の場合が
考えられる。
[0006] Even with the same data, depending on the purpose of use, it may be necessary to correct and use the data under the responsibility of each department. For example, it is conceivable that even if the number of parts is sufficient in terms of design, in consideration of the loss in actual production, the arrangement may be slightly increased in order to arrange the parts.

【0007】従来のデータベース管理システムでは、一
つのレコードの中で一つの意味内容を表す項目は、必ず
1つでなければならないとする制約を課しているものが
大半である。従って、このような制約のなかでは、材料
個数を水増しして登録する等の操作は、実際上データの
信頼性を減殺するものとして退けられてきた。
[0007] Most of the conventional database management systems impose a restriction that one item representing one semantic content in one record must be exactly one. Therefore, under such restrictions, operations such as inflating and registering the number of materials have been rejected as actually reducing the reliability of data.

【0008】実際の業務遂行にあたっては、このような
状態は日常的に発生するものであり、これを禁止するこ
とは、データを共有して業務の効率化を図るというデー
タベース導入の本来の目的にそぐわず、かえって個々の
担当部門で別々のデータベースを持つ等の非効率を招い
ている。
[0008] In the actual execution of work, such a state occurs on a daily basis. Prohibiting such a state is the original purpose of introducing a database to share data and improve work efficiency. Instead, each department in charge has a different database, which leads to inefficiencies.

【0009】そこで、本発明の目的は、複数の部門から
入力されたデータがたとえ一時的に矛盾していても、そ
の入力部門および用途に応じてデータを受け入れ、また
用途に応じて適切なデータを提供するできるデータベー
ス管理システムを提供することにある。
[0009] Therefore, an object of the present invention is to provide a method for receiving data according to the input department and application even if the data input from a plurality of departments is temporarily inconsistent, and for selecting appropriate data according to the application. An object of the present invention is to provide a database management system that can provide the database management system.

【0010】[0010]

【課題を解決するための手段】請求項1の発明に係わる
データベース管理システムは、外部システムからの基本
設計データをデータ入力部門毎に入力するデータ入力手
段と、データ入力部門毎に基本設計データを記憶すると
共にデータ入力部門毎の基本設計データに対し入力装置
を介して修正および追加されたデータを記憶するための
データ格納手段と、データ格納手段に記憶された重複し
たデータ間の整合性を監視し操作者からの入力要求に応
じて最適な情報を取り出すデータ整合性管理手段とを備
えたものである。
According to a first aspect of the present invention, there is provided a database management system comprising: a data input unit for inputting basic design data from an external system for each data input department; and a basic design data for each data input department. A data storage means for storing and adding and modifying the basic design data for each data input department via an input device, and monitoring consistency between duplicate data stored in the data storage means. Data consistency management means for extracting optimal information in response to an input request from an operator.

【0011】請求項1の発明に係わるデータベース管理
システムでは、データ格納手段には、データ入力手段を
介して入力された基本設計データをデータ入力部門毎に
記憶すると共にデータ入力部門毎の基本設計データに対
し入力装置を介して修正および追加されたデータを記憶
する。そして、データ整合性管理手段は、データ格納手
段に記憶された重複したデータ間の整合性を監視し操作
者からの入力要求に応じて最適な情報を取り出す。
[0011] In the database management system according to the first aspect of the present invention, the data storage means stores the basic design data input through the data input means for each data input section, and stores the basic design data for each data input section. The modified and added data is stored through the input device. Then, the data consistency management means monitors the consistency between the duplicated data stored in the data storage means and extracts the optimum information in response to an input request from the operator.

【0012】請求項2の発明に係わるデータベース管理
システムは、請求項1の発明において、データ格納手段
は、データ入力手段によりデータ入力部門毎に入力され
た基本設計データを格納するインタフェース入力領域
と、データ入力部門毎の基本設定データに対し入力装置
を介して操作者により修正された修正データを格納する
修正データ領域と、データ入力部門毎の基本設定データ
に対し入力装置を介して操作者により追加された追加デ
ータを格納する追加データ領域とを備えたものである。
According to a second aspect of the present invention, in the database management system according to the first aspect, the data storage means includes an interface input area for storing basic design data input for each data input section by the data input means; A correction data area for storing the correction data corrected by the operator via the input device for the basic setting data for each data input department, and an operator for adding the basic setting data for each data input department via the input device. And an additional data area for storing the obtained additional data.

【0013】請求項2の発明に係わるデータベース管理
システムでは、請求項1の発明の作用に加え、データ入
力手段により入力されたデータ入力部門毎の基本設計デ
ータはデータ格納手段のインタフェース入力領域に格納
され、入力装置を介して操作者により修正された修正デ
ータはデータ保存手段の修正データ領域に格納され、入
力装置を介して操作者により追加された追加データはデ
ータ保存手段の追加データ領域に格納される。
[0013] In the database management system according to the second aspect of the present invention, in addition to the operation of the first aspect, the basic design data for each data input section input by the data input means is stored in the interface input area of the data storage means. The correction data corrected by the operator via the input device is stored in a correction data area of the data storage unit, and the additional data added by the operator via the input device is stored in the additional data area of the data storage unit. Is done.

【0014】請求項3の発明に係わるデータベース管理
システムは、請求項2の発明において、データ整合性管
理手段は、データ格納手段のインタフェース入力領域に
記憶された基本設計データ、データ格納手段の修正デー
タ領域に記憶された修正データ、データ格納手段の追加
データ領域に記憶された追加データをそれぞれ連結する
キー項目に基づいて重複したデータ間の整合性を監視す
る管理照合手段と、操作者により入力装置を介してデー
タの修正および追加があったときは修正データをデータ
格納手段の修正データ領域に記憶し追加データをデータ
格納手段の追加データ領域にそれぞれ記憶する更新手段
とを備えたものである。
According to a third aspect of the present invention, in the database management system according to the second aspect of the present invention, the data consistency management means includes: basic design data stored in an interface input area of the data storage means; Management collation means for monitoring consistency between duplicated data based on key items for linking the correction data stored in the area and the additional data stored in the additional data area of the data storage means, and an input device provided by an operator. And updating means for storing the corrected data in the corrected data area of the data storage means and for storing the added data in the additional data area of the data storage means, respectively, when the data is corrected or added through the data storage means.

【0015】請求項3の発明に係わるデータベース管理
システムでは、請求項2の発明の作用に加え、データ整
合性管理手段の管理照合手段は、データ格納手段のイン
タフェース入力領域に記憶された基本設計データ、デー
タ格納手段の修正データ領域に記憶された修正データ、
データ格納手段の追加データ領域に記憶された追加デー
タをそれぞれ連結するキー項目に基づいて重複したデー
タ間の整合性を監視する。また、データ整合性管理手段
の更新手段は、操作者により入力装置を介してデータの
修正および追加があったときは、修正データをデータ格
納手段の修正データ領域に記憶し、追加データをデータ
格納手段の追加データ領域にそれぞれ記憶する。
[0015] In the database management system according to the third aspect of the present invention, in addition to the operation of the second aspect of the present invention, the management collation means of the data consistency management means may further comprise a basic design data stored in an interface input area of the data storage means. Correction data stored in the correction data area of the data storage means,
The consistency between the duplicated data is monitored based on the key items linking the additional data stored in the additional data area of the data storage means. The updating means of the data consistency management means stores the corrected data in the corrected data area of the data storage means and stores the additional data when the operator corrects or adds data via the input device. Each is stored in the additional data area of the means.

【0016】請求項4の発明に係わるデータベース管理
システムは、請求項3の発明において、データ整合性管
理手段は、データ保存手段からデータを取り出す場合に
は入力装置で指定された検索項目に基づいて該当のデー
タを検索し予め定められた優先順位に従って基本設計デ
ータ、修正データ、追加データを検索する検索手段を備
えたものである。
According to a fourth aspect of the present invention, in the database management system according to the third aspect of the present invention, when the data consistency management means retrieves data from the data storage means, the data consistency management means is based on a search item specified by the input device. A search means is provided for searching the corresponding data and searching for basic design data, correction data, and additional data in accordance with a predetermined priority.

【0017】請求項4の発明に係わるデータベース管理
システムでは、請求項3の発明の作用に加え、データ整
合性管理手段の検索手段は、データ保存手段からデータ
を取り出す場合には、入力装置で指定された検索項目に
基づいて該当のデータを検索し、予め定められた優先順
位に従って基本設計データ、修正データ、追加データを
検索する。
According to a fourth aspect of the present invention, in addition to the operation of the third aspect of the present invention, the retrieval means of the data consistency management means specifies an input device when data is retrieved from the data storage means. The corresponding data is searched based on the searched search item, and the basic design data, correction data, and additional data are searched according to a predetermined priority.

【0018】請求項5の発明に係わるデータベース管理
システムは、請求項3または請求項4の発明において、
データ整合性管理手段は、キー項目を共有するデータに
対して論理的に削除状態とする削除フラグを立てるため
の削除手段を備えたものである。
According to a fifth aspect of the present invention, in the database management system according to the third or fourth aspect,
The data consistency management means includes a deletion means for setting a deletion flag for setting data to be logically deleted in data sharing the key item.

【0019】請求項5の発明に係わるデータベース管理
システムでは、請求項3または請求項4の発明の作用に
加え、データ整合性管理手段の削除手段は、削除しよう
とするデータとキー項目を共有するデータに対して論理
的に削除状態とする削除フラグを立てる。
In a database management system according to a fifth aspect of the present invention, in addition to the operation of the third or fourth aspect, the deletion means of the data consistency management means shares a key item with the data to be deleted. A deletion flag is set for the data to be logically deleted.

【0020】[0020]

【発明の実施の形態】以下、本発明の実施の形態を説明
する。図1は本発明の実施の形態に係わるデータベース
管理システムの構成図である。
Embodiments of the present invention will be described below. FIG. 1 is a configuration diagram of a database management system according to an embodiment of the present invention.

【0021】データベース管理システム1はコンピュー
タ上に構成され、周辺装置としての入力装置2および出
力装置3がデータ入出力手段4を介してデータ整合性管
理手段5に接続されている。入力装置2としては、キー
ボード6やマウス7が接続され、出力装置3としては、
ディスプレイ8、ディスク9およびプリンタ10が接続
されている。
The database management system 1 is configured on a computer, and an input device 2 and an output device 3 as peripheral devices are connected to a data consistency management means 5 via a data input / output means 4. A keyboard 6 and a mouse 7 are connected as the input device 2, and the output device 3 is
The display 8, the disk 9, and the printer 10 are connected.

【0022】また、データベース管理システム1には外
部よりインタフェースする外部システム11が接続され
ている。外部システム11からはデータ入力部門毎の基
本設計データがデータ入力手段12a〜12nを介して
入力され、それぞれデータ格納手段13a〜13nに格
納される。一方、データ格納手段13a〜13nには、
入力装置2を介して操作員によりデータ入力部門毎の基
本設計データに対し修正を加えた修正データや、操作者
により追加した追加データが記憶される。
Further, the database management system 1 is connected to an external system 11 for interfacing from the outside. Basic design data for each data input section is input from the external system 11 via the data input means 12a to 12n, and stored in the data storage means 13a to 13n, respectively. On the other hand, in the data storage means 13a to 13n,
The modified data obtained by modifying the basic design data for each data input department by the operator via the input device 2 and the additional data added by the operator are stored.

【0023】データ整合性管理手段5は、データ格納手
段13a〜13nに記憶されたデータのうち重複したデ
ータ間の整合性を監視すると共に、操作者からの入力装
置2からの入力要求に応じて最適な情報を取り出すもの
である。このデータ整合性管理手段5は、データ格納手
段13a〜13nに記憶されたデータを照合し重複した
データ間の整合性を監視するための管理照合手段14
と、基本設計データに対しての修正データや追加データ
をデータ格納手段13に記憶させるための更新手段15
と、データ格納手段に記憶されているデータを検索する
ための検索手段16と、データ格納手段13に記憶され
ているデータを削除状態にする削除手段17とを備えて
いる。
The data consistency management means 5 monitors the consistency between duplicate data among the data stored in the data storage means 13a to 13n, and responds to an input request from the input device 2 by an operator. This is to extract the optimal information. The data consistency management means 5 is a management collation means 14 for collating data stored in the data storage means 13a to 13n and monitoring consistency between duplicated data.
Updating means 15 for storing correction data and additional data for the basic design data in the data storage means 13
A search unit 16 for searching data stored in the data storage unit; and a deletion unit 17 for setting the data stored in the data storage unit 13 to a deletion state.

【0024】図2は、データ格納手段13のデータ格納
領域の構成を示しており、各々のデータ格納手段13
は、インタフェース入力領域18、修正データ領域1
9、追加データ領域20を備えている。インタフェース
入力領域18は外部システム11よりの基本設計データ
を格納する領域である。また、修正データ領域19は、
外部システム11からの基本設計データに対して操作者
が入力装置2から修正データを入力した場合、その修正
データが記憶される領域である。追加データ領域20
は、これらのいずれにも属さずに操作者が追加する追加
データを記憶する領域である。なお、修正データ領域1
9および追加データ領域20へのデータの更新は、操作
者が入力装置2にてデータの修正や追加を行った場合に
更新手段15にてデータの更新が行われる。
FIG. 2 shows the structure of the data storage area of the data storage means 13.
Is the interface input area 18, the correction data area 1
9, an additional data area 20 is provided. The interface input area 18 is an area for storing basic design data from the external system 11. The correction data area 19 is
When the operator inputs correction data from the input device 2 to the basic design data from the external system 11, this area stores the correction data. Additional data area 20
Is an area for storing additional data added by the operator without belonging to any of these. The correction data area 1
9 and the additional data area 20 are updated by the updating means 15 when the operator corrects or adds data using the input device 2.

【0025】図3は、本発明の実施の形態に係わるデー
タベース管理システム1にてデータベース「弁部品」を
管理する場合の説明図である。図3(a)はデータ格納
手段13のインタフェース入力領域18に格納されるデ
ータベース「弁部品」の基本設計データ、図3(b)は
データ格納手段13の修正データ領域19に格納される
データベース「弁部品」の修正データ、図3(c)はデ
ータ格納手段13の追加データ領域20に格納されるデ
ータベース「弁部品」の追加データである。
FIG. 3 is an explanatory diagram when the database “valve parts” is managed by the database management system 1 according to the embodiment of the present invention. FIG. 3A shows basic design data of the database “valve parts” stored in the interface input area 18 of the data storage means 13, and FIG. 3B shows the database “data stored in the correction data area 19 of the data storage means 13. FIG. 3C shows the additional data of the database “valve parts” stored in the additional data area 20 of the data storage means 13.

【0026】ここで、このデータベース「弁部品」の基
本設計データ、修正データ、追加データの3つのデータ
の各レコードの「弁番号」フィールドは、各々のデータ
を連結するキー項目である。
Here, the "valve number" field of each record of the basic design data, correction data, and additional data of the "valve part" of the database is a key item for linking the respective data.

【0027】いま、基本設計データとしてデータベース
「弁部品」の基本設計データが外部システム11から入
力されたとする。外部システム11からのインタフェー
スによるデータは、データ格納手段13の中のインタフ
ェース入力領域18に、図3(a)に示すように格納さ
れる。
Now, it is assumed that basic design data of the database "valve parts" is input from the external system 11 as basic design data. Data from the interface from the external system 11 is stored in the interface input area 18 in the data storage means 13 as shown in FIG.

【0028】図3(a)において、データベースのレコ
ードは2つの場合を示している。レコード番号1の弁番
号はF001、口径は300A、型式はGV、個数は1
である。また、レコード番号2の弁番号はF002、口
径は300A、型式はGV、個数は1である。また、削
除フラグはそのレコードを削除状態にするものであり、
後述する削除手段17によりフラグが立てられた場合に
は、そのレコードはデータとして削除状態となる。
FIG. 3A shows two records in the database. The valve number of record number 1 is F001, the bore is 300A, the model is GV, and the number is 1
It is. The valve number of record number 2 is F002, the bore is 300A, the model is GV, and the number is 1. In addition, the deletion flag puts the record in a deletion state,
When a flag is set by a deletion unit 17 described later, the record is deleted as data.

【0029】次に、基本設計段階からその後の詳細設計
段階へと設計段階の進捗により、弁番号F001の型式
をGVからより詳細な型式を表すPGへ変更する必要が
生じ、また弁番号F002の個数を1個から2個に変更
する必要が生じた場合には、操作者はこのデータをGV
からPGへの更新の操作、および1個から2個への更新
の操作を行う。
Next, with the progress of the design stage from the basic design stage to the subsequent detailed design stage, it is necessary to change the model of the valve number F001 from GV to PG representing a more detailed model, and to change the model of the valve number F002. If it is necessary to change the number from one to two, the operator converts this data to GV
The operation of updating from to PG and the operation of updating from one to two are performed.

【0030】本発明では、操作者がこの操作を行った場
合には、直接、インタフェース入力領域18の基本設計
データを書き換えるのではなく、データ整合性管理手段
5の更新手段15にて、図3(b)に示すように、デー
タ格納手段13の修正データ領域19の型式項目をPG
と修正すると共に、個数項目を2と修正する動作を行
う。そして、修正した型式PGと修正した個数2とが修
正データとしてデータ格納手段13の修正データ領域1
9に格納される。
According to the present invention, when the operator performs this operation, the updating means 15 of the data consistency management means 5 does not directly rewrite the basic design data of the interface input area 18 but FIG. As shown in (b), the model item of the correction data area 19 of the data storage means 13 is set to PG
And the operation of correcting the number item to 2 is performed. Then, the corrected model PG and the corrected number 2 are used as correction data as the correction data area 1 of the data storage unit 13.
9 is stored.

【0031】さらに、これらの部品の手配のためにデー
タ追加を行う場合には、手配を担当する操作者は、発注
先、納期、その他特殊仕様を加える。このとき追加され
た項目は、外部システム11からのインタフェース入力
である基本設計データからは得られない情報であるの
で、別途、データ格納手段13の追加データ領域20に
格納されることになる。この場合も、データ整合性管理
手段5の更新手段15にて、図3(c)に示すように、
追加するデータである発注先、特殊仕様、納期がデータ
格納手段13の追加データ領域20に格納される。そし
て、これら3つのデータから最終的に図4に示すような
帳票を作成する。
Further, when data is added for arranging these parts, the operator in charge of the arrangement adds an ordering party, a delivery date, and other special specifications. The items added at this time are information that cannot be obtained from the basic design data that is an interface input from the external system 11, and thus are separately stored in the additional data area 20 of the data storage unit 13. Also in this case, as shown in FIG. 3C, the updating unit 15 of the data consistency managing unit 5
The data to be added, the ordering party, special specifications, and delivery date are stored in the additional data area 20 of the data storage unit 13. Then, a form as shown in FIG. 4 is finally created from these three data.

【0032】この一連の操作において、それぞれの修正
結果は、元々の項目を直接書き換えられることなく、適
当な領域に適宜書き込まれ、データの入力や修正の履歴
が残されることになる。
In this series of operations, each correction result is appropriately written in an appropriate area without directly rewriting the original item, and a history of data input and correction is left.

【0033】次に、データベース上のレコードが不要と
なった場合は、入力装置2から削除手段17を起動し、
該当レコードおよびその該当レコードとキー項目を共有
するすべてのレコードに対して削除フラグを立て、論理
的にデータを削除状態にして、外部に対してあたかも削
除されたようにする。
Next, when the record on the database becomes unnecessary, the deletion unit 17 is activated from the input device 2 and
A deletion flag is set for the relevant record and all the records that share the key item with the relevant record, and the data is logically deleted so that the data is externally deleted.

【0034】すなわち、設計の途中で特定の部品が不要
になった場合は、データベース上からそのデータを抹消
する必要があるが、ここではそれぞれの3つのデータ領
域に格納されたレコードに削除フラグを立て、論理的に
削除状態として、外部からはあたかも削除されたかのよ
うな効果を持たせる。
That is, when a particular part becomes unnecessary during the design, it is necessary to delete the data from the database. Here, a deletion flag is added to the record stored in each of the three data areas. In this case, a logically deleted state is provided from the outside as if it had been deleted.

【0035】このようにレコードを物理的に削除するの
ではなく保存しておく。これにより、将来、再びそのデ
ータが必要となった場合には、復活の処理すなわち削除
フラグをクリアして、過去に入力されたデータを再利用
することができ、業務の効率の向上させることができ
る。
As described above, the record is stored rather than physically deleted. Thus, when the data is needed again in the future, the restoration process, that is, the deletion flag is cleared, and the data input in the past can be reused, and the efficiency of business can be improved. it can.

【0036】また、データ格納手段13から種々の目的
でデータを引き出す際には、入力装置2で検索手段16
を起動する。この場合、基本設計データ、修正データ、
追加データ等があるので、予め定められた優先順位によ
って、適切なデータを引き出せるようにする。すなわ
ち、ある帳票を出力しようとする際には、帳票を構成す
る各項目について、インタフェース入力領域18の基本
設計データ、操作者による修正データあるいは追加デー
タのいずれから抽出すべきか、またそれらが複数存在す
る場合はその優先順位を定めておき、処理の実行時には
この規則に従うようにする検索を行う。
When data is to be extracted from the data storage means 13 for various purposes, the input device 2 uses the search means 16.
Start In this case, basic design data, correction data,
Since there is additional data or the like, appropriate data can be extracted according to a predetermined priority. That is, when a certain form is to be output, each item constituting the form should be extracted from the basic design data of the interface input area 18, the correction data by the operator, or the additional data. In this case, priorities are determined, and a search is performed so as to follow this rule when executing the processing.

【0037】つまり、操作者がある帳票を出力する目的
で入力装置2からデータベースにアクセスしたときは、
その帳票に対して、予め設定されているデータの検索や
採用の優先順位に従ってデータを検索し、その結果を出
力装置3であるディスプレイ8上に表示またはプリンタ
10に印字する。
That is, when the operator accesses the database from the input device 2 for the purpose of outputting a form,
The form is searched for data according to preset data search and adoption priorities, and the result is displayed on the display 8 as the output device 3 or printed on the printer 10.

【0038】また、同一意味内容のデータ項目が複数の
データ入力手段12により入力されている場合は一時的
に矛盾が生じるが、管理照合手段14は、相互のレコー
ドの内容について、キー項目によって内容を突き合わせ
て、操作者が照合できるようにする。すなわち、データ
格納手段13の各々のインターフェース入力領域、修正
データ領域、追加データ領域でのデータ項目の間に発生
する一時的あるいは利用目的の違いによる矛盾について
は、管理照合手段14で管理し、必要に応じてディスプ
レイ8の画面上その矛盾点を表示し、操作者に対して注
意を喚起する。これにより、一見矛盾しているように見
えるデータ項目でも、実際の意味内容が一貫しているも
のについては、統合的に扱える。
When data items having the same meaning are input by a plurality of data input means 12, a temporary inconsistency arises. However, the management collating means 14 determines the contents of the mutual records by key items. To allow the operator to match. In other words, inconsistencies caused by differences in data items in the interface input area, the correction data area, and the additional data area in the data storage means 13 due to a temporary or difference in the purpose of use are managed by the management collation means 14 and are required. The inconsistency is displayed on the screen of the display 8 in response to, and calls attention to the operator. As a result, even data items that appear to be inconsistent at first glance can be handled in an integrated manner if their actual meanings are consistent.

【0039】なお、インターフェース入力領域、修正デ
ータ領域、追加データ領域の3種類のデータは、常に、
キー項目によって管理照合手段14がレコードの状態、
すなわち存在、非存在、削除.非削除などを管理してい
る。
The three types of data, the interface input area, the correction data area, and the additional data area, are always
Depending on the key item, the management matching means 14 determines the state of the record,
That is, existence, non-existence, deletion. Manages non-deletion, etc.

【0040】以上のように、本発明の実施の形態では、
目的とするデータベースに対して、同一内容に類するデ
ータの入力元が複数ある場合において、その入力された
データを入力元に応じて管理し、データベースに不慣れ
な操作者でも、必要な時に必要なデータを極めて簡単に
検索、更新、削除の操作を行える。
As described above, in the embodiment of the present invention,
If there are multiple sources of data with the same content for the target database, the input data is managed according to the input source, and even if the operator is unfamiliar with the database, the data required when necessary Can be searched, updated, and deleted very easily.

【0041】[0041]

【発明の効果】以上述べたように、本発明によれば、コ
ンピュータ上で動作するデータベースの運用において、
それぞれの部門、担当者の間で同一意味内容の項目で表
現方法の異なる場合であっても、その表現を生かした形
でのデータの有効利用が可能である。また、業務の進捗
によって、一時的なデータの矛盾があっても的確に管理
することができ、データの信頼性を損なわずに履歴管理
ができる。
As described above, according to the present invention, in the operation of a database operating on a computer,
Even in the case where the expression method is different for items having the same meaning between the respective departments and persons in charge, the data can be effectively used in a form utilizing the expression. Further, even if there is a temporary inconsistency in data due to the progress of the work, it is possible to accurately manage the data, and it is possible to perform history management without impairing the reliability of the data.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態に係わるデータベース管理
システムの構成図。
FIG. 1 is a configuration diagram of a database management system according to an embodiment of the present invention.

【図2】本発明の実施の形態におけるデータ格納手段の
説明図。
FIG. 2 is an explanatory diagram of a data storage unit according to the embodiment of the present invention.

【図3】本発明の実施の形態に係わるデータベース管理
システムにてデータベース「弁部品」を管理する場合の
説明図。
FIG. 3 is an explanatory diagram when a database “valve part” is managed by the database management system according to the embodiment of the present invention;

【図4】本発明の実施の形態に係わるデータベース管理
システムで作成したデータベース「弁部品」の帳票の説
明図。
FIG. 4 is an explanatory diagram of a form of a database “valve part” created by the database management system according to the embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 データベース管理システム 2 入力装置 3 出力装置 4 データ入出力手段 5 データ整合性管理手段 6 キーボード 7 マウス 8 ディスプレイ 9 ディスク 10 プリンタ 11 外部システム 12 データ入力手段 13 データ格納手段 14 管理照合手段 15 更新手段 16 検索手段 17 削除手段 18 インタフェース入力領域 19 修正データ領域 20 追加データ領域 DESCRIPTION OF SYMBOLS 1 Database management system 2 Input device 3 Output device 4 Data input / output means 5 Data consistency management means 6 Keyboard 7 Mouse 8 Display 9 Disk 10 Printer 11 External system 12 Data input means 13 Data storage means 14 Management collation means 15 Update means 16 Search means 17 Deletion means 18 Interface input area 19 Corrected data area 20 Additional data area

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 外部システムからの基本設計データをデ
ータ入力部門毎に入力するデータ入力手段と、前記デー
タ入力部門毎に前記基本設計データを記憶すると共に前
記データ入力部門毎の基本設計データに対し入力装置を
介して修正および追加されたデータを記憶するためのデ
ータ格納手段と、前記データ格納手段に記憶された重複
したデータ間の整合性を監視し操作者からの入力要求に
応じて最適な情報を取り出すデータ整合性管理手段とを
備えたデータベース管理システム。
1. A data input means for inputting basic design data from an external system for each data input section, storing said basic design data for each data input section, and providing a basic design data for each data input section. A data storage means for storing the data corrected and added via the input device, and a monitor for monitoring the consistency between the duplicated data stored in the data storage means and responding to an input request from an operator, A database management system including a data consistency management unit for extracting information.
【請求項2】 請求項1に記載のデータベース管理シス
テムにおいて、前記データ格納手段は、前記データ入力
手段によりデータ入力部門毎に入力された基本設計デー
タを格納するインタフェース入力領域と、前記データ入
力部門毎の基本設定データに対し前記入力装置を介して
操作者により修正された修正データを格納する修正デー
タ領域と、前記データ入力部門毎の基本設定データに対
し前記入力装置を介して操作者により追加された追加デ
ータを格納する追加データ領域とを備えたことを特徴と
するデータベース管理システム。
2. The database management system according to claim 1, wherein said data storage means includes an interface input area for storing basic design data input for each data input department by said data input means, and said data input department. A correction data area for storing correction data corrected by the operator via the input device for each basic setting data, and an operator adding the basic setting data for each data input section to the basic setting data via the input device; And a supplementary data area for storing the supplementary data.
【請求項3】 請求項2に記載のデータベース管理シス
テムにおいて、前記データ整合性管理手段は、前記デー
タ格納手段のインタフェース入力領域に記憶された基本
設計データ、前記データ格納手段の修正データ領域に記
憶された修正データ、前記データ格納手段の追加データ
領域に記憶された追加データをそれぞれ連結するキー項
目に基づいて重複したデータ間の整合性を監視する管理
照合手段と、操作者により前記入力装置を介してデータ
の修正および追加があったときは前記修正データを前記
データ格納手段の修正データ領域に記憶し前記追加デー
タを前記データ格納手段の追加データ領域にそれぞれ記
憶する更新手段とを備えたことを特徴とするデータベー
ス管理システム。
3. The database management system according to claim 2, wherein said data consistency management means stores the basic design data stored in an interface input area of said data storage means and a correction data area of said data storage means. Management data matching means for monitoring the consistency between duplicated data based on key items for linking the corrected data, the additional data stored in the additional data area of the data storage means, and the input device by an operator. And updating means for storing the corrected data in a corrected data area of the data storage means and for storing the additional data in an additional data area of the data storage means, respectively, when the data is corrected and added through the data storage means. A database management system characterized by the following.
【請求項4】 請求項3に記載のデータベース管理シス
テムにおいて、前記データ整合性管理手段は、前記デー
タ保存手段からデータを取り出す場合には前記入力装置
で指定された検索項目に基づいて該当のデータを検索し
予め定められた優先順位に従って基本設計データ、修正
データ、追加データを検索する検索手段を備えたことを
特徴とするデータベース管理システム。
4. The database management system according to claim 3, wherein said data consistency management means, when retrieving data from said data storage means, based on a search item specified by said input device. And a search means for searching for basic design data, correction data, and additional data in accordance with a predetermined priority order.
【請求項5】 請求項3または請求項4に記載のデータ
ベース管理システムにおいて、前記データ整合性管理手
段は、キー項目を共有するデータに対して論理的に削除
状態とする削除フラグを立てるための削除手段を備えた
ことを特徴とするデータベース管理システム。
5. The database management system according to claim 3, wherein said data consistency management means sets a deletion flag for logically deleting the data sharing the key item. A database management system comprising deletion means.
JP21124297A 1997-07-23 1997-07-23 Database management system Expired - Fee Related JP3865878B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP21124297A JP3865878B2 (en) 1997-07-23 1997-07-23 Database management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP21124297A JP3865878B2 (en) 1997-07-23 1997-07-23 Database management system

Publications (2)

Publication Number Publication Date
JPH1139202A true JPH1139202A (en) 1999-02-12
JP3865878B2 JP3865878B2 (en) 2007-01-10

Family

ID=16602652

Family Applications (1)

Application Number Title Priority Date Filing Date
JP21124297A Expired - Fee Related JP3865878B2 (en) 1997-07-23 1997-07-23 Database management system

Country Status (1)

Country Link
JP (1) JP3865878B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04181443A (en) * 1990-11-16 1992-06-29 Hitachi Ltd Distributed file access method
JPH05257765A (en) * 1992-03-16 1993-10-08 Fujitsu Ltd Database management system
JPH07248916A (en) * 1994-03-09 1995-09-26 Nippon Telegr & Teleph Corp <Ntt> Review supporting device
JPH09167158A (en) * 1995-12-18 1997-06-24 Nec Corp Discussion supporting system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04181443A (en) * 1990-11-16 1992-06-29 Hitachi Ltd Distributed file access method
JPH05257765A (en) * 1992-03-16 1993-10-08 Fujitsu Ltd Database management system
JPH07248916A (en) * 1994-03-09 1995-09-26 Nippon Telegr & Teleph Corp <Ntt> Review supporting device
JPH09167158A (en) * 1995-12-18 1997-06-24 Nec Corp Discussion supporting system

Also Published As

Publication number Publication date
JP3865878B2 (en) 2007-01-10

Similar Documents

Publication Publication Date Title
US10885112B2 (en) System and method for non-programmers to dynamically manage multiple sets of XML document data
US7058663B2 (en) Automatic data update
JP3734334B2 (en) Data migration system, computer-readable recording medium storing data migration program, and data migration method
US6374252B1 (en) Modeling of object-oriented database structures, translation to relational database structures, and dynamic searches thereon
US20090024997A1 (en) Batch processing apparatus
JPH04289920A (en) Method and device for controlling data object version affected by engineering change
EP1733344A1 (en) An apparatus for revising corporate checklist
JP2000268109A (en) Template production device for electronic clinical chart system and input device for electronic clinical chart using the template
US7433882B2 (en) Data management system and computer program
JPH1139202A (en) Data base management system
JP2001056809A (en) Document managing system
JP2700517B2 (en) Document management method
CA1301366C (en) Interactive error handling means in database management
JP4330854B2 (en) Batch processing system
JPH09146970A (en) Data retrieval and totalization device
JP3531527B2 (en) System SG parameter management method and system SG parameter management method
JP3337717B2 (en) Database processing device and database processing method
JP3689596B2 (en) Product development process management system
JPH06290035A (en) Design supporting system for information processing system
JP2003280955A (en) Method and system for updating definition information in data extraction
JPH1040089A (en) Method for generating data transfer program
JP2007293467A (en) Information processor
JPH05257656A (en) Software information managing system
JPH04317172A (en) Virtual structure retrieval system in hyper text system
JPH07168748A (en) Data base system

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20050315

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050323

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060711

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060904

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20061003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061004

LAPS Cancellation because of no payment of annual fees