JP2956593B2 - Transaction file processing method - Google Patents

Transaction file processing method

Info

Publication number
JP2956593B2
JP2956593B2 JP8170526A JP17052696A JP2956593B2 JP 2956593 B2 JP2956593 B2 JP 2956593B2 JP 8170526 A JP8170526 A JP 8170526A JP 17052696 A JP17052696 A JP 17052696A JP 2956593 B2 JP2956593 B2 JP 2956593B2
Authority
JP
Japan
Prior art keywords
file
record
update
transaction file
transaction
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.)
Expired - Fee Related
Application number
JP8170526A
Other languages
Japanese (ja)
Other versions
JPH09330258A (en
Inventor
亮一 ▲高▼藤
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.)
NEC Corp
Original Assignee
Nippon Electric Co Ltd
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 Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP8170526A priority Critical patent/JP2956593B2/en
Publication of JPH09330258A publication Critical patent/JPH09330258A/en
Application granted granted Critical
Publication of JP2956593B2 publication Critical patent/JP2956593B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ホストコンピュー
タに格納されたマスタファイルを、端末装置におけるト
ランザクションファイルにより、更新を行うトランザク
ションファイル処理方式に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a transaction file processing method for updating a master file stored in a host computer with a transaction file in a terminal device.

【0002】[0002]

【従来の技術】従来、ホストコンピュータのマスタファ
イルを、端末装置が作成したトランザクションファイル
を用いて更新を行うトランザクションファイル処理方式
においては、トランザクションファイルには順呼び出し
ファイルが使われ、端末装置内でトランザクションファ
イルの更新や変更等が行われた場合には、これら更新や
変更等が全て記録されたトランザクションファイルがホ
ストコンピュータに送られている。
2. Description of the Related Art Conventionally, in a transaction file processing method in which a master file of a host computer is updated using a transaction file created by a terminal device, a sequential file is used as the transaction file, and the transaction file is stored in the terminal device. When a file is updated or changed, a transaction file in which all such updates and changes are recorded is sent to the host computer.

【0003】[0003]

【発明が解決しようとする課題】上述した通り、従来の
トランザクションファイル処理方式では、順呼び出しフ
ァイルが使われているので、端末装置内でトランザクシ
ョンファイルの更新や変更等が行われた場合には、同一
キーのレコードが複数件存在する場合があり、必要以上
にデータが多くなる場合がある。
As described above, in the conventional transaction file processing method, a sequential access file is used. Therefore, when the transaction file is updated or changed in the terminal device, There may be multiple records with the same key, and there may be more data than necessary.

【0004】本発明は、上記事情に鑑みてなされたもの
であり、トランザクションファイル処理方式において、
同一のキーを持つレコードが入力された時に更新区分を
メンテナンスして不必要なレコードを削減することによ
り、データ量を削減することを目的とする。
[0004] The present invention has been made in view of the above circumstances, and in a transaction file processing method,
An object of the present invention is to reduce the amount of data by maintaining an update category when records having the same key are input to reduce unnecessary records.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、ホストコンピュータのマスタファイル
を、端末装置が作成したトランザクションファイルを用
いて更新を行うトランザクションファイル処理方式であ
って、前記トランザクションファイルは、各レコードに
ついて、キー、更新区分、及びデータ内容をそれぞれ格
納し、前記トランザクションファイルの更新を行う場合
には、入力されたレコードと同一キーを有するレコード
が前記トランザクションファイルに存在するか否かをチ
ェックし、前記チェック結果と、前記入力されたレコー
ド及び前記トランザクションファイルの更新区分とに基
づき、前記トランザクションファイルの更新区分の設定
を変更して、前記トランザクションファイルの更新を行
トランザクションファイル処理方式において前記端
末装置が前記ホストコンピュータのマスタファイルと同
一内容のローカルマスタファイルを備え前記更新区分
として、登録、修正、及び削除を含み前記入力された
レコードの更新区分が登録の場合に、入力されたレコー
ドと同一キーを有するレコードが、前記ローカルマスタ
ファイルに存在せず、且つ前記トランザクションファイ
ルに存在する場合には、前記トランザクションファイル
の更新区分を修正に変更して、更新し前記入力された
レコードの更新区分が修正の場合に、入力されたレコー
ドと同一キーを有するレコードが、前記ローカルマスタ
ファイル及び前記トランザクションファイルに存在し、
且つ該レコードの更新区分が登録である場合には、前記
トランザクションファイルの更新区分を登録に変更し
前記入力されたレコードの更新区分が削除の場合に、入
力されたレコードと同一キーを有するレコードが、前記
ローカルマスタファイル及び前記トランザクションファ
イルに存在し、且つこれらの更新区分が登録である場合
には、該レコードを削除する
Means for Solving the Problems] To achieve the above object, the present invention, the master file of the host computer, the transaction file processing method der update with a transaction file that the terminal device is created
Thus , the transaction file stores a key, an update category, and data content for each record, and when updating the transaction file, a record having the same key as the input record is stored in the transaction file. To check whether or not the transaction file is updated, based on the check result and the input record and the update division of the transaction file, change the setting of the update division of the transaction file, and update the transaction file. in transaction file processing method that performs, said end
The device is the same as the master file of the host computer.
With a local master file one content, the updated classification
Including registration, modification, and deletion, as entered
If the record's update indicator is Created,
Record with the same key as the local master
File does not exist and the transaction file
The transaction file, if it exists in the
Change the update category of the update to correct, update and enter the
If the update indicator of the record is correction, the input record
Record with the same key as the local master
File and said transaction file,
And if the update category of the record is registration,
Change the update indicator in the transaction file to Create ,
If the update category of the input record is delete,
The record having the same key as the input record is
Local master file and the transaction file
File and these update categories are registered
, The record is deleted .

【0006】[0006]

【発明の実施の形態】本発明の実施の形態を以下に説明
する。本発明の実施の形態において、端末装置(図1の
1)でファイルの更新を行う際には、ホストコンピュー
タ(図1の8)に格納されたマスタファイルと同一内容
のローカルマスタファイル(図1の6)を更新し、それ
に伴いトランザクションファイル(図1の5)を作成す
る。
Embodiments of the present invention will be described below. In the embodiment of the present invention, when updating a file in the terminal device (1 in FIG. 1), a local master file (FIG. 1) having the same contents as the master file stored in the host computer (8 in FIG. 1) is used. 6) is updated, and a transaction file (5 in FIG. 1) is created accordingly.

【0007】トランザクションファイル(図1の5)に
は、各レコードについて、キー、更新区分、及びデータ
内容をそれぞれ格納する領域が設けられている。更新区
分には、例えば「登録」、「修正」、及び「削除」があ
る。
The transaction file (5 in FIG. 1) is provided with an area for storing a key, an update category, and data contents for each record. The update category includes, for example, “register”, “correct”, and “delete”.

【0008】ローカルマスタファイル又はトランザクシ
ョンファイルにすでに存在するレコードと同一のキーを
持つレコードが入力され、更新を行う場合には、入力さ
れたレコードの更新区分と、トランザクションファイル
の更新区分と、に応じてトランザクションファイルの更
新区分が新たに定められ、新たに入力されたレコードの
データ内容がトランザクションファイルに格納される。
[0008] When a record having the same key as a record already existing in the local master file or the transaction file is input and an update is performed, the update classification of the input record and the update classification of the transaction file are determined according to the update classification. Thus, the update category of the transaction file is newly determined, and the data content of the newly input record is stored in the transaction file.

【0009】ホストコンピュータに格納されたマスタフ
ァイルを更新する際には、このトランザクションファイ
ルをホストコンピュータに転送し、端末装置のトランザ
クションファイルは消去される。
When updating the master file stored in the host computer, this transaction file is transferred to the host computer, and the transaction file of the terminal device is deleted.

【0010】本発明の実施の形態においては、トランザ
クションファイルの更新区分をメンテナンス(保守、管
理)することにより、トランザクションファイルをホス
トコンピュータ(図1の8)のマスタファイルへ転送す
るまでの間にトランザクションファイルの更新が行われ
た場合であっても、不必要なデータがトランザクション
ファイルに設けられることがないため、ホストコンピュ
ータへ転送する情報量の低減が図られる。
In the embodiment of the present invention, by maintaining (maintaining and managing) the update division of the transaction file, the transaction file is transferred to the master file of the host computer (8 in FIG. 1). Even when the file is updated, unnecessary data is not provided in the transaction file, so that the amount of information transferred to the host computer can be reduced.

【0011】[0011]

【実施例】次に、本発明の実施例について図面を参照し
て説明する。図1は、本発明の実施例の構成を説明する
ための図である。
Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram for explaining the configuration of the embodiment of the present invention.

【0012】図1を参照して、本発明の実施例は、端末
装置1と、端末装置1と通信回線7を介して接続される
ホストコンピュータ8と、から構成されている。端末装
置1は、ディスプレイ2及びキーボード3が接続される
と共にトランザクションファイル5及びローカルマスタ
ファイル6が接続されるレコード更新部4を有する。
Referring to FIG. 1, the embodiment of the present invention comprises a terminal device 1 and a host computer 8 connected to the terminal device 1 via a communication line 7. The terminal device 1 has a record updating unit 4 to which a display 2 and a keyboard 3 are connected, and to which a transaction file 5 and a local master file 6 are connected.

【0013】レコード更新部4は、キーボード3から入
力された更新用レコードを読出し、この更新用レコード
の更新区分を、「登録」、「修正」、及び「削除」にそ
れぞれ選別し、それぞれに応じた処理を実行する。
The record update section 4 reads the update record input from the keyboard 3 and selects update categories of the update record into “registration”, “correction”, and “deletion”. Execute the processing that was performed.

【0014】図2に、本実施例において、入力された更
新用レコードの更新区分が「登録」の場合のトランザク
ションファイル5の更新処理の流れを説明するためのフ
ローチャートを示す。図2を参照して、キーボード3か
ら入力された更新用レコードの更新区分が「登録」の場
合には、入力されたレコードがローカルマスタファイル
6に存在するか否かをチェックし(ステップS11)、
存在しない場合には、入力されたレコードがトランザク
ションファイル5に存在するか否かをチェックする(ス
テップS12)。
FIG. 2 is a flowchart for explaining the flow of the process of updating the transaction file 5 when the update category of the input update record is “registration” in this embodiment. Referring to FIG. 2, when the update category of the update record input from keyboard 3 is "register", it is checked whether or not the input record exists in local master file 6 (step S11). ,
If not, it is checked whether the input record exists in the transaction file 5 (step S12).

【0015】ステップS12の処理において、入力され
たレコードがトランザクションファイル5に存在する場
合(例えば、レコードの削除処理が行われた後である
が、未だトランザクションファイル5の転送処理が行わ
れていない状態であるため、ホストコンピュータ8のマ
スタファイルにはこのレコードが存在している場合)に
は、更新区分に「修正」をセットし(ステップS1
3)、存在しない場合には、更新区分に「登録」をセッ
トする(ステップS14)。
In the processing of step S12, when the input record exists in the transaction file 5 (for example, after the record deletion processing has been performed, the transaction file 5 transfer processing has not been performed yet). Therefore, if this record exists in the master file of the host computer 8), "update" is set in the update category (step S1).
3) If it does not exist, "registration" is set in the update category (step S14).

【0016】次に、ローカルマスタファイル6及びトラ
ンザクションファイル5をそれぞれ更新し、同一キーの
レコードが存在している場合にはこのレコードに上書き
する(ステップS15)。なお、ステップS11のチェ
ックにおいて、入力されたレコードがローカルマスタフ
ァイル6にすでに存在する場合、すなわち既に登録がな
されている場合には、処理を中止し、ディスプレイ2に
エラーメッセージが表示される。
Next, the local master file 6 and the transaction file 5 are updated respectively, and if a record with the same key exists, this record is overwritten (step S15). If it is determined in step S11 that the input record already exists in the local master file 6, that is, if the record has already been registered, the process is stopped and an error message is displayed on the display 2.

【0017】図3に、本実施例において、入力された更
新用レコードの更新区分が「修正」の場合のトランザク
ションファイル5の更新処理の流れを説明するためのフ
ローチャートを示す。図3を参照して、キーボード3か
ら入力された更新用レコードの更新区分が「修正」の場
合には、入力されたレコードがローカルマスタファイル
6に存在するか否かをチェックし(ステップS21)、
存在する場合には、入力されたレコードがトランザクシ
ョンファイル5に存在するかチェックする(ステップS
22)。
FIG. 3 is a flowchart for explaining the flow of the process of updating the transaction file 5 when the update category of the input update record is “correction” in this embodiment. Referring to FIG. 3, when the update category of the update record input from keyboard 3 is “correction”, it is checked whether the input record exists in local master file 6 (step S21). ,
If it exists, it is checked whether the input record exists in the transaction file 5 (step S).
22).

【0018】ステップS22の処理において、入力され
たレコードがトランザクションファイル5に存在しない
場合には、更新区分に「修正」をセットし(ステップS
25)、存在する場合には、トランザクションファイル
5のレコードの更新区分が「登録」であるか否かをチェ
ックする(ステップS23)。ステップS23の処理に
おいて、更新区分が「登録」の場合、すなわちこのレコ
ードの登録処理が行われたが、未だトランザクションフ
ァイル5の転送処理が行われていない場合には、更新区
分に「登録」をセットし(ステップS24)、更新区分
が「登録」でない場合、すなわちホストコンピュータ8
のマスタファイルへの登録がすでに済んでいる場合に
は、更新区分に「修正」をセットする(ステップS2
5)。
In the process of step S22, if the input record does not exist in the transaction file 5, "update" is set in the update category (step S22).
25) If it exists, it is checked whether or not the update category of the record of the transaction file 5 is “registration” (step S23). In the process of step S23, when the update category is "register", that is, when the registration process of this record has been performed but the transfer process of the transaction file 5 has not been performed yet, "registration" is set to the update category. Set (step S24), if the update category is not "register", ie, the host computer 8
Is already registered in the master file, "update" is set in the update category (step S2).
5).

【0019】次に、更新区分がセットされたレコードに
より、ローカルマスタファイル6及びトランザクション
ファイル5をそれぞれ更新し、同一キーのレコードが存
在している場合にはこのレコードに上書きする(ステッ
プS26)。なお、ステップS21のチェックにおいて
入力されたレコードがローカルマスタファイル6に存在
しない場合、すなわち該当する修正対象のレコードが存
在しない場合には、処理を中止し、ディスプレイ2にエ
ラーメッセージが表示される。
Next, the local master file 6 and the transaction file 5 are updated with the record in which the update category is set, and if a record with the same key exists, this record is overwritten (step S26). If the record input in the check in step S21 does not exist in the local master file 6, that is, if there is no corresponding record to be corrected, the process is stopped and an error message is displayed on the display 2.

【0020】図4に、本実施例において、入力された更
新用レコードの更新区分が「削除」の場合のトランザク
ションファイル5の更新処理の流れを説明するためのフ
ローチャートを示す。図4を参照して、キーボード3か
ら入力された更新用レコードの更新区分が「削除」の場
合には、入力されたレコードがローカルマスタファイル
6に存在するか否かをチェックし(ステップS31)、
存在する場合には、入力されたレコードがトランザクシ
ョンファイル5に存在するかチェックする(ステップS
32)。
FIG. 4 is a flowchart for explaining the flow of the process of updating the transaction file 5 when the update category of the input update record is "delete" in this embodiment. Referring to FIG. 4, if the update category of the update record input from keyboard 3 is "delete", it is checked whether the input record exists in local master file 6 (step S31). ,
If it exists, it is checked whether the input record exists in the transaction file 5 (step S).
32).

【0021】ステップS32の処理において、入力され
たレコードがトランザクションファイル5に存在しない
場合には、更新区分に「削除」をセットし(ステップS
35)、トランザクションファイル5を更新(入力され
たレコードのデータ及び/又はキーをセット)する(ス
テップS36)。一方、ステップS32の処理におい
て、入力されたレコードがトランザクションファイル5
に存在する場合には、トランザクションファイル5のレ
コードの更新区分が「登録」であるか否かをチェックし
(ステップS33)、「登録」である場合、すなわち端
末装置1における登録処理は行われたがホストコンピュ
ータ8へのトランザクションファイル5の転送処理が未
だ行われていない場合には、トランザクションファイル
5のレコードを削除し(ステップS34)、「登録」で
ない場合、すなわちホストコンピュータ8のマスタファ
イルへの登録がすでに済んでいる場合には、更新区分に
「削除」をセットし(ステップS35)、トランザクシ
ョンファイル5に入力されたレコードのデータ及び/又
はキーをセット(同一キーのレコードが存在している場
合にはこのレコードに上書き)する(ステップS3
6)。
In the process of step S32, if the input record does not exist in the transaction file 5, "update" is set in the update category (step S32).
35), update the transaction file 5 (set the data and / or key of the input record) (step S36). On the other hand, in the process of step S32, the input record is the transaction file 5
If it exists, it is checked whether or not the update category of the record of the transaction file 5 is “registration” (step S33). If the transaction file 5 has not been transferred to the host computer 8 yet, the record of the transaction file 5 is deleted (step S34). If the registration has been completed, "delete" is set in the update category (step S35), and the data and / or key of the record input to the transaction file 5 are set (records with the same key exist). In this case, this record is overwritten) (step S3).
6).

【0022】次に、ローカルマスタファイル6のレコー
ドを削除する(ステップS37)。なお、ステップS3
1のチェックにおいて入力されたレコードがローカルマ
スタファイル6に存在しない場合、すなわち該当する削
除対象のレコードが存在しない場合には、処理を中止
し、ディスプレイ2にエラーメッセージが表示される。
Next, the record of the local master file 6 is deleted (step S37). Step S3
If the record input in the check 1 does not exist in the local master file 6, that is, if there is no corresponding record to be deleted, the processing is stopped and an error message is displayed on the display 2.

【0023】このようにして、レコード更新部4は、キ
ーボード3から入力されたレコードを処理し、トランザ
クションファイル5を生成する。ホストコンピュータ8
に格納されたマスタファイルの更新は、このトランザク
ションファイル5を通信回線7を介してホストコンピュ
ータ8に転送することによって行われる。
As described above, the record updating unit 4 processes the record input from the keyboard 3 and generates the transaction file 5. Host computer 8
Is updated by transferring the transaction file 5 to the host computer 8 via the communication line 7.

【0024】なお、本実施例においては、更新用レコー
ドは、キーボード3から入力される構成としたが、本発
明はかかる構成に限定されるものではなく、他のファイ
ル装置等から入力される構成としてもよいことは勿論で
ある。
In this embodiment, the update record is inputted from the keyboard 3. However, the present invention is not limited to such a constitution, and the record is inputted from another file device or the like. Needless to say, it may be.

【0025】[0025]

【発明の効果】以上説明したように、本発明のトランザ
クションファイル処理方式は、トランザクションファイ
ルの更新区分をメンテナンスすることにより、トランザ
クションファイルの情報に無駄な部分がなくなり、ホス
トコンピュータへの転送時間を短縮することができ、ホ
ストコンピュータと端末間に通信回線を介している場合
には、通信コストの低減を図ることができる。
As described above, according to the transaction file processing method of the present invention, by maintaining the update division of the transaction file, there is no useless part in the information of the transaction file and the transfer time to the host computer is shortened. When the communication line is provided between the host computer and the terminal, the communication cost can be reduced.

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

【図1】本発明の実施例の構成を説明するための図であ
る。
FIG. 1 is a diagram for explaining a configuration of an embodiment of the present invention.

【図2】本発明の実施例において、更新区分が「登録」
の場合の動作を説明するためのフローチャートである。
FIG. 2 is a diagram showing an example in which an update category is “registered” in an embodiment of the present invention;
9 is a flowchart for explaining the operation in the case of FIG.

【図3】本発明の実施例において、更新区分が「修正」
の場合の動作を説明するためのフローチャートである。
FIG. 3 is a diagram showing an example in which the update category is “correct” in the embodiment of the present invention.
9 is a flowchart for explaining the operation in the case of FIG.

【図4】本発明の実施例において、更新区分が「削除」
の場合の動作を説明するためのフローチャートである。
FIG. 4 shows an example in which the update category is “delete” in the embodiment of the present invention.
9 is a flowchart for explaining the operation in the case of FIG.

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

1 端末装置 2 ディスプレイ 3 キーボード 4 レコード更新部 5 トランザクションファイル 6 ローカルマスタファイル 7 通信回線 8 ホストコンピュータ DESCRIPTION OF SYMBOLS 1 Terminal device 2 Display 3 Keyboard 4 Record update part 5 Transaction file 6 Local master file 7 Communication line 8 Host computer

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 12/00 G06F 15/16 G06F 15/00 G06F 3/06 ──────────────────────────────────────────────────続 き Continued on the front page (58) Fields surveyed (Int.Cl. 6 , DB name) G06F 12/00 G06F 15/16 G06F 15/00 G06F 3/06

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】ホストコンピュータのマスタファイルを、
端末装置が作成したトランザクションファイルを用いて
更新を行うトランザクションファイル処理方式であっ
、 前記トランザクションファイルは、各レコードについ
て、キー、更新区分、及びデータ内容をそれぞれ格納
し、 前記トランザクションファイルの更新を行う場合には、
入力されたレコードと同一キーを有するレコードが前記
トランザクションファイルに存在するか否かをチェック
し、 前記チェック結果と、前記入力されたレコード及び前記
トランザクションファイルの更新区分とに基づき、前記
トランザクションファイルの更新区分の設定を変更し
て、前記トランザクションファイルの更新を行うトラン
ザクションファイル処理方式において前記端末装置が前記ホストコンピュータのマスタファイ
ルと同一内容のローカルマスタファイルを備え前記更新区分として、登録、修正、及び削除を含み前記入力されたレコードの更新区分が登録の場合に、入
力されたレコードと同一キーを有するレコードが、前記
ローカルマスタファイルに存在せず、且つ前記トランザ
クションファイルに存在する場合には、前記トランザク
ションファイルの更新区分を修正に変更して、更新し前記入力されたレコードの更新区分が修正の場合に、入
力されたレコードと同一キーを有するレコードが、前記
ローカルマスタファイル及び前記トランザクションファ
イルに存在し、且つ該レコードの更新区分が登録である
場合には、前記トランザクションファイルの更新区分を
登録に変更し前記入力されたレコードの更新区分が削除の場合に、入
力されたレコードと同一キーを有するレコードが、前記
ローカルマスタファイル及び前記トランザクションファ
イルに存在し、且つこれらの更新区分が登録である場合
には、該レコードを削除する 、 ことを特徴とするトランザクションファイル処理方式。
1. A master file of a host computer,
A transaction file processing method for updating using the transaction file created by the terminal device.
The transaction file stores, for each record, a key, an update category, and data content, and when updating the transaction file,
Checking whether a record having the same key as the input record exists in the transaction file; and updating the transaction file based on the check result and the input record and the update category of the transaction file. change the setting of the division, Trang to perform the update of the transaction file
In the transaction file processing method, the terminal device is a master file of the host computer.
If the update category of the input record is registration, the local master file has the same contents as the file, and the update category includes registration, correction, and deletion.
The record having the same key as the input record is
If it does not exist in the local master file and the transaction
If it exists in the transaction file,
Change the update category of the input file to correction and update it.If the update category of the input record is
The record having the same key as the input record is
Local master file and the transaction file
File and the update category of the record is registered
In this case, update the transaction file
Change to registration , and if the update category of the input record is
The record having the same key as the input record is
Local master file and the transaction file
File and these update categories are registered
, The record is deleted .
JP8170526A 1996-06-10 1996-06-10 Transaction file processing method Expired - Fee Related JP2956593B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8170526A JP2956593B2 (en) 1996-06-10 1996-06-10 Transaction file processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8170526A JP2956593B2 (en) 1996-06-10 1996-06-10 Transaction file processing method

Publications (2)

Publication Number Publication Date
JPH09330258A JPH09330258A (en) 1997-12-22
JP2956593B2 true JP2956593B2 (en) 1999-10-04

Family

ID=15906577

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8170526A Expired - Fee Related JP2956593B2 (en) 1996-06-10 1996-06-10 Transaction file processing method

Country Status (1)

Country Link
JP (1) JP2956593B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006031564A (en) * 2004-07-20 2006-02-02 Matsushita Electric Ind Co Ltd Master file update device
JP5585062B2 (en) * 2009-12-04 2014-09-10 ソニー株式会社 Information processing apparatus, information processing method, data management server, and data synchronization system

Also Published As

Publication number Publication date
JPH09330258A (en) 1997-12-22

Similar Documents

Publication Publication Date Title
US6243705B1 (en) Method and apparatus for synchronizing information on two different computer systems
US7870099B2 (en) Computer readable recording medium having stored therein database synchronizing process program, and apparatus for and method of performing database synchronizing process
JP2004528636A (en) Automatic data update
JP2956593B2 (en) Transaction file processing method
JP3636773B2 (en) Information processing device for database check
JP2004355203A (en) Update/history/tabulation management system for data
JP3323524B2 (en) Optical disc difference information extraction method
JPH1091500A (en) Client/server system, differential file down loading method in client/server system and storage medium storing program for differential file down loading
JP2006004024A (en) Program for execution by directory server
JPH11353215A (en) Journal-after-update collecting process system
JPH10275107A (en) System and method for data registration
JP2003271894A (en) Slip editing method and slip editing program
JP2752785B2 (en) Dynamic operating environment change method
JP2643843B2 (en) Online processing system
JP2647044B2 (en) History management method
JP4045868B2 (en) Information providing server, content management method, and program
JP2818538B2 (en) Journal file division management method and journal file division management method
JP2000207463A (en) Automatic salary calculating device, automatic salary calculating method and record medium with automatic salary calculation program recorded therein
JP2001014192A (en) Device for managing database
JPS6149235A (en) Control reuse system for software specificatins
JPH0855217A (en) Seal registration device
JPH113262A (en) Simple distributed fa data base management system
JPH04139584A (en) Image data on-line editing processing system
JP2001134480A (en) System and method for file exclusive control and recording medium
JPH01230148A (en) Registered data control system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19990622

LAPS Cancellation because of no payment of annual fees