JPH03250229A - Commitment control system - Google Patents

Commitment control system

Info

Publication number
JPH03250229A
JPH03250229A JP2045509A JP4550990A JPH03250229A JP H03250229 A JPH03250229 A JP H03250229A JP 2045509 A JP2045509 A JP 2045509A JP 4550990 A JP4550990 A JP 4550990A JP H03250229 A JPH03250229 A JP H03250229A
Authority
JP
Japan
Prior art keywords
data
records
screen
updated
record
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
JP2045509A
Other languages
Japanese (ja)
Inventor
Takeo Seki
関 武夫
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 JP2045509A priority Critical patent/JPH03250229A/en
Publication of JPH03250229A publication Critical patent/JPH03250229A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To accelerate an update processing by executing commitment control for regulating the data processing unit of a data base when a value totalizing the number of updated records and the number of scrolled records reaches a prescribed reference value. CONSTITUTION:When the value totalizing the number of records to be scrolled by a data display mechanism 11 and the number of records updated by a data updating mechanism 18 reaches the prescribed reference value, a commit control mechanism 14 executes the commitment control for regulating a transaction and is equipped with first and second counters 15 and 16 and a commit execution part 17. The first counter 15 counts the number of records scrolled on a screen by interlocking with a data display part 13, and the second counter 16 counts the number of updated record by interlocking with a data input part 19. Thus, even when a relational data base is handled, the update processing is accelerated.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明はコミットメント制御方式に関し、特に画面上
でデータベースのデータの更新処理をリアルタイムに実
行するコンピュータシステムのコミットメント制御方式
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a commitment control method, and particularly to a commitment control method for a computer system that executes updating processing of database data on a screen in real time.

(従来の技術) 一般に、CRT画面上でデータベースのデータをリアル
タイムに更新処理するコンピュータシステムにおいては
、データベースのルーコード分のデータが1画面に画面
表示されている。このため、オペレータがCRT画面を
参照しながら実行できる更新処理は、1画面つまりルコ
ード単位となる。
(Prior Art) Generally, in a computer system that updates data in a database in real time on a CRT screen, data corresponding to the roux code in the database is displayed on one screen. Therefore, the update process that can be executed by the operator while referring to the CRT screen is for one screen, that is, for each code.

このようなシステムでは、ルーコード分のデータの更新
処理が完了されると、コミットが自動的に実行され、こ
れによってそのルコードが1トランザクシヨンとして規
定される。この様に、1画面にルコードが表示されるシ
ステムにおいては、1画面単位でトランザクションが規
定されるので、現在画面表示されているレコードの前の
レコードは既にトランザクションとして確定済みとなる
。このため、例えば、画面表示されているレコードに対
して更新処理のためのキー操作を実行している最中に何
等かの障害が発生した場合には、障害発生時のロールパ
ック処理等によって更新処理実行前の状態に戻されるが
、前述のように前画面のレコードは既にトランザクショ
ンとして確定済みであるので、現在表示中のレコードか
ら更新処理を再開することが可能となる。
In such a system, when the data update process for a code is completed, a commit is automatically executed, thereby defining the code as one transaction. In this way, in a system where a code is displayed on one screen, transactions are defined on a per-screen basis, so the record before the record currently displayed on the screen has already been determined as a transaction. For this reason, for example, if a failure occurs while performing a key operation to update a record displayed on the screen, the update can be performed using roll pack processing at the time of failure. The state is returned to the state before the process was executed, but since the record on the previous screen has already been confirmed as a transaction as described above, it is possible to restart the update process from the currently displayed record.

しかしながら、リレーショナルデータベース(RDB)
のような表形式のデータベースを扱う場合には、1画面
にルーコードではなく、複数のレコードが1画面に表示
されるので、ルーコード単位でコミットを実行してもト
ランザクションとして規定されるのは、1画面分のデー
タではなく、表示されている表の中の1行分のデータと
なってしまう。コミット実行時には更新されたデータを
ファイルに書き込むための入出力処理が伴われるので、
コミットが一旦実行されるとその入出力処理に要する時
間分だけ次のレコードに対する更新処理の開始が遅れる
ことになる。
However, relational database (RDB)
When dealing with a tabular database such as , multiple records are displayed on one screen instead of roucodes, so even if you commit in roucode units, it is not defined as a transaction. , instead of data for one screen, it becomes data for one row in the displayed table. When executing a commit, input/output processing is involved to write updated data to a file, so
Once commit is executed, the start of update processing for the next record will be delayed by the time required for the input/output processing.

このため、リレーショナルデータベースを扱うシステム
においては、従来のようにトランザクションを規定する
ためのコミットをルーコード単位で実行すると、同一画
面でなんども入出力処理が行われることになり、更新処
理の処理速度が低下される問題が生じる。
For this reason, in systems that handle relational databases, if commits for specifying transactions are executed in code units as in the past, input/output processing will be performed on the same screen many times, and the processing speed of update processing will be reduced. A problem arises in which the performance is reduced.

また、ルーコード単位でコミットを実行する制御の他に
、マニュアル操作によってコミットの実行を制御する方
法もあるが、1画面に複数のレコードが表示されている
場合には画面表示されているデータ内容がスクロール操
作によってルーコード単位で変更されるため、画面単位
の区切りが不明確である。このため、マニュアル操作に
よってコミットの実行を制御するのは、オペレータに対
する負担が非常に大きくなると共に、操作ミスによって
はデータを破壊してしまう恐れもある。従って、リレー
ショナルデータベースを扱うシステムにおいては、マニ
ュアル操作によってコミットの実行を制御するのは困難
である。
In addition to controlling commit execution for each code, there is also a method to control commit execution by manual operation, but if multiple records are displayed on one screen, the data content displayed on the screen is changed on a per-code basis by scrolling, so the division between screens is unclear. For this reason, controlling the commit execution by manual operations places a very heavy burden on the operator, and there is also a risk that data may be destroyed due to operational errors. Therefore, in a system that handles a relational database, it is difficult to control commit execution through manual operations.

(発明が解決しようとする課題) 従来では、リレーショナルデータベースを扱うと、表示
されている表の中の1行分のデータ毎にコミットが実行
される事になり、更新処理の処理速度が低下される欠点
があった。
(Problem to be solved by the invention) Conventionally, when dealing with relational databases, a commit is executed for each row of data in the displayed table, which slows down the processing speed of update processing. There were some drawbacks.

この発明はこの様な点に鑑みてなされたもので、リレー
ショナルデータベースを扱った場合でも1画面単位でコ
ミットを自動的に実行できるようにし、更新処理の高速
化を実現できるコミットメント制御方式を提供する事を
目的とする。
This invention has been made in view of these points, and provides a commitment control method that can automatically execute commit on a screen-by-screen basis even when dealing with relational databases, and can speed up update processing. aim at something.

C発明の構成コ 帽1を解決するための手段) この発明によるコミットメント制御方式は、データベー
スから読み出した複数レコード分のデータを画面表示す
る表示手段と、この表示手段で画面表示されているデー
タ内容をレコード毎に更新するデータ更新手段と、前記
表示手段に画面表示されているデータをレコード単位で
スクロールするスクロール手段と、前記データ更新手段
によって更新されたレコード数と前記スクロール手段に
よってスクロールされたレコード数との合計値が所定の
基準値に達した時、前記データベースのデータの処理単
位を規定するためのコミットメント制御を実行するコミ
ットメント制御手段とを具備することを特徴とする。
Composition of the Invention CMeans for Solving Problem 1) The commitment control method according to the present invention includes a display means for displaying data for a plurality of records read from a database on a screen, and data contents displayed on the screen by the display means. a data updating means for updating record by record, a scrolling means for scrolling the data displayed on the screen on the display means record by record, the number of records updated by the data updating means and the records scrolled by the scrolling means; and a commitment control means for executing commitment control for defining a processing unit of data in the database when the total value with the number reaches a predetermined reference value.

(作用) このコミットメント制御方式においては、スクロールさ
れたレコード数と更新処理されたレコード数との合計値
が基準値に達した時にコミットメント制御が実行される
ので、基準値を1画面に表示されるレコード数程度に設
定することによりて、オペレータに負担をかけること無
く、はぼ1画面単位でコミットメント制御を自動的に実
行することができる。
(Operation) In this commitment control method, commitment control is executed when the total value of the number of scrolled records and the number of updated records reaches the standard value, so the standard value is displayed on one screen. By setting the number of records to about the number of records, commitment control can be automatically executed on a screen-by-screen basis without putting a burden on the operator.

従って、リレーショナルデータベースを扱った場合でも
、更新処理を高速に行うことが可能となる。
Therefore, even when dealing with a relational database, it is possible to perform update processing at high speed.

(実施例) 以下、図面を参照してこの発明の詳細な説明する。(Example) Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図にはこの発明の一実施例に係わるコミットメント
制御方式を実現するためのコンピュータシステムが示さ
れている。このコンピュータシステムは、データ表示機
構11、コミット制御機構14、データ更新機構18、
リレーショナルデータベース制御システム部(RDBC
3)21、リレーショナルデータベース(RDB)ファ
イル22、CRTデイスプレィ23、およびキーボード
(KB)24を備えている。
FIG. 1 shows a computer system for implementing a commitment control method according to an embodiment of the present invention. This computer system includes a data display mechanism 11, a commit control mechanism 14, a data update mechanism 18,
Relational Database Control System Department (RDBC)
3) 21, a relational database (RDB) file 22, a CRT display 23, and a keyboard (KB) 24.

データ表示機構11は、リレーショナルデータベースフ
ァイル22から取り出したデータをCRTデイスプレィ
23に表形式で表示するためのものであり、データ取り
出し部12およびデータ表示部13を備えている。
The data display mechanism 11 is for displaying data retrieved from the relational database file 22 in a table format on the CRT display 23, and includes a data retrieval section 12 and a data display section 13.

データ取り出し部12は、リレーショナルデータベース
制御システム部21と共同して、リレーショナルデータ
ベースファイル22から複数レコード分のデータを取り
出す。データ表示部13は、データ取り出し部12によ
って取り出された複数レコード分のデータをCRTデイ
スプレィ23に表示する。
The data retrieval unit 12 retrieves data for a plurality of records from the relational database file 22 in cooperation with the relational database control system unit 21 . The data display unit 13 displays data for a plurality of records extracted by the data extraction unit 12 on the CRT display 23.

また、このデータ表示機構11は、CRTデイスプレィ
23に表示されているデータをレコード単位で上スクロ
ールおよび下スクロールするための機能も有しており、
このスクロール動作はオペレータによるキーボード24
のキー操作に従って制御される。
The data display mechanism 11 also has a function for scrolling up and down the data displayed on the CRT display 23 record by record.
This scrolling operation is performed by the operator using the keyboard 24.
Controlled according to key operations.

データ更新機構18は、CRTデイスプレィ23に表示
されているデータをレコード毎に更新するためのもので
あり、データ入力部19およびデータ更新部20を備え
ている。
The data update mechanism 18 is for updating the data displayed on the CRT display 23 for each record, and includes a data input section 19 and a data update section 20.

データ入力部19は、オペレータによるキーボード24
のキー操作によって入力されたデータを受信する。デー
タ更新部20は、リレーショナルデータベース制御シス
テム部21と共同して、データ入力部19が受信した入
力データに基づいてCRTデイスプレィ23に表示され
ているデータ内の特定のレコード内容を更新する。
The data input section 19 includes a keyboard 24 for use by an operator.
Receives data entered by key operations. The data update section 20 cooperates with the relational database control system section 21 to update specific record contents within the data displayed on the CRT display 23 based on the input data received by the data input section 19.

コミット制御機構14は、データ表示機構11によって
スクロールされるレコード数とデータ更新機構18によ
って更新されたレコード数との合計値が所定の基準値に
達した時にトランザクションを規定するためのコミット
メント制御を実行するものであり、第1および第2のカ
ウンタ15.16、およびコミット実行部17を備えて
いる。
The commit control mechanism 14 executes commitment control to define a transaction when the total value of the number of records scrolled by the data display mechanism 11 and the number of records updated by the data update mechanism 18 reaches a predetermined reference value. It is equipped with first and second counters 15 and 16, and a commit execution unit 17.

第1のカウンタ15は、データ表示部13と連動するこ
とによって、画面上でスクロールされたレコード数をカ
ウントする。第2のカウンタ16は、データ入力部19
と連動することによって、更新されたレコード数をカウ
ントする。コミット実行部17は、第1および第2のカ
ウンタ15.16でカウントされた合計値が前述の基準
値に達した時に、リレーショナルデータベース制御シス
テム部21と共同して、コミットメント制御を実行する
。この場合、基準値は、CRTデイスプレィ23で表示
される1画面分のレコード数程度の値に設定することが
好ましい。また、データの更新処理が全く実行されない
場合にはコミットメント制御を行う必要がないので、実
際には、少なくともルーコード分のデータ更新が実行さ
れていることがコミ・ソトメント制御を実行するための
条件となる。
The first counter 15 works in conjunction with the data display section 13 to count the number of records scrolled on the screen. The second counter 16 has a data input section 19
By linking with , the number of updated records is counted. The commit execution unit 17 executes commitment control in collaboration with the relational database control system unit 21 when the total value counted by the first and second counters 15.16 reaches the above-mentioned reference value. In this case, the reference value is preferably set to a value approximately equal to the number of records for one screen displayed on the CRT display 23. In addition, if no data update processing is executed, there is no need to perform commitment control, so in reality, the condition for executing commitment control is that at least data updates for the number of codes have been executed. becomes.

次に、第2図を参照して、コミット制御機構14のコミ
ットメント制御によって規定されるトランザクションと
CRTデイスプレィ23の画面表示状態との関係を説明
する。ここでは、簡単のために1画面に表示されるデー
タが7レコ一ド分の場合を例にとって説明する。
Next, with reference to FIG. 2, the relationship between transactions defined by the commitment control of the commit control mechanism 14 and the screen display state of the CRT display 23 will be explained. Here, for the sake of simplicity, an example will be explained in which the data displayed on one screen corresponds to seven records.

第2図(A)には、スクロール動作が実行されず、CR
Tデイスプレィ23の画面30に表示されているレコー
ドR1からR7の7レコード全てが更新処理された場合
が示されている。この場合、基準値が7に設定されてい
ると、レコードR7が更新された時点でコミットが実行
され、これによってレコードR1からR7の更新された
7レコードがリレーショナルデータベースファイル22
に書き込まれ、それらが1トランザクシヨンとして規定
される。
In FIG. 2(A), no scrolling operation is performed and CR
A case is shown in which all seven records R1 to R7 displayed on the screen 30 of the T-display 23 have been updated. In this case, if the reference value is set to 7, a commit will be executed when record R7 is updated, and the updated 7 records from records R1 to R7 will be transferred to the relational database file 22.
, and these are defined as one transaction.

第2図(B)には、レコードR1からR3の3行方のス
クロール動作が実行された後、CRTデイスプレィ23
の画面30に表示されているレコードR4からRIOの
7レコードのうちの4レコードつまりレコードR4,R
5,Re、R8が更新処理された場合が示されている。
FIG. 2(B) shows that after scrolling in three directions from records R1 to R3, the CRT display 23
4 records out of 7 records of RIO from record R4 displayed on the screen 30 of
5, Re, and R8 are shown as being updated.

この場合、基準値が7に設定されていると、レコードR
8が更新された時点でコミットが実行され、レコードR
1からR8の8レコードのうち更新処理が行われたレコ
ードR4からR8の5レコードが1トランザクシツンと
して規定される。
In this case, if the reference value is set to 7, record R
Commit is executed when 8 is updated, and record R
Of the 8 records 1 to R8, 5 records R4 to R8 that have been updated are defined as one transaction.

次に、第3図および第4図のフローチャートを参照して
、この実施例のコミットメント制御動作を説明する。第
3図のフローチャートは第1のカウンタ15を利用した
動作を示すものであり、また第4図のフローチャートは
第2のカウンタ16を利用した動作を示すものである。
Next, the commitment control operation of this embodiment will be explained with reference to the flowcharts of FIGS. 3 and 4. The flowchart in FIG. 3 shows the operation using the first counter 15, and the flowchart in FIG. 4 shows the operation using the second counter 16.

まず、CRTデイスプレィ23に1画面分のデータが表
示される。この状態で、画面のスクロールが実行される
と、データ表示部13から第1のカウンタ15にカウン
ト要求が出され、これによって第3図のフローチャート
に示されているルーチンが実行されることになる。しか
しながら、この場合、どのレコードに対しても更新処理
がまだ実行されてないので、第2のカウンタ(カウンタ
2)16のカウント値は「0」である。このため、ステ
ップの Ai件が不成立となり、コミットは実行されない。
First, data for one screen is displayed on the CRT display 23. When the screen is scrolled in this state, a count request is issued from the data display section 13 to the first counter 15, and the routine shown in the flowchart of FIG. 3 is thereby executed. . However, in this case, since the update process has not yet been executed for any record, the count value of the second counter (counter 2) 16 is "0". Therefore, the Ai condition of the step is not established, and the commit is not executed.

キーボード24からデータが入力されると、その入力デ
ータに基づいて表示中のレコードの更新が行われる。こ
のとき、第2のカウンタ(カウンタ2)IBにカウント
要求が出され、これによって第4図のフローチャートに
示されているルーチンが実行されることになる。
When data is input from the keyboard 24, the record being displayed is updated based on the input data. At this time, a count request is issued to the second counter (counter 2) IB, which causes the routine shown in the flowchart of FIG. 4 to be executed.

このルーチンにおいては、まず、第2のカウンタの値が
rOJから「1」に+1カウントアツプされる(ステッ
プBl)。この結果、第3図のステップAIの条件が成
立され、第2のカウンタ(カウンタ2)1Bのカウント
値と第1のカウンター5でカウントされたスクロール行
数との合計のカウント値が求められる(ステップA2)
In this routine, first, the value of the second counter is incremented by +1 from rOJ to "1" (step B1). As a result, the condition of step AI in FIG. 3 is satisfied, and the total count value of the count value of the second counter (counter 2) 1B and the number of scroll lines counted by the first counter 5 is obtained ( Step A2)
.

この後、画面のスクロールが行われた場合には、ステッ
プA2で求めた合計カウント値(それまでの更新回数+
スクロール行数)が基準値以上か否かが判断される(ス
テップA3)。基準値以上の場合には、コミットが実行
され(ステップA4)、その後第1および第2のカンウ
ンタ15.16(カウンタ1.カウンタ2)の値が「0
」に初期化される(ステップA5)。
After that, if the screen is scrolled, the total count value calculated in step A2 (the number of updates up to that point +
It is determined whether the number of scroll lines) is greater than or equal to a reference value (step A3). If it is equal to or greater than the reference value, a commit is executed (step A4), and then the values of the first and second counters 15.16 (counter 1, counter 2) become "0".
” (step A5).

また、更新処理が実行される毎に、第4図のルーチンの
ステップB1で第2のカウンタ16の値が+1更新され
、その後、合計カウント値(それまでの更新回数+スク
ロール行数)が基準値以上か否かがステップB2で判断
される。合計カウント値が基準値以上の場合には、コミ
ットが実行され(ステップB3)、その後第1および第
2のカンウンタ15,1B(カウンタ1.カウンタ2)
の値が「0」に初期化される(ステップB4)。
Furthermore, each time the update process is executed, the value of the second counter 16 is updated by +1 in step B1 of the routine in FIG. 4, and then the total count value (the number of updates so far + the number of scroll lines) is It is determined in step B2 whether or not the value is greater than or equal to the value. If the total count value is greater than or equal to the reference value, commit is executed (step B3), and then the first and second counters 15, 1B (counter 1, counter 2)
The value of is initialized to "0" (step B4).

この様に、この実施例では、スクロールが1度も実行さ
れない場合でも更新回数が基準値に達した場合にはコミ
ットが実行されるが、更新が1度も実行されてない場合
においては、データベースの更新処理をより高速化する
ために、たとえスクロール行数が基準値に達してもコミ
ットは実行されない。
In this way, in this embodiment, even if scrolling is never executed, a commit is executed when the number of updates reaches the reference value, but if no updates are executed even once, the database In order to speed up the update process, commit is not executed even if the number of scroll rows reaches the threshold value.

以上のように、この実施例では、スクロールされたレコ
ード数と更新処理されたレコード数との合計値が1画面
に表示されるレコード数に達した時にコミットメント制
御が実行されるので、オペレータに負担をかけること無
く、はぼ1画面単位でコミットメント制御を自動的に実
行することができる。また、更新が1度も実行されてな
い場合においては、たとえスクロール行数が基準値に達
してもコミットを実行しないようにしたことによって、
無駄なI10処理の発生を防止でき、より更新処理の高
速化が図れる。
As described above, in this embodiment, commitment control is executed when the total value of the number of scrolled records and the number of updated records reaches the number of records displayed on one screen, which burdens the operator. Commitment control can be automatically executed on a screen-by-screen basis without requiring additional time. In addition, if no update has been executed even once, even if the number of scroll lines reaches the standard value, commit will not be executed.
The occurrence of wasteful I10 processing can be prevented, and the update processing speed can be further increased.

[発明の効果] 以上のように、この発明によれば、リレーショナルデー
タベースを扱った場合でも、1画面単位でコミットを自
動的に実行でき、更新処理の高速化を実現することがで
きる。
[Effects of the Invention] As described above, according to the present invention, even when dealing with a relational database, commit can be automatically executed in units of one screen, and update processing can be speeded up.

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

第1図はこの発明の一実施例に係わるコミットメント制
御方式を実現するためのシステム構成を示すブロック図
、第2図は第1図に示したシステムに設けられているデ
イスプレィのデータ表示状態とフミット制御のとの関係
を示す図、第3図および第4図はそれぞれ第1図に示し
たシステムの動作を説明するフローチャートである。 11・・データ表示wA栴、14・・・コミント制御機
構、18・・・データ更新機構、21・・・リレーショ
ナルデータベース制御システム部、22・・・リレーシ
ョナルデータベースファイル、23・・・CRTデイス
プレィ、24・・・キーボード。
FIG. 1 is a block diagram showing a system configuration for realizing a commitment control method according to an embodiment of the present invention, and FIG. 2 shows the data display state and fumit of the display provided in the system shown in FIG. FIGS. 3 and 4, which show the relationship between control and control, are flowcharts explaining the operation of the system shown in FIG. 1, respectively. DESCRIPTION OF SYMBOLS 11... Data display wA, 14... Comint control mechanism, 18... Data update mechanism, 21... Relational database control system section, 22... Relational database file, 23... CRT display, 24 ···keyboard.

Claims (1)

【特許請求の範囲】[Claims] データベースから読み出した複数レコード分のデータを
画面表示する表示手段と、この表示手段で画面表示され
ているデータ内容をレコード毎に更新するデータ更新手
段と、前記表示手段に画面表示されているデータをレコ
ード単位でスクロールするスクロール手段と、前記デー
タ更新手段によって更新されたレコード数と前記スクロ
ール手段によつてスクロールされたレコード数との合計
値が所定の基準値に達した時、前記データベースのデー
タの処理単位を規定するためのコミットメント制御を実
行するコミットメント制御手段とを具備することを特徴
とするコミットメント制御方式。
a display means for displaying data for a plurality of records read from a database on a screen; a data update means for updating the data content displayed on the screen by the display means for each record; and a data update means for updating the data content displayed on the screen by the display means A scrolling means scrolls record by record, and when the total value of the number of records updated by the data updating means and the number of records scrolled by the scrolling means reaches a predetermined reference value, the data of the database is updated. A commitment control method comprising: commitment control means for executing commitment control for defining processing units.
JP2045509A 1990-02-28 1990-02-28 Commitment control system Pending JPH03250229A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2045509A JPH03250229A (en) 1990-02-28 1990-02-28 Commitment control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2045509A JPH03250229A (en) 1990-02-28 1990-02-28 Commitment control system

Publications (1)

Publication Number Publication Date
JPH03250229A true JPH03250229A (en) 1991-11-08

Family

ID=12721378

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2045509A Pending JPH03250229A (en) 1990-02-28 1990-02-28 Commitment control system

Country Status (1)

Country Link
JP (1) JPH03250229A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06332773A (en) * 1993-05-21 1994-12-02 Nec Corp Data base updating system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06332773A (en) * 1993-05-21 1994-12-02 Nec Corp Data base updating system

Similar Documents

Publication Publication Date Title
JPH03250229A (en) Commitment control system
JP3750084B2 (en) Data processing device for narrowed display
JP2760755B2 (en) Method of storing and redisplaying the operation button history for computer processing
JPS6320525A (en) Display device
JPH06315856A (en) Production planning system
JPH08314943A (en) Database system
JP2669625B2 (en) Resource information display system
JPS63247824A (en) Expanding method for number of defining blocks of data entry screen
JP2851071B2 (en) Database device
JPH07281880A (en) Window input/output device
JPH0476768A (en) Electronic slip creating device
JPH04216135A (en) Counter system
JPH09237210A (en) File update device
JPH06175798A (en) Variable picture display control system
JPS6336476A (en) Data processor
JPH0721285A (en) Commodity processing system
JPH03290755A (en) Table calculation system
JPH08272669A (en) Data updating method in client-server system
JPH03150642A (en) Process simulation system
JPH02300948A (en) File reference/update system
JPH0675984A (en) Input system in accumulated total calculation
JPS62260226A (en) Command input method
JPH03196235A (en) Information processor
JPH04336366A (en) Menu system using control file
JPS6015736A (en) Display system of item information