JPH11242624A - Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program - Google Patents

Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program

Info

Publication number
JPH11242624A
JPH11242624A JP10044942A JP4494298A JPH11242624A JP H11242624 A JPH11242624 A JP H11242624A JP 10044942 A JP10044942 A JP 10044942A JP 4494298 A JP4494298 A JP 4494298A JP H11242624 A JPH11242624 A JP H11242624A
Authority
JP
Japan
Prior art keywords
record
information
deletion
time
registration number
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.)
Pending
Application number
JP10044942A
Other languages
Japanese (ja)
Inventor
Harumi Aoyama
春巳 青山
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP10044942A priority Critical patent/JPH11242624A/en
Publication of JPH11242624A publication Critical patent/JPH11242624A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To support the efficient non-conflict execution of the re-cancel of the cancel of the addition/change/deletion of information under processing. SOLUTION: Second information managing data 32 are provided for holding a register number for canceling the addition/change/deletion of information under processing and a register number, with which the information under processing is added/changed/deleted in the beginning, and a recovery indication is provided in first information managing data 31 for expressing a record, which is made invalid by adding/changing/deleting the information under processing, is to be made valid again. Thus, the cancel of the addition/change/deletion of information under processing can be canceled again.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、SQL(Structur
ed Query Language)データベースやインデックス付き
ファイル等の資源管理機構を使用して作成される情報管
理システムにおけるデータ管理方法の改良に関するもの
である。
TECHNICAL FIELD The present invention relates to an SQL (Structur)
The present invention relates to an improvement in a data management method in an information management system created using a resource management mechanism such as a database or an indexed file.

【0002】[0002]

【従来の技術】発明者らは、データベースやファイル等
のデータ管理機構を有するコンピュータシステムにおい
て、ある時点で業務情報に基づくサービスを開始してい
る情報(現用情報)と、ある時点以前に業務情報に基づ
くサービスを開始したが既に終了していた情報(ログ情
報)と、ある時点以降に業務情報に基づくサービスを開
始する予定の仕掛り中の情報(仕掛り中情報)とをコン
ピュータ読み取り可能な媒体にて管理し、現用情報、ロ
グ情報及び仕掛り中情報の検索と、現用情報及び仕掛り
中情報の追加/変更/削除(追加とは、新しいキー情報
を持つレコードの追加であり、変更/削除とは、既に追
加されたレコードに対する変更/削除を意味する。)
と、仕掛り中情報の追加/変更/削除の取消とが可能な
データ管理方法(特願平9−185450号「発明の名
称:情報管理データを記録するコンピュータ読み取り可
能な記録媒体及びデータ管理方式」)について提案し
た。
2. Description of the Related Art In a computer system having a data management mechanism such as a database or a file, the present inventors have proposed a system in which a service based on business information is started at a certain time (active information) and a business information before a certain time. Can read computer-readable information (log information) that has started a service based on the service but has already finished (logging information) and a service that is scheduled to start a service based on the business information after a certain point in time The information is managed on the medium, and the current information, log information and in-process information are searched, and the current information and in-process information are added / changed / deleted (addition is the addition of a record having new key information, and the change / Delete means a change / deletion to a record that has already been added.)
And a data management method capable of canceling addition / change / deletion of in-process information (Japanese Patent Application No. 9-185450, "Title of Invention: Computer-readable recording medium for recording information management data and data management method") ").

【0003】[0003]

【発明が解決しようとする課題】前述した方法では、現
用情報、ログ情報及び仕掛り中情報の検索、現用情報及
び仕掛り中情報の追加/変更/削除、並びに仕掛り中情
報の追加/変更/削除の取消まで可能であるが、仕掛り
中情報の追加/変更/削除の取消の再取消ができないと
いう問題があった(従来の方法では、レコードの無効化
の取消は、「当初、仕掛り中情報の追加/変更/削除を
行った登録番号」を抹消番号として保持するレコードに
対し、その抹消番号を削除し[設定前の状態に戻し]、
「当初、仕掛り中情報の追加/変更/削除を行った登録
番号」を登録番号として保持するレコードに対し、その
抹消番号に「仕掛り中情報の追加/変更/削除を取り消
すための登録番号」を設定しており、その取消の再取消
時に、復活させるべきレコードを特定できない)。
In the above-mentioned method, retrieval of current information, log information and in-process information, addition / change / deletion of current information and in-process information, and addition / change of in-process information are performed. / Deletion can be canceled, but there is a problem that addition / change / deletion of in-process information cannot be undone again. (In the conventional method, the cancellation of record invalidation For the record holding the registration number at which the added / changed / deleted information has been deleted as the deletion number, delete the deletion number [return to the state before setting],
For the record that holds the “registration number at which the in-process information was added / changed / deleted at the beginning” as the registration number, the registration number for canceling the addition / change / deletion of the in-process information is added to the deletion number. Is set, and when the cancellation is canceled again, the record to be restored cannot be specified).

【0004】本発明の目的は、仕掛り中情報の追加/変
更/削除の取消の再取消の効率的かつ矛盾のない実行を
支援することにある。
An object of the present invention is to support efficient and consistent execution of re-cancellation of addition / change / deletion of in-process information.

【0005】[0005]

【課題を解決するための手段】前記課題を解決するた
め、本発明では、仕掛り中情報の追加/変更/削除を取
り消すための登録番号及び当初、仕掛り中情報の追加/
変更/削除を行った登録番号を保持する第2の情報管理
データを設けるとともに、仕掛り中情報の追加/変更/
削除によって無効となったレコードを再度有効にするこ
とを表す復活表示を設け、仕掛り中情報の追加/変更/
削除の取消は、第2の情報管理データ内の「当初、仕掛
り中情報の追加/変更/削除を行った登録番号」を抹消
番号として保持するレコードに対し、この復活表示の設
定で行い、第2の情報管理データ内の「当初、仕掛り中
情報の追加/変更/削除を行った登録番号」を登録番号
として保持するレコードに対し、その抹消番号に、第2
の情報管理データ内の「仕掛り中情報の追加/変更/削
除を取り消すための登録番号」を設定することで、仕掛
り中情報の追加/変更/削除の取消を行い、復活表示の
表示/非表示によりレコードの無効化の取消の再取消を
行う。
In order to solve the above-mentioned problems, according to the present invention, a registration number for canceling the addition / change / deletion of the in-process information and the addition / initialization of the in-process information.
In addition to providing second information management data that holds the changed / deleted registration number, addition / change /
A resurrection display is provided to indicate that a record that has been invalidated due to deletion is re-enabled.
The cancellation of the deletion is performed by setting the resurrection display for the record in the second information management data which holds the “registration number at which the in-process information was initially added / changed / deleted” as the deletion number, In the record holding the “registration number at which the in-process information was added / changed / deleted at the beginning” in the second information management data as the registration number, the second number is added to the deletion number.
By setting the "registration number for canceling the addition / change / deletion of in-process information" in the information management data of the "In-process information", the addition / change / deletion of the in-process information is canceled and the display of the resurrection display / Re-cancel the cancellation of invalidation of record by hiding.

【0006】[0006]

【発明の実施の形態】以下、図面を用いて本発明の実施
の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0007】図1は本発明のデータ管理方法によるデー
タ管理機能を実装したシステムの構成図である。
FIG. 1 is a block diagram of a system having a data management function according to the data management method of the present invention.

【0008】同図において、10は、本データ管理シス
テムで管理されるデータに対してアクセスする処理依頼
者(エンドユーザ)である。また、20は、アプリケー
ションプログラム(AP)、例えば顧客管理システム、
座席予約システムといった業務システム対応に作成する
プログラムを意味する。
In FIG. 1, reference numeral 10 denotes a processing requester (end user) for accessing data managed by the data management system. Reference numeral 20 denotes an application program (AP), for example, a customer management system;
It means a program created for business systems such as a seat reservation system.

【0009】また、30は、AP20が使用するデータ
を格納したファイル(実ファイル)である。この実ファ
イル30は、図2に示すように、第1の情報管理データ
31及び第2の情報管理データ32からなり、以下のよ
うな格納構造を持つ。
Reference numeral 30 denotes a file (actual file) storing data used by the AP 20. As shown in FIG. 2, the real file 30 includes first information management data 31 and second information management data 32, and has the following storage structure.

【0010】(イ)の開始日時は、当該レコードの内容
でサービスを開始する(あるいは開始した)日時を表
す。
The start date and time (a) indicates the date and time when the service is started (or started) with the contents of the record.

【0011】(ロ)の終了日時は、当該レコードの内容
でのサービスを終了する(あるいは終了した)日時を表
す。
The end date and time in (b) indicates the date and time when the service based on the contents of the record is ended (or ended).

【0012】(ハ)の有効/無効情報は、登録番号及び
抹消番号から構成され、抹消番号が未設定の場合は当該
レコードが有効であることを、抹消番号が設定された場
合は当該レコードが無効となったことを表す。
The valid / invalid information in (c) is composed of a registration number and an erasure number. If the erasure number is not set, the record is valid. If the erasure number is set, the record is valid. Indicates invalid.

【0013】ここで、登録番号は、追加、変更、削除及
びその取り消し要求の単位に払い出す。抹消番号は、そ
の要求により無効化すべきレコードに対して設定される
が、その値はその要求で払い出された登録番号の値とな
る。登録番号は、本発明で追加した情報管理データ32
にも設定する。さらに、取り消し要求の場合は、取り消
し対象の登録番号も情報管理データ32に設定する。
Here, the registration number is paid out in units of addition, change, deletion and its cancellation request. The deletion number is set for a record to be invalidated by the request, and its value is the value of the registration number issued by the request. The registration number is the information management data 32 added in the present invention.
Also set. In the case of a cancellation request, the registration number of the cancellation target is also set in the information management data 32.

【0014】例えば、サービスオーダの形で、サービス
の利用を申し込む場合、サービスを利用するための情報
には、契約者情報、契約情報、サービス情報、サービス
利用開始希望日等があるが、サービス情報等、1回のサ
ービスオーダで複数申し込まれ得る情報と、1回のサー
ビスオーダで1つしか存在しないサービス利用開始希望
日等の情報に分けられ、後者の情報をサービスオーダ情
報として、他の情報とは分離して実ファイル30に保持
する場合がある。
For example, when applying for the use of a service in the form of a service order, the information for using the service includes contractor information, contract information, service information, a service use start date, and the like. For example, information that can be applied for a plurality of times in one service order and information such as a desired date for starting service use that only one exists in one service order, and the other information is used as service order information. May be stored in the real file 30 separately.

【0015】情報管理データ31は、例えば前者のよう
な情報であり、情報管理データ32は、ここでいうサー
ビスオーダ情報に相当する。
The information management data 31 is, for example, the former information, and the information management data 32 corresponds to the service order information referred to here.

【0016】(ニ)は、本発明で追加した復活表示であ
り、レコードの無効を取り消したこと(抹消番号が設定
されていても、抹消番号が設定されていないとみな
す。)を表す(ON)。この復活表示は、既に抹消番号
が設定されたレコードに対してのみ設定する。設定され
た抹消番号を再度有効にする場合は、設定した復活表示
を削除(OFF)する。
(D) is a resurrection display added in the present invention, and indicates that the invalidation of the record has been canceled (it is assumed that the deletion number is not set even if the deletion number is set) (ON). ). The resurrection display is set only for the record for which the deletion number has already been set. When the set deletion number is made valid again, the set restoration display is deleted (OFF).

【0017】(ホ)は、顧客情報や契約情報等のAP2
0が意識する情報を保持する部分(以後、APデータと
呼ぶ。)である。APデータの最初のカラムがキーであ
るが、この格納構造では同一のキー値を持つレコードが
複数存在する。また、同一のキー値を持ち、有効である
(抹消番号が未設定である。)ログ情報、現用情報、仕
掛り中情報は時間的に連続している(ログ情報は除
く。)。
(E) AP2 of customer information, contract information, etc.
0 is a portion (hereinafter, referred to as AP data) that holds the conscious information. The first column of the AP data is a key, but in this storage structure, there are a plurality of records having the same key value. The log information, active information, and in-process information having the same key value and being valid (the deletion number has not been set) are temporally continuous (excluding log information).

【0018】前記(イ)、(ロ)、(ハ)、(ニ)は以
下のように使用される。
The above (a), (b), (c) and (d) are used as follows.

【0019】APデータを、「それを一意に識別するキ
ー情報(APデータのキー)」及び「ある時点」で検索
した場合、一般に、 (a)0または1個以上の「終了日時<ある時点」また
は「抹消番号があり、かつ復活表示がない」レコード (b)0または1個以上の「開始日時<ある時点<終了
日時」、かつ「抹消番号がない、あるいは抹消番号があ
っても復活表示がある」レコード (c)0または1個以上の「ある時点<開始日時」、か
つ「抹消番号がない、あるいは抹消番号があっても復活
表示がある」レコードが得られる。
When the AP data is searched for “key information for uniquely identifying it (the key of the AP data)” and “a certain point in time”, generally, (a) 0 or one or more “end date / time <a certain point in time” "" Or "Erase number and no resurrection indication" record (b) Zero or more "start date / time <one point <end date and time" and "Essential number is absent or resurrected even if there is an evacuation number" Record with display "(c) Zero or one or more" a certain time point <start date and time "and a record" without a deletion number or with a resurrection display even with a deletion number "are obtained.

【0020】このうち、(a)のレコードを、ある時点
でAPデータに基づくサービスを終了しているが、ある
時点以前にサービスを開始していた、またはサービスを
開始する前に無効となった「ログレコード」、(b)の
レコードを、ある時点でAPデータに基づくサービスを
開始している「現用レコード」(c)のレコードを、あ
る時点でAPデータに基づくサービスを開始していない
が、ある時点以降にサービスを開始する予定の「仕掛り
中レコード」として扱う。
In the record (a), the service based on the AP data is terminated at a certain point in time, but the service was started before a certain point in time, or became invalid before starting the service. The “log record” and the record of (b) indicate that the service based on the AP data is started at a certain point in time. It is treated as a "work-in-progress record" that is scheduled to start the service after a certain point.

【0021】また、40は、本発明のデータ管理機能で
あり、検索機能41、追加機能42、変更機能43、削
除機能44、追加/変更/削除/の取消機能45、追加
/変更/削除/の取消の再取消機能46からなってい
る。
Reference numeral 40 denotes a data management function of the present invention, which includes a search function 41, an addition function 42, a change function 43, a delete function 44, an add / change / delete / cancel function 45, and an add / change / delete / , And a re-cancellation function 46 of the cancellation.

【0022】検索機能41は、AP20あるいは変更機
能43、削除機能44、追加/変更/削除の取消機能4
5、追加/変更/削除の取消の再取消機能46からの指
示により、実ファイル30中の、ある時点でログである
レコード、ある時点で現用となるレコード、ある時点で
仕掛り中のレコード、ある登録番号を持つレコード、あ
る登録番号を抹消番号として持つレコード、ある登録番
号あるいは取消対象の登録番号を持つ情報管理データ3
2、を検索する処理を行う。
The search function 41 includes an AP 20 or a change function 43, a delete function 44, and an add / change / delete cancel function 4.
5. In accordance with an instruction from the re-cancellation function 46 of cancellation of addition / change / deletion, a record that is a log at a certain point in time, a record that is currently in use at a certain point in time, a record that is being processed at a certain point in time, Record having a certain registration number, record having a certain registration number as a deletion number, information management data 3 having a certain registration number or a registration number to be canceled
2. A process of searching for is performed.

【0023】追加機能42は、AP20の指示により、
実ファイル30中に今回追加した情報管理データ32及
び新しいキー値(APデータのキー情報)のレコード
(情報管理データ31)を追加する処理を行う。
The additional function 42 is operated by the
The process of adding the information management data 32 added this time and the record (information management data 31) of the new key value (key information of the AP data) to the actual file 30 is performed.

【0024】変更機能43は、今回追加した情報管理デ
ータ32及び実ファイル30中にある、AP20により
指定された既存のキー値を持つレコードを追加し、かつ
その追加により実ファイル30が矛盾をきたさないよう
処理する機能を持つ。
The change function 43 adds a record having the existing key value specified by the AP 20 in the information management data 32 and the real file 30 added this time, and the real file 30 becomes inconsistent due to the addition. It has a function to process it.

【0025】具体的には、以下の処理を行う。 1.登録番号を払い出す。 2.今回追加した情報管理データ32に1.の登録番号
を設定する。 3.AP20から要求されたレコードに1.の登録番号
を設定して実ファイル30に追加する。 4.実ファイル30から2.の追加レコードと同一キー
で「開始日時<追加レコードの開始日時<終了日時<追
加レコードの終了日時」の有効なレコードを検索により
求める。 5.4.のレコードをコピーして終了日時に追加レコー
ドの開始日時、登録番号に1.の登録番号を設定して実
ファイル30に追加する。
Specifically, the following processing is performed. 1. Give out your registration number. 2. In the information management data 32 added this time: Set the registration number of. 3. The record requested by the AP 20 includes: And adds it to the real file 30. 4. 1. From the actual file 30 A valid record of “start date / time <start date / time of additional record <end date / time <end date / time of additional record” is obtained by searching with the same key as the additional record of “1”. 5.4. Is copied to the end date and time, and the start date and time of the additional record and the registration number are 1. And adds it to the real file 30.

【0026】6.4.のコピー元のレコードの抹消番号
に1.の登録番号を設定する。 7.実ファイル30から3.の追加レコードと同一キー
で「追加レコードの開始日時<開始日時<追加レコード
の終了日時<終了日時」の有効なレコードを検索により
求める。 8.7.のレコードをコピーして、開始日時に追加レコ
ードの終了日時、登録番号に1.の登録番号を設定して
実ファイル30に追加する。 9.7.のコピー元のレコードの抹消番号に1.の登録
番号を設定する。 10.実ファイル30から2.の追加レコードと同一キ
ーで「追加レコードの開始日時<開始日時<終了日時<
追加レコードの終了日時」の有効なレコードを検索によ
り求める。
6.4. 1 for the deletion number of the copy source record Set the registration number of. 7. Real file 30 to 3. With the same key as the additional record, a valid record of “start date / time of additional record <start date / time <end date / time of additional record <end date / time” is obtained by search. 8.7. Is copied, the start date and time are the end date and time of the additional record, and the registration number is 1. And adds it to the real file 30. 9.7. 1 for the deletion number of the copy source record Set the registration number of. 10. 1. From the actual file 30 With the same key as the additional record of "Additional record start date and time <start date and time <end date and time <
The effective record of "additional record end date and time" is obtained by search.

【0027】11.10.のレコードの抹消番号に1.
の登録番号を設定する。 12.実ファイル30から2.の追加レコードと同一キ
ーで「開始日時<追加レコードの開始日時<追加レコー
ドの終了日時<終了日時」の有効なレコードを検索によ
り求める。 13.12.のレコードをコピーして、終了日時に追加
レコードの開始日時、登録番号に1.の登録番号を設定
して実ファイル30に追加する。 14.12.のレコードをコピーして、開始日時に追加
レコードの終了日時、登録番号に1.の登録番号を設定
して実ファイル30に追加する。 15.12.のコピー元のレコードの抹消番号に1.の
登録番号を設定する。
11.10. 1 for the record erase number
Set the registration number of. 12. 1. From the actual file 30 A valid record of “start date / time <start date / time of additional record <end date / time of additional record <end date / time” is searched for using the same key as the additional record. 13.12. Is copied, the start date and time of the additional record are added to the end date and time, and 1. And adds it to the real file 30. 14.12. Is copied, the start date and time are the end date and time of the additional record, and the registration number is 1. And adds it to the real file 30. 15.12. 1 for the deletion number of the copy source record Set the registration number of.

【0028】削除機能44は、実ファイル30中にあ
る、AP20より指定されたある時点以降あるいは以前
のレコードの情報を削除する。
The delete function 44 deletes information of a record in the real file 30 after or before a certain time point designated by the AP 20.

【0029】具体的には以下の処理を行う。 [ある時点以降のレコードの情報を削除] 1.登録番号を払い出す。 2.今回追加した情報管理データ32に1.の登録番号
を設定する。 3.「開始日時<AP20から要求された削除を開始す
るある時点<終了日時」のレコードを実ファイル30か
ら検索により求める。 4.3.のレコードをコピーし終了日時にその「ある時
点」を設定する。 5.3.のコピー元のレコードの抹消番号に1.の登録
番号を設定する。 6.「AP20から要求された削除を開始するある時点
<開始日時」のレコードを実ファイル30から検索によ
り求め、抹消番号に1.の登録番号を設定する。
Specifically, the following processing is performed. [Delete record information after a certain point] Give out your registration number. 2. In the information management data 32 added this time: Set the registration number of. 3. A record of “start date / time <a certain point in time when deletion requested from AP 20 is started <end date / time” is obtained by searching the actual file 30. 4.3. Is copied, and the “time point” is set as the end date and time. 5.3. 1 for the deletion number of the copy source record Set the registration number of. 6. A record of “a certain point in time at which the deletion requested by the AP 20 is started <start date and time” is obtained from the actual file 30 by searching, and 1. Set the registration number of.

【0030】[ある時点以前のレコードの情報を削除] 1.登録番号を払い出す。 2.今回追加した情報管理データ32に1.の登録番号
を設定する。 3.「現在日時<開始日時<AP20から要求された削
除を終了するある時点<終了日時」のレコードを実ファ
イル30から検索により求める。 4.3.のレコードをコピーし開始日時にその「ある時
点」を設定する。 5.3.のコピー元のレコードの抹消番号に1.の登録
番号を設定する。 6.「現在日時<開始日時<終了日時<AP20から要
求された削除を終了するある時点」のレコードを実ファ
イル30から検索により求め、抹消番号に1.の登録番
号を設定する。
[Deleting information of a record before a certain point] Give out your registration number. 2. In the information management data 32 added this time: Set the registration number of. 3. A record of “current date / time <start date / time <a certain time point at which the deletion requested from the AP 20 is completed <end date / time” is obtained by searching the real file 30. 4.3. Copy the record and set the "time" to the start date and time. 5.3. 1 for the deletion number of the copy source record Set the registration number of. 6. A record of “current date / time <start date / time <end date / time <a certain point in time when the deletion requested from AP 20 is completed” is retrieved from the actual file 30 by searching, and 1 Set the registration number of.

【0031】追加/変更/削除の取消機能45は、追加
機能42、変更機能43、削除機能44で操作されたレ
コードを操作前の状態に戻す。
The add / change / delete cancel function 45 returns the record operated by the add function 42, the change function 43, and the delete function 44 to the state before the operation.

【0032】具体的には以下の処理を行う。 1.登録番号を払い出す。 2.今回追加した情報管理データ32に1.の登録番号
及び取消対象の登録番号を設定する。 3.取消対象の登録番号を持つレコードを実ファイル3
0から検索により求め、そのレコードの抹消番号に1.
の登録番号を設定する。 4.取消対象の登録番号を抹消番号として持つレコード
を実ファイル30から検索により求め、その復活表示
(本発明で追加)を設定する。
Specifically, the following processing is performed. 1. Give out your registration number. 2. In the information management data 32 added this time: Set the registration number and the registration number to be canceled. 3. The record with the registration number to be canceled is stored in the real file 3.
It is obtained by searching from 0, and 1 is added to the deletion number of the record.
Set the registration number of. 4. A record having the registration number to be canceled as an erasure number is found by searching the real file 30 and its resurrection display (added in the present invention) is set.

【0033】追加/変更/削除の取消の再取消機能46
は、追加/変更/削除の取消機能45で操作されたレコ
ードを操作前の状態に戻す。
Re-cancellation function 46 for cancellation of addition / change / deletion
Returns the record operated by the add / change / delete cancel function 45 to the state before the operation.

【0034】具体的には以下の処理を行う。 1.登録番号を払い出す。 2.本発明で追加した情報管理データ32に1.の登録
番号及び取消対象の登録番号を設定する。 3.情報管理データ32の登録番号が2.の取消対象の
登録番号である情報管理データ32を実ファイル30か
ら検索により求める。 4.3.の情報管理データ32の取消対象の登録番号
を、抹消番号として持つレコードを実ファイル30から
検索により求め、そのレコードの復活表示を削除する。 5.取消対象の登録番号を抹消番号として持つレコード
を実ファイル30から検索により求め、その復活表示を
設定する。
Specifically, the following processing is performed. 1. Give out your registration number. 2. In the information management data 32 added in the present invention: Set the registration number and the registration number to be canceled. 3. The registration number of the information management data 32 is 2. The information management data 32, which is the registration number to be canceled, is obtained from the actual file 30 by searching. 4.3. The record having the registration number of the cancellation target of the information management data 32 as the deletion number is obtained from the actual file 30 by searching, and the resurrection display of the record is deleted. 5. A record having the registration number to be canceled as the deletion number is obtained from the actual file 30 by searching, and the resurrection display is set.

【0035】なお、前述したデータ管理機能40は、コ
ンピュータ読み取り可能な媒体に記録され、コンピュー
タに読み取られた際、このコンピュータ上で前述した各
機能41〜46を実行するプログラムによって実現され
る。
The data management function 40 described above is realized by a program that is recorded on a computer-readable medium and that, when read by a computer, executes the functions 41 to 46 on the computer.

【0036】次に、AP20等から検索、追加、変更、
削除、追加/変更/削除の取消及び追加/変更/削除の
取消の再取消、を要求した場合の動作を図面を用いて説
明する。
Next, search, addition, change,
The operation in the case of requesting deletion, addition / change / deletion cancellation, and addition / change / deletion cancellation cancellation will be described with reference to the drawings.

【0037】(1)検索機能41 AP20あるいは変更機能43、削除機能44、追加/
変更/削除の取消機能45、追加/変更/削除の取消の
再取消機能46から、実ファイル30のAPデータ部分
を識別する情報(キー情報)、ある時点、ある登録番
号、ある抹消番号が指定されて検索要求が出される。
(1) Search function 41 AP 20 or change function 43, delete function 44, add /
Information (key information) for identifying the AP data portion of the real file 30, a certain time point, a certain registration number, and a certain deletion number are designated from the change / delete cancel function 45 and the add / change / delete cancel re-cancel function 46. A search request is issued.

【0038】例えば、顧客情報を保持しているファイル
の場合、顧客ID番号等を指定して、ある時点でログの
レコード、現用のレコード、仕掛り中のレコードの検
索、あるいはある登録番号を持つレコード、ある登録番
号を抹消番号として持つレコード、ある登録番号あるい
は取消対象の登録番号を持つ情報管理データ32、の検
索を行い、そのレコードをAP20あるいは変更機能4
3、削除機能44、追加/変更/削除の取消機能45、
追加/変更/削除の取消の再取消機能46の処理へ返却
する。
For example, in the case of a file holding customer information, a customer ID number or the like is designated, and at a certain point in time, a log record, a current record, a record in process, or a registration number is stored. A record, a record having a certain registration number as an erasure number, and information management data 32 having a certain registration number or a registration number to be canceled are searched, and the record is retrieved by the AP 20 or the change function 4.
3, deletion function 44, addition / change / deletion cancellation function 45,
Return to the processing of the re-cancellation function 46 of cancellation of addition / change / deletion.

【0039】(2)追加機能42 [図2、図3(H9.11/1時点)] 1.AP20からは、APデータ部分(顧客ID番号=
1、電話番号=1000、FAX番号=1000)、レ
コードの開始日時(H10.4/1)及びレコードの終
了日時(H10.12/31)が指定されて変更要求が
出される。 2.登録番号=1を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
を設定して実ファイル30に追加する(図2、図3の情
報管理データ32−1)。 4.1.のレコードに登録番号=1を設定して実ファイ
ル30に追加する(図2、図3のレコード1)。 (3)変更機能43 [図2、図4(H9.12/1時点)] 1.AP20からは、APデータ部分(顧客ID番号=
1、電話番号=2000、FAX番号=2000)、レ
コードの開始日時(H10.7/1)及びレコードの終
了日時(H10.9/1)が指定されて変更要求が出さ
れる。 2.登録番号=2を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
を設定して実ファイル30に追加する(図2、図4の情
報管理データ32−2)。 4.1.のレコードに登録番号=2を設定して実ファイ
ル30に追加する(図2、図4のレコード3)。 5.実ファイル30から顧客ID番号=1で「開始日時
<H10.7/1<終了日時<H10.9/1」のレコ
ードを検索により求める(図2、図4では該当のレコー
ドはなし)。
(2) Additional function 42 [FIGS. 2 and 3 (at H9.11 / 1)] From the AP 20, the AP data portion (customer ID number =
1, a telephone number = 1000, a FAX number = 1000), a record start date and time (H10.4 / 1) and a record end date and time (H10.12 / 31) are designated, and a change request is issued. 2. Pay out registration number = 1. 3. 1. In the information management data 32 added this time, And adds it to the real file 30 (information management data 32-1 in FIGS. 2 and 3). 4.1. , The registration number = 1 is set to the record and added to the real file 30 (record 1 in FIGS. 2 and 3). (3) Change Function 43 [FIGS. 2 and 4 (at H9.112 / 1)] From the AP 20, the AP data portion (customer ID number =
1, a telephone number = 2000, a FAX number = 2000), a record start date and time (H10.7 / 1) and a record end date and time (H10.9 / 1) are designated, and a change request is issued. 2. Pay out registration number = 2. 3. 1. In the information management data 32 added this time, Is set and added to the real file 30 (information management data 32-2 in FIGS. 2 and 4). 4.1. , The registration number = 2 is set to the record and added to the real file 30 (record 3 in FIGS. 2 and 4). 5. A record of “start date / time <H10.7 / 1 <end date / time <H10.9 / 1” is retrieved from the actual file 30 with the customer ID number = 1 (there is no corresponding record in FIGS. 2 and 4).

【0040】6.5.のレコードをコピーして、終了日
時にH10.7/1、登録番号に2を設定して実ファイ
ル30に追加する(図2、図4では該当のレコードはな
し)。 7.5.のコピー元レコードの抹消番号に2を設定する
(図2、図4では該当のレコードはなし)。 8.実ファイル30から顧客ID番号=1で「H10.
7/1<開始日時<H10.9/1<終了日時」のレコ
ードを検索により求める(図2、図4では該当のレコー
ドはなし) 。 9.8.のレコードをコピーして、開始日時にH10.
9/1.登録番号に2を設定して実ファイル30に追加
する(図2、図4では該当のレコードはなし)。 10.8.のコピー元レコードの抹消番号に2を設定す
る(図2、図4では該当のレコードはなし)。
6.5. Is copied, the end date and time are set to H10.7 / 1, the registration number is set to 2, and the record is added to the actual file 30 (there is no corresponding record in FIGS. 2 and 4). 7.5. Is set to 2 for the deletion number of the copy source record (No corresponding record in FIGS. 2 and 4). 8. From the actual file 30, the customer ID number = 1 and “H10.
A record of 7/1 <start date / time <H10.9 / 1 <end date / time "is obtained by retrieval (there is no corresponding record in FIGS. 2 and 4). 9.8. Is copied, and H10.
9/1. The registration number is set to 2 and added to the real file 30 (there is no corresponding record in FIGS. 2 and 4). 10.8. Is set to 2 for the deletion number of the copy source record (No corresponding record in FIGS. 2 and 4).

【0041】11.実ファイル30から顧客ID番号=
1で「H10.7/1<開始日時<終了日時<H10.
9/1」のレコードを検索により求める(図2、図4で
は該当のレコードはなし)。 12.11.のレコードの抹消番号に2を設定する(図
2、図4では該当のレコードはなし)。 13.実ファイル30から顧客ID番号=1で「開始日
時<H10.7/1<H10.9/1<終了日時」のレ
コードを検索により求める(図2、図4のレコード
1)。 14.13.のレコードをコピーして、終了日時にH1
0.7/1.登録番号に2を設定して実ファイル30に
追加する(図2、図4のレコード1)。 15.13.のレコードをコピーして、開始日時にH1
0.9/1、登録番号に2を設定して実ファイル30に
追加する(図2、図4のレコード3)。 16.13.のコピー元レコードの抹消番号に2を設定
する(図2、図4のレコード1)。
11. Customer ID number from actual file 30 =
1 and “H10.7 / 1 <start date and time <end date and time <H10.
The record of “9/1” is obtained by retrieval (there is no corresponding record in FIGS. 2 and 4). 12.11. Is set to 2 for the deletion number of the record (No corresponding record in FIGS. 2 and 4). 13. A record of “start date and time <H10.7 / 1 <H10.9 / 1 <end date and time” is found by searching the actual file 30 with the customer ID number = 1 (record 1 in FIGS. 2 and 4). 14.13. Is copied and the end date and time is H1
0.7 / 1. The registration number is set to 2 and added to the real file 30 (record 1 in FIGS. 2 and 4). 15.13. Is copied and the start date and time
0.9 / 1, the registration number is set to 2 and added to the real file 30 (record 3 in FIGS. 2 and 4). 16.13. Is set to 2 for the deletion number of the copy source record (record 1 in FIGS. 2 and 4).

【0042】[図2、図5(H10.1/1時点)] 1.AP20からは、APデータ部分(顧客ID番号=
1、電話番号=3000、FAX番号=3000)、レ
コードの開始日時(H10.6/1)及びレコードの終
了日時(H10.10/1)が指定されて変更要求が出
される。 2.登録番号=3を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
を設定して実ファイル30に追加する(図2、図5の情
報管理データ32−3)。 4.1.のレコードに2.の登録番号=3を設定して実
ファイル30に追加する(図2、図5のレコード6)。 5.実ファイル30から顧客ID番号=1で「開始日時
<H10.6/1<終了日時<H10.10/1」のレ
コードを検索により求める(図2、図5のレコード
2)。
[FIG. 2, FIG. 5 (at time H10.1 / 1)] From the AP 20, the AP data portion (customer ID number =
1, a telephone number = 3000, a FAX number = 3000), a record start date and time (H10.6 / 1) and a record end date and time (H10.10 / 1) are designated, and a change request is issued. 2. Pay out registration number = 3. 3. 1. In the information management data 32 added this time, And adds it to the real file 30 (information management data 32-3 in FIGS. 2 and 5). 4.1. In the record of 2. Is set to 3 and added to the real file 30 (record 6 in FIGS. 2 and 5). 5. A record of “start date / time <H10.6 / 1 <end date / time <H10.10 / 1” is found by searching the actual file 30 with the customer ID number = 1 (record 2 in FIGS. 2 and 5).

【0043】6.5.のレコードをコピーして、終了日
時にH10.6/1、登録番号に2.の登録番号=3を
設定して実ファイル30に追加する(図2、図5のレコ
ード5)。 7.5.のコピー元レコードの抹消番号に2.の登録番
号=3を設定する(図2、図5のレコード2)。 8.実ファイル30から顧客ID番号=1で「H10.
6/1<開始日時<H10.10/1<終了日時」のレ
コードを検索により求める(図2、図5のレコード
4)。 9.8.のレコードをコピーして、開始日時にH10.
10/1.登録番号に2.の登録番号=3を設定して実
ファイル30に追加する(図2、図5のレコード7)。 10.8.のコピー元レコードの抹消番号に2.の登録
番号=3を設定する(図2、図5のレコード4)。
6.5. Is copied, the end date and time is H10.6 / 1, and the registration number is 2. Is set to 3 and added to the real file 30 (record 5 in FIGS. 2 and 5). 7.5. In the deletion number of the copy source record of 2. The registration number = 3 is set (record 2 in FIGS. 2 and 5). 8. From the actual file 30, the customer ID number = 1 and “H10.
The record of 6/1 <start date / time <H10.10.1 / <end date / time] is obtained by search (record 4 in FIGS. 2 and 5). 9.8. Is copied, and H10.
10/1. The registration number is 2. The registration number = 3 is set and added to the real file 30 (record 7 in FIGS. 2 and 5). 10.8. In the deletion number of the copy source record of 2. The registration number = 3 is set (record 4 in FIGS. 2 and 5).

【0044】11.実ファイル30から顧客ID番号=
1で「H10.6/1<開始日時<終了日時<H10.
10/1」のレコードを検索により求める(図2、図5
のレコード3)。 12.11.のレコードの抹消番号に2.の登録番号=
3を設定する(図2、図5のレコード3)。 13.実ファイル30から顧客ID番号=1で「開始日
時<H10.6/1<H10.10/1<終了日時」の
レコードを検索により求める(図2、図5では該当のレ
コードはなし)。 14.13.のレコードをコピーして、終了日時にH1
0.7/1、登録番号に2.の登録番号=3を設定して
実ファイル30に追加する(図2、図5では該当のレコ
ードはなし)。 15.13.のレコードをコピーして、開始日時にH1
0.9/1.登録番号に2.の登録番号=3を設定して
実ファイル30に追加する(図2、図5では該当のレコ
ードはなし)。 16.13.のコピー元レコードの抹消番号に2.の登
録番号=3を設定する(図2、図5では該当のレコード
はなし)。
11. Customer ID number from actual file 30 =
1 and “H10.6 / 1 <start date and time <end date and time <H10.
A record of “10/1” is obtained by a search (FIGS. 2 and 5).
Record 3). 12.11. In the deletion number of the record of 2. Registration number =
3 (record 3 in FIGS. 2 and 5). 13. A record of “start date and time <H10.6 / 1 <H10.10 / 1 <end date and time” is found by searching the actual file 30 with the customer ID number = 1 (there is no corresponding record in FIGS. 2 and 5). 14.13. Is copied and the end date and time is H1
0.7 / 1, registration number 2. Is set to 3 and added to the real file 30 (there is no corresponding record in FIGS. 2 and 5). 15.13. Is copied and the start date and time
0.9 / 1. The registration number is 2. Is set to 3 and added to the real file 30 (there is no corresponding record in FIGS. 2 and 5). 16.13. In the deletion number of the copy source record of 2. (No corresponding record in FIGS. 2 and 5).

【0045】(4)削除機能44 [削除開始日時を指定の場合] [図2、図6(H10.2/1時点)] 1.AP20からは、APデータのキーとなる部分(顧
客ID番号=1)、レコードの削除開始日時(H10.
8/1)が指定されて削除要求が出される。 2.登録番号=4を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
を設定して実ファイル30に追加する(図2、図6の情
報管理データ32−4)。 4.実ファイル30から顧客ID番号=1で「開始日時
<H10.8/1<終了日時」のレコードを検索により
求める(図2、図6のレコード6)。
(4) Deletion Function 44 [When Deletion Start Date and Time is Specified] [FIG. 2, FIG. 6 (at H10.2 / 1)] From the AP 20, the key portion of the AP data (customer ID number = 1), the record deletion start date and time (H10.
8/1) is specified and a deletion request is issued. 2. Pay out registration number = 4. 3. 1. In the information management data 32 added this time, And adds it to the real file 30 (information management data 32-4 in FIGS. 2 and 6). 4. A record of “start date / time <H10.8 / 1 <end date / time” is found by searching the actual file 30 with the customer ID number = 1 (record 6 in FIGS. 2 and 6).

【0046】5.4.のレコードをコピーして、終了日
時にH10.8/1.登録番号に2.の登録番号=4を
設定して実ファイル30に追加する(図2、図6のレコ
ード8)。 6.4.のコピー元レコードの抹消番号に2.の登録番
号=4を設定する(図2、図6のレコード6)。 7.実ファイル30から顧客ID番号=1で「H10.
8/1<開始日時」のレコードを検索により求める(図
2、図6のレコード7)。 8.7.のレコードの抹消番号に2.の登録番号=4を
設定する(図2、図6のレコード7)。
5.4. Is copied, and H10.8 / 1. The registration number Is set to 4 and added to the real file 30 (record 8 in FIGS. 2 and 6). 6.4. In the deletion number of the copy source record of 2. The registration number = 4 is set (record 6 in FIGS. 2 and 6). 7. From the actual file 30, the customer ID number = 1 and “H10.
A record of “8/1 <start date and time” is obtained by search (record 7 in FIGS. 2 and 6). 8.7. In the deletion number of the record of 2. The registration number = 4 is set (record 7 in FIGS. 2 and 6).

【0047】[削除終了日時を指定の場合] [図2、図7(H10.3/1時点)] 1.AP20からは、APデータのキーとなる部分(顧
客ID番号=1)、レコードの削除終了日時(H10.
7/1)が指定されて削除要求が出される。 2.登録番号=5を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
を設定して実ファイル30に追加する(図2、図7の情
報管理データ32−5)。 4.実ファイル30から顧客ID番号=1で「現在日時
<開始日時<H10.7/1<終了日時」のレコードを
検索により求める(図2、図7のレコード8)。
[When Deletion End Date and Time is Specified] [FIG. 2, FIG. 7 (at H10.3 / 1)] From the AP 20, the key portion of the AP data (customer ID number = 1), the record deletion end date and time (H10.
7/1) is designated and a deletion request is issued. 2. Pay out registration number = 5. 3. 1. In the information management data 32 added this time, And adds it to the real file 30 (information management data 32-5 in FIGS. 2 and 7). 4. A record of “current date / time <start date / time <H10.7 / 1 <end date / time” is found by searching the actual file 30 with the customer ID number = 1 (record 8 in FIGS. 2 and 7).

【0048】5.4.のレコードをコピーして、開始日
時にH10.7/1、登録番号に2.の登録番号=5を
設定して実ファイル30に追加する(図2、図7のレコ
ード9)。 6.4.のコピー元レコードの抹消番号に2.の登録番
号=5を設定する(図2、図7のレコード8)。 7.実ファイル30から顧客ID番号=1で「現在日時
<開始日時<終了日時<H10.7/1」のレコードを
検索により求める(図2、図7のレコード5)。 8.7.のレコードの抹消番号に2.の登録番号=5を
設定する(図2、図7のレコード5)。
5.4. Is copied, the start date and time is H10.7 / 1, and the registration number is 2. Is set to 5 and added to the real file 30 (record 9 in FIGS. 2 and 7). 6.4. In the deletion number of the copy source record of 2. Is set (record 8 in FIGS. 2 and 7). 7. A record of “current date / time <start date / time <end date / time <H10.7 / 1” is obtained from the actual file 30 by searching with the customer ID number = 1 (record 5 in FIGS. 2 and 7). 8.7. In the deletion number of the record of 2. The registration number = 5 is set (record 5 in FIGS. 2 and 7).

【0049】(5)追加/変更/削除の取消機能45 [図2、図8(H10.3/10時点)] 1.AP20からは、取り消し対象の操作を識別する登
録番号=5が指定されて追加/変更/削除の取消要求が
出される。 2.登録番号=6を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
及び取消対象の登録番号=5を設定して実ファイル30
に追加する(図2、図8の情報管理データ32−6)。 4.登録番号=5のレコードを検索により実ファイル3
0から求める(図2、図8のレコード9)。
(5) Addition / change / deletion cancellation function 45 [FIG. 2, FIG. 8 (at H10.3 / 10)] The registration number = 5 for identifying the operation to be canceled is specified from the AP 20, and a request for cancellation of addition / change / deletion is issued. 2. Pay out registration number = 6. 3. 1. In the information management data 32 added this time, Of the real file 30 by setting the registration number of the
(Information management data 32-6 in FIGS. 2 and 8). 4. Search for record with registration number = 5, real file 3
0 (record 9 in FIGS. 2 and 8).

【0050】5.4.のレコードの抹消番号に登録番号
=6を設定する(図2、図8のレコード9)。 6.抹消番号=取消対象の登録番号(=5)のレコード
を検索により実ファイル30から求める(図2、図8の
レコード5と8)。 7.6.のレコードの復活表示を設定(ON)する(図
2、図8のレコード5と8)。
5.4. The registration number = 6 is set as the deletion number of the record (record 9 in FIGS. 2 and 8). 6. A record with the deletion number = registration number (= 5) to be canceled is obtained from the actual file 30 by searching (records 5 and 8 in FIGS. 2 and 8). 7.6. Of the record is set (ON) (records 5 and 8 in FIGS. 2 and 8).

【0051】(6)追加/変更/削除の取消の再取消機
能46 [図2、図9(H10.3/20時点)] 1.AP20からは、取り消し対象の操作を識別する登
録番号=6が指定されて追加/変更/削除の取消要求が
出される。 2.登録番号=7を払い出す。 3.今回追加した情報管理データ32に2.の登録番号
及び取消対象の登録番号=6を設定して実ファイル30
に追加する(図2、図9の情報管理データ32−7)。 4.情報管理データ32の登録番号が3.の取消対象の
登録番号=6である情報管理データ32を実ファイル3
0から検索により求める(図2、図9の情報管理データ
32−7)。 5.4.の情報管理データ32の取消対象の登録番号=
5を、抹消番号として持つレコードを実ファイル30か
ら検索により求め、そのレコードの復活表示を削除(O
FF)する(図2、図9のレコード5と8)。 6.3.の取消対象の登録番号=6を抹消番号として持
つレコードを実ファイル30から検索により求め、その
復活表示を設定(ON)する(図2、図9のレコード
9)。
(6) Addition / change / deletion cancellation function 46 [FIG. 2, FIG. 9 (as of H10.3 / 20)] The registration number = 6 for identifying the operation to be canceled is specified from the AP 20, and a request for cancellation of addition / change / deletion is issued. 2. Pay out registration number = 7. 3. 1. In the information management data 32 added this time, Of the real file 30 by setting the registration number of the
(Information management data 32-7 in FIGS. 2 and 9). 4. The registration number of the information management data 32 is 3. Information management data 32 whose registration number = 6 to be canceled
It is obtained by searching from 0 (information management data 32-7 in FIGS. 2 and 9). 5.4. Registration number of the information management data 32 to be canceled =
5 is retrieved from the actual file 30 by searching for the record having the deletion number, and the resurrection display of the record is deleted (O
FF) (records 5 and 8 in FIGS. 2 and 9). 6.3. A record having the registration number = 6 to be canceled as the deletion number is obtained from the actual file 30 by searching, and the resurrection display is set (ON) (record 9 in FIGS. 2 and 9).

【0052】[0052]

【発明の効果】以上説明したように、本発明によれば、
仕掛り中情報の追加/変更/削除の取消の再取消まで可
能となり、システムの適用範囲を拡張できる。
As described above, according to the present invention,
It is possible to re-cancel the addition / change / deletion of in-process information, thereby expanding the scope of the system.

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

【図1】本発明によるデータ管理システム全体の構成図FIG. 1 is a configuration diagram of an entire data management system according to the present invention.

【図2】図1中の実ファイルの構成図FIG. 2 is a configuration diagram of a real file in FIG. 1;

【図3】追加の要求時の実ファイルの構成図FIG. 3 is a configuration diagram of a real file when an additional request is made;

【図4】変更の要求時の実ファイルの構成図FIG. 4 is a configuration diagram of a real file when a change is requested;

【図5】変更の要求時の実ファイルの構成図FIG. 5 is a configuration diagram of a real file when a change is requested;

【図6】削除の要求時の実ファイルの構成図FIG. 6 is a configuration diagram of a real file when a deletion is requested;

【図7】削除の要求時の実ファイルの構成図FIG. 7 is a configuration diagram of a real file at the time of a deletion request;

【図8】登録番号5の取消時の実ファイルの構成図FIG. 8 is a configuration diagram of an actual file when a registration number 5 is canceled.

【図9】登録番号6の取消時の実ファイルの構成図FIG. 9 is a configuration diagram of an actual file when registration number 6 is canceled.

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

10:処理依頼者、20:アプリケーション(AP)、
30:実ファイル、31:第1の情報管理データ、3
2,32−1,32−2,32−3,32−4,32−
5,32−6,32−7:第2の情報管理データ、4
0:データ管理機能、41:検索機能、42:追加機
能、43:変更機能、44:削除機能、45:追加/変
更/削除/の取消機能、46:追加/変更/削除/の取
消の再取消機能。
10: Requester, 20: Application (AP),
30: real file, 31: first information management data, 3
2,32-1,32-2,32-3,32-4,32-
5, 32-6, 32-7: second information management data, 4
0: Data management function, 41: Search function, 42: Add function, 43: Change function, 44: Delete function, 45: Add / change / delete / cancel function, 46: Add / change / delete / cancel Cancel function.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 データベースやファイル等のデータをレ
コード単位で管理する情報管理データを記録したコンピ
ュータ読み取り可能な媒体において、 レコードの分類を示すキー情報と、レコードの業務情報
に基づくサービスを開始した日時または開始する予定の
日時と、レコードの業務情報に基づくサービスを終了し
た日時または終了する予定の日時と、レコードを有効に
した登録番号と、レコードを無効にした抹消番号と、レ
コードの無効を取り消したことを表す復活表示とをレコ
ード単位に備えた第1の情報管理データと、 レコードの有効化を取り消すための登録番号と、有効化
を取り消される前記レコードを当初有効にした登録番号
とを保持する第2の情報管理データとからなることを特
徴とする情報管理データを記録したコンピュータ読み取
り可能な媒体。
1. A computer-readable medium storing information management data for managing data such as a database and a file in units of records, a key information indicating a classification of a record, and a date and time when a service based on business information of the record is started. Or the date and time when the service is scheduled to start, the date and time when the service based on the business information of the record is ended or scheduled to be terminated, the registration number that enabled the record, the deletion number that invalidated the record, and the cancellation of the invalidation of the record Holding the first information management data provided with a resurrection display indicating that the record is valid, a registration number for canceling the validation of the record, and a registration number for initially validating the record for which the validation is canceled A computer which records information management data characterized by comprising second information management data Readable media.
【請求項2】 データベースやファイル等のデータを管
理するコンピュータシステムにて、ある時点で業務情報
に基づくサービスを開始している情報(現用情報)と、
ある時点以前に業務情報に基づくサービスを開始したが
既に終了していた情報(ログ情報)と、ある時点以降に
業務情報に基づくサービスを開始する予定の仕掛り中の
情報(仕掛り中情報)とをコンピュータ読み取り可能な
媒体にて管理し、現用情報、ログ情報及び仕掛り中情報
の検索と、現用情報及び仕掛り中情報の追加/変更/削
除と、仕掛り中情報の追加/変更/削除の取消とが可能
なデータ管理方法において、 仕掛り中情報の追加/変更/削除を取り消すための登録
番号及び当初、仕掛り中情報の追加/変更/削除を行っ
た登録番号を保持する第2の情報管理データを設けると
ともに、 仕掛り中情報の追加/変更/削除によって無効となった
レコードを再度有効にすることを表す復活表示を設け、 仕掛り中情報の追加/変更/削除の取消は、前記第2の
情報管理データ内の「当初、仕掛り中情報の追加/変更
/削除を行った登録番号」を抹消番号として保持するレ
コードに対し、前記復活表示の設定で行い、 前記第2の情報管理データ内の「当初、仕掛り中情報の
追加/変更/削除を行った登録番号」を登録番号として
保持するレコードに対し、その抹消番号に、前記第2の
情報管理データ内の「仕掛り中情報の追加/変更/削除
を取り消すための登録番号」を設定することで仕掛り中
情報の追加/変更/削除の取消を行い、復活表示の表示
/非表示でレコードの無効化の取消の再取消を行うこと
を特徴とするデータ管理方法。
2. A computer system which manages data such as a database and a file, wherein information (working information) which starts a service based on business information at a certain point in time,
Information that started a service based on business information before a certain point in time, but has already ended (log information), and information on work in progress that will start a service based on business information after a certain point in time (work-in-progress information) Are managed on a computer-readable medium, and the current information, log information and in-process information are searched, the current information and in-process information are added / changed / deleted, and the in-process information is added / changed / In a data management method capable of canceling a deletion, a registration number for canceling addition / change / deletion of in-process information and a registration number at which the addition / change / deletion of the in-process information was initially performed are retained. In addition to providing the information management data of item 2, a resurrection display is provided to indicate that a record that has become invalid due to the addition / change / deletion of in-process information is re-enabled, and the addition / change / deletion of in-process information is provided. The cancellation is performed by setting the resurrection display for a record in the second information management data, which holds the “registration number at which the in-process information was initially added / changed / deleted” as the deletion number, In the record holding the “registration number at which the in-process information was initially added / changed / deleted” in the second information management data as the registration number, the deletion number is added to the record in the second information management data. Setting of "registration number for canceling addition / change / deletion of in-process information" is performed to cancel addition / change / deletion of in-process information, and the record is invalidated by displaying / hiding the resurrection display A data management method characterized by performing re-cancellation of cancellation of conversion.
【請求項3】 レコードの分類を示すキー情報と、レコ
ードの業務情報に基づくサービスを開始した日時または
開始する予定の日時と、レコードの業務情報に基づくサ
ービスを終了した日時または終了する予定の日時と、レ
コードを有効にした登録番号と、レコードを無効にした
抹消番号と、レコードの無効を取り消したことを表す復
活表示とをレコード単位に備えた第1の情報管理データ
と、レコードの有効化を取り消すための登録番号と、有
効化を取り消される前記レコードを当初有効にした登録
番号とを保持する第2の情報管理データとからなる情報
管理データを管理するデータ管理プログラムを記録した
コンピュータ読み取り可能な媒体において、 前記データ管理プログラムはコンピュータに読み取られ
た際、このコンピュータに、 前記情報管理データから、ある時点でログであるレコー
ド、ある時点で現用となるレコード、ある時点で仕掛り
中のレコード、ある登録番号を持つレコード、ある登録
番号を抹消番号として持つレコード、ある登録番号ある
いは取消対象の登録番号を持つ第2の情報管理データを
検索する検索機能と、 前記情報管理データに、第2の情報管理データ及び新し
いキー値を持つレコードの情報を追加する追加機能と、 前記情報管理データに、第2の情報管理データ及び該情
報管理データ中にある指定された既存のキー値を持つレ
コードの情報を追加し、かつその追加により矛盾をきた
さないよう処理する変更機能と、 前記情報管理データ中の指定されたある時点以降あるい
はある時点以前のレコードの情報を削除する削除機能
と、 前記追加機能、変更機能及び削除機能で操作されたレコ
ードを操作前の状態に戻す追加/変更/削除の取消機能
と、 前記追加/変更/削除の取消機能で操作されたレコード
を操作前の状態に戻す追加/変更/削除の取消の再取消
機能とを実行させることを特徴とするデータ管理プログ
ラムを記録したコンピュータ読み取り可能な媒体。
3. Key information indicating a classification of a record, date and time when a service based on the business information of the record is started or scheduled to be started, and date and time when the service based on the business information of the record is ended or scheduled to be ended. First information management data including, on a record-by-record basis, a registration number for validating a record, a deletion number for invalidating the record, and a resurrection display indicating that the invalidation of the record has been canceled; Computer readable recording of a data management program for managing information management data comprising a registration number for canceling the information and a second information management data holding a registration number for which the record to be canceled is initially made valid When the data management program is read by a computer, the computer From the information management data, a record that is a log at a certain time, a record that is active at a certain time, a record that is in process at a certain time, a record that has a certain registration number, a record that has a certain registration number as an erasure number, and a certain registration A search function for searching for second information management data having a number or a registration number to be canceled, an additional function for adding information of a record having second information management data and a new key value to the information management data, A change function for adding information of a second information management data and a record having a specified existing key value in the information management data to the information management data, and performing processing so as not to cause inconsistency by the addition; A deletion function for deleting information of a record after a specified point in time or before a point in the information management data; and the additional function An add / change / delete cancel function for returning a record operated by the change function and the delete function to a state before the operation; and an add / return function for returning a record operated by the add / change / delete function to the state before the operation. A computer readable medium having recorded thereon a data management program for executing a change / deletion cancellation function.
JP10044942A 1998-02-26 1998-02-26 Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program Pending JPH11242624A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10044942A JPH11242624A (en) 1998-02-26 1998-02-26 Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10044942A JPH11242624A (en) 1998-02-26 1998-02-26 Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program

Publications (1)

Publication Number Publication Date
JPH11242624A true JPH11242624A (en) 1999-09-07

Family

ID=12705552

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10044942A Pending JPH11242624A (en) 1998-02-26 1998-02-26 Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program

Country Status (1)

Country Link
JP (1) JPH11242624A (en)

Similar Documents

Publication Publication Date Title
JP3992263B2 (en) Database-file linkage method
JP4237354B2 (en) Transaction processing method and transaction processing system
US7107294B2 (en) Method and apparatus for interrupting updates to a database to provide read-only access
JPH0628043B2 (en) How to restore the operation of a database system
JPH0916607A (en) Method for managing index in data base management system
US7194486B2 (en) Method and system for data processing with data replication for the same
JP3042600B2 (en) Distributed file synchronization method
JP3484440B2 (en) Distributed database update method
JP2002318717A (en) Database system
JPH11242624A (en) Computer readable medium recording information managing data, data managing method and computer readable medium recording data managing program
JP2000155706A (en) Method and device for mapping object-oriented and relational data base and its storage medium
JP4412983B2 (en) Archive device and archive processing program
US7606789B2 (en) Data access and retrieval mechanism
JP3245047B2 (en) Version control apparatus and method
JPH10301824A (en) Computer readable recording medium recording information management data and information management system
JP2003030391A (en) Workflow system and its item deleting method, and program regarding the same method
JP2000148552A (en) Method and system for associating data base file and medium where processing program thereof is recorded
JP2616686B2 (en) Database reorganization during business process
JPH05158777A (en) Data management system
JPH10133934A (en) Distributed document managing system and program storing medium realizing it
JPH08328929A (en) Database split management system
KR0142525B1 (en) File management method for supporting system failure on dbms
JP2610972B2 (en) Database data integrity method
JP2000181777A (en) Method and device for linking database file
JPH0744426A (en) File management method for file system