JPH1196209A - Method for editing shared data base - Google Patents
Method for editing shared data baseInfo
- Publication number
- JPH1196209A JPH1196209A JP9278088A JP27808897A JPH1196209A JP H1196209 A JPH1196209 A JP H1196209A JP 9278088 A JP9278088 A JP 9278088A JP 27808897 A JP27808897 A JP 27808897A JP H1196209 A JPH1196209 A JP H1196209A
- Authority
- JP
- Japan
- Prior art keywords
- data
- mode
- key
- lock
- database
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、複数の利用者がデ
ータベースを共有している場合に、データの追加や修正
を支障なく実行するための共有データベースの編集方法
に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for editing a shared database for adding or modifying data without any trouble when a plurality of users share the database.
【0002】[0002]
【従来の技術】例えば、集積回路の設計では、多数の回
路素子を組み合わせた回路図をCAD装置等を用いて作
成する。この場合に、プリント基板上に搭載する部品の
部品情報を、データベースを参照しながら取り出し、設
計図面上に貼り付けたり、設計値の演算等に使用する。
データベースには、製品の設計に先立って、その製品に
使用される全ての部品情報をライブラリとして登録す
る。2. Description of the Related Art For example, in designing an integrated circuit, a circuit diagram in which a large number of circuit elements are combined is created using a CAD device or the like. In this case, the component information of the components mounted on the printed circuit board is extracted with reference to a database, and pasted on a design drawing or used for calculating design values.
Prior to the design of a product, all pieces of component information used for the product are registered as a library in the database.
【0003】対象製品が複雑な構成の場合、こうして登
録される新たな部品ライブラリやこれまで登録されてい
た部品ライブラリの修正処理作業が膨大なものになる。
従って、多数のオペレータによって部品ライブラリを格
納したデータベースを同時に検索し、各自が分担して処
理を進める。If the target product has a complicated configuration, the new component library registered in this way and the correction processing of the component library registered so far become enormous.
Therefore, a database in which a component library is stored is simultaneously searched by a large number of operators, and the processing is advanced by each of the operators.
【0004】こうした場合に、1つのデータに対し複数
のオペレータが修正処理を加えようとすると、いわゆる
処理の競合が発生する。この場合、一方のオペレータが
せっかく所定の修正処理を加えたデータを保存しても、
競合して修正処理を実行している別のオペレータがデー
タを後から再保存すると、直前の修正結果は無駄にな
る。こうした問題を解決するために、修正処理を開始し
た場合には、そのデータにロックをかけ、他人が修正作
業を行わないようにすることができる(特開平8−23
5233号公報)。In such a case, when a plurality of operators try to correct one data, so-called processing conflict occurs. In this case, even if one operator saves the data after the predetermined correction processing,
If another operator competing and executing the correction processing resaves the data later, the immediately preceding correction result is wasted. In order to solve such a problem, when the correction processing is started, the data is locked so that another person cannot perform the correction work (Japanese Patent Laid-Open No. Hei 8-23).
No. 5233).
【0005】[0005]
【発明が解決しようとする課題】ところで、上記のよう
な従来の技術には次のような解決すべき課題があった。
共有データベースを複数の者が一斉に操作する場合に
は、上記のような競合が様々な形で発生する。しかしな
がら、データベースの内容を読み込んで、その内容を検
討して修正作業を行い、再びデータを保存するまでに
は、相当の時間を経過する。従って、他人のデータ修正
作業を阻止するために、データベースの内容を読み込ん
だ時点でそのデータをロックすると、データが長時間ロ
ックされてしまう。例えば最終的に修正はしないのに、
閲覧処理中、他人の修正作業を妨げてしまうこともあ
る。However, the above-mentioned prior art has the following problems to be solved.
When a plurality of persons operate the shared database at the same time, the above-mentioned conflicts occur in various forms. However, it takes a considerable time before the contents of the database are read, the contents are examined, the correction is performed, and the data is stored again. Therefore, if the data is locked when the contents of the database are read in order to prevent another person from modifying the data, the data is locked for a long time. For example, we don't make any final adjustments,
During the browsing process, it may hinder others' correction work.
【0006】一方、データの内容をゆっくりと閲覧し、
その後編集すべきデータを決定して編集処理を開始する
と、データの内容を閲覧したとき以降に、他人がそのデ
ータを編集して内容が変わってしまっていることがあ
る。これでは、最新のデータに変更を加えることができ
ない。On the other hand, the contents of data are browsed slowly,
After that, when the data to be edited is determined and the editing process is started, another person may edit the data and change the content after reading the data. This makes it impossible to make changes to the latest data.
【0007】[0007]
【課題を解決するための手段】本発明は以上の点を解決
するため次の構成を採用する。 〈構成1〉データベース中に含まれる複数のデータを読
み込むために、各データのキーを表示するキー表示モー
ドと、このキー表示モードで指定されて読み込んだ複数
のデータを一括して表示する閲覧モードと、上記キー表
示モードにおいて選択したキーについて、対応するデー
タの他人による書換えを阻止するためのロック操作を開
始するロック開始モードと、ロック操作の開始後、ロッ
ク操作の対象となるデータをそれぞれ上記データベース
から再度読み込んで、他人によるロックがない場合にそ
のロックを実行する再読み込みモードと、再読み込みさ
れたデータを表示して、データの編集を許容する編集モ
ードと、編集後のデータをデータベースに書き込んで上
記ロックを解除するロック解除モードとを順に実行する
ことを特徴とする共有データベースの編集方法。The present invention employs the following structure to solve the above problems. <Structure 1> A key display mode for displaying a key of each data in order to read a plurality of data included in the database, and a browsing mode for displaying a plurality of data specified and read in the key display mode at a time A lock start mode for starting a lock operation for preventing rewriting of the corresponding data by another person for the key selected in the key display mode, and a lock operation target data after the lock operation is started. Re-read mode that reads from the database again and executes the lock if there is no lock by another person, edit mode that displays the re-read data and allows editing of the data, and the edited data to the database A lock release mode for writing and releasing the lock is sequentially executed. How to edit Yu database.
【0008】〈構成2〉データベース中に新たなデータ
を追加するために該当するデータのキーを指定するキー
表示モードと、このキー表示モードで指定されたキーに
ついて、同一のキーを使用した他人によるデータの追加
を阻止するためのロック操作を開始するロック開始モー
ドと、ロック操作の開始後、他人によるロックがない場
合にそのロックを実行する追加ロックモードと、追加す
るデータの項目を表示して、データの入力を許容する編
集モードと、編集後のデータをデータベースに書き込ん
で上記ロックを解除するロック解除モードとを順に実行
することを特徴とする共有データベースの編集方法。<Structure 2> A key display mode for designating a key of the corresponding data in order to add new data to the database, and a key specified in this key display mode is used by another person who uses the same key. Display the lock start mode to start the lock operation to prevent the addition of data, the additional lock mode to execute the lock when there is no lock by others after the start of the lock operation, and the items of the data to be added And an edit mode for permitting data input and an unlock mode for writing the edited data to the database to release the lock.
【0009】[0009]
【発明の実施の形態】以下、本発明の実施の形態を、具
体例を用いて順に説明する。 〈具体例〉図1は、本発明のシステム概略説明図であ
る。図のシステムは、データベース1を、例えば複数の
端末PC1,PC2,PC3を利用してアクセスし、そ
のデータ3を編集するように構成されている。各端末は
それぞれ別々のオペレータにより操作されるものとす
る。このデータベース1は、例えばCADを用いた集積
回路設計のための部品ライブラリを登録している。部品
ライブラリというのは、プリント基板上に搭載される部
品をCADシステムで使用できるようにデータ化したも
ので、部品のシンボルやイメージ、その他の部品に関す
る情報によって構成される。DESCRIPTION OF THE PREFERRED EMBODIMENTS The embodiments of the present invention will be described below in order using specific examples. <Specific Example> FIG. 1 is a schematic diagram illustrating the system of the present invention. The system shown in the figure is configured to access the database 1 using, for example, a plurality of terminals PC1, PC2, and PC3 and edit the data 3. Each terminal is operated by a different operator. This database 1 registers, for example, a component library for integrated circuit design using CAD. The parts library is a data library of parts mounted on a printed circuit board so that the parts can be used in a CAD system. The parts library is composed of parts symbols, images, and other information on parts.
【0010】このデータベース1に含まれるデータ3
は、所定のキーによって検索される構成になっている。
図の例では、データ3が、A1の情報、C1の情報、G
1の情報、S1の情報、T1の情報等を組み合わせて構
成されている。本発明では、概略的には、この図に示す
フローチャートのような手順でデータの編集処理が実行
される。例えば、端末PC1を用いてデータの修正処理
を実行する場合を考える。このとき、まず図のステップ
S1に示すキー表示モードが実行される。このキー表示
モードでは、データベース1中に含まれる任意の複数の
データを読み込むために、端末PC1のディスプレイ上
に各データのキーをリストアップして表示する。Data 3 contained in this database 1
Is configured to be searched by a predetermined key.
In the example of the figure, data 3 is information of A1, information of C1, and G
1, information of S1, information of T1, and the like. In the present invention, the data editing process is generally performed according to the procedure shown in the flowchart of FIG. For example, consider a case where data correction processing is executed using the terminal PC1. At this time, first, the key display mode shown in step S1 of the figure is executed. In this key display mode, in order to read arbitrary plural data included in the database 1, the keys of each data are listed up and displayed on the display of the terminal PC1.
【0011】次のステップS2では、キー表示モードで
指定されたキーに基づいてデータ3を読み込み、これら
を一括して端末PC1のディスプレイ上に表示する。こ
うしてオペレータは、修正を加えるべきデータをサーチ
し、その内容の確認等を行う。次のステップS3では、
修正編集処理の対象となるデータを特定し、キーを指定
する。こうしてキーが指定されると、他人にそのデータ
の編集がされるのを阻止するために、ロック処理を開始
する。これがロック開始モード(ステップS3)であ
る。In the next step S2, data 3 is read based on the key specified in the key display mode, and these are collectively displayed on the display of terminal PC1. In this way, the operator searches for data to be corrected, and confirms the content. In the next step S3,
Specify the data to be modified and edited, and specify the key. When the key is designated in this way, a lock process is started in order to prevent another person from editing the data. This is the lock start mode (step S3).
【0012】次に、ロックを行ったデータをデータベー
ス1から再読み込みする(ステップS4)。この再読み
込みによって、最新のデータについて編集処理を実行で
きる。次のステップS5に示す編集モードでは、そのデ
ータを端末PC1のディスプレイに表示し、編集処理が
実施される。そして、編集処理が完了するとステップS
6に進み、該当するデータのロックを解除する。以上が
本発明の方法の概略であるが、図2以下を用いて各モー
ドにおける操作の具体的な説明を行う。Next, the locked data is reread from the database 1 (step S4). By this re-reading, the editing process can be executed for the latest data. In the editing mode shown in the next step S5, the data is displayed on the display of the terminal PC1, and the editing process is performed. When the editing process is completed, step S
Proceed to step 6 to unlock the corresponding data. The above is the outline of the method of the present invention. The operation in each mode will be specifically described with reference to FIG.
【0013】図2は、キー表示モードの操作画面説明図
である。図に示すように、キー表示モードではLK画面
という画面を表示する。この画面は、データベース中の
複数のデータのコード(キー)のみを表示する画面であ
る。図に示すように、コードの種類としては、社内コー
ド、シンボルコード、外形コード等がある。そして、各
コード毎に、それぞれ要素A1,A2,…が対応付けて
格納されている。このデータは、例えばANDというシ
ンボルコードに対し、その部品の社内での名称を社内コ
ードとし、論理積ゲートの図形イメージやその機能、そ
の他の情報を含むデータである。FIG. 2 is an explanatory diagram of an operation screen in the key display mode. As shown in the figure, a screen called an LK screen is displayed in the key display mode. This screen is a screen that displays only codes (keys) of a plurality of data in the database. As shown in the figure, types of codes include an in-house code, a symbol code, an outer shape code, and the like. Elements A1, A2,... Are stored in association with each code. This data is, for example, a symbol code of AND, which is a data including a graphic image of an AND gate, its function, and other information, using an in-house name of the part as an in-house code.
【0014】こうしたANDゲートを構成する回路部品
の形状や規格、その他の特性が変更になった場合、ある
いは新たなゲート回路部品が次の設計に採用される場
合、データベースに対しその登録を行い、あるいは一部
のデータを修正し編集し直す。こうした作業の場合に、
このキー表示モードにおいて、まずデータを読み出すた
めのキーを表示させる。そして、この図に示すように、
修正や編集の対象となるデータのキーA1〜A4、C1
〜C4、G1〜G4を指定すると、次の閲覧モードにお
いて該当するデータが表示され、その内容の確認ができ
る。When the shape, standard, and other characteristics of the circuit components constituting the AND gate are changed, or when a new gate circuit component is adopted for the next design, the registration is made in the database, Or correct some data and edit it again. In the case of such work,
In this key display mode, first, a key for reading data is displayed. And as shown in this figure,
Keys A1 to A4, C1 of data to be corrected or edited
When C4 to G4 to G4 are designated, the corresponding data is displayed in the next browsing mode, and the contents can be confirmed.
【0015】図3には、閲覧モードの操作画面説明図を
示す。この図に示すような画面をTK画面と呼び、デー
タの内容が一覧表形式で表示される。なお、この閲覧モ
ードでは、単にデータの内容を表示するだけで、修正等
を行うことはできない。この内容を確認した後、オペレ
ータはどのデータについて編集を実行し、どのデータを
追加するかといった判断をする。FIG. 3 is an explanatory diagram of an operation screen in the browsing mode. A screen as shown in this figure is called a TK screen, and data contents are displayed in a list format. In this browsing mode, correction or the like cannot be performed merely by displaying the contents of the data. After confirming the contents, the operator determines which data is to be edited and which data is to be added.
【0016】図4には、ロック開始モードの操作画面説
明図を示す。例えば、この図に示すように、A2の要素
を変更し、C3の要素を変更し、G1の要素を変更し、
A5/C5/G5のデータを追加するという決定をした
とする。この場合、図2に示す操作画面と同一のLK画
面を表示させ、マウス等を用いて変更の対象となるキー
をクリックする。これによって、図4に示すように、A
2,C3,G1の部分には、(改版)という表示がなさ
れる。FIG. 4 is an explanatory diagram of an operation screen in the lock start mode. For example, as shown in this figure, the element of A2 is changed, the element of C3 is changed, the element of G1 is changed,
Suppose that a decision is made to add A5 / C5 / G5 data. In this case, the same LK screen as the operation screen shown in FIG. 2 is displayed, and a key to be changed is clicked using a mouse or the like. As a result, as shown in FIG.
In the portions of 2, C3 and G1, (Revision) is displayed.
【0017】なお、こうした表示をしなくても、例えば
A2というコードを点滅することによって、変更を指定
した状態をオペレータに知らせる。また、新規追加の場
合には、空欄部分にA5,C5,G5といったキーを入
力する。このようにして、この操作画面によって、オペ
レータは変更や追加の対象を選択する。なお、この図の
ケースでは、コード毎に、それぞれ自由に別々の内容の
編集処理等を指定することが可能である。例えば、上記
のような一部変更処理の他に、その内容を流用して新た
なデータを作成する処理もある。こうした場合には、改
版という指定を行う。その指定方法は自由である。Even if such a display is not made, the operator is informed of the state in which the change is designated, for example, by blinking the code A2. In the case of a new addition, keys such as A5, C5, and G5 are entered in blank fields. In this way, the operator selects an object to be changed or added on this operation screen. In the case shown in this figure, it is possible to freely specify different editing processes and the like for each code. For example, in addition to the above-described partial change processing, there is also a processing of creating new data by diverting the contents. In such a case, a revision is specified. The specification method is free.
【0018】図5には、再読み込みモードの操作画面説
明図を示す。上記ロック開始モードで選択したキーは、
改めてデータベースのデータ読み込みに使用される。そ
して、その時点で、対応するデータがロックされていな
いかどうかを判断する。また、新たにデータを追加する
場合には、そのキーと同一のキーでデータの追加作業等
が他人によって開始されているかどうかを検証する。こ
うした確認作業の結果、初めて対象となるデータのロッ
クが行われる。FIG. 5 is an explanatory diagram of an operation screen in the reread mode. The key selected in the lock start mode is
Used again to read data from the database. Then, at that time, it is determined whether or not the corresponding data is locked. In addition, when newly adding data, it is verified whether or not an operation of adding data or the like has been started by another person using the same key as the key. As a result of such confirmation work, the target data is locked for the first time.
【0019】従って、この時点で、既に第三者が編集を
開始し、ロックを行っているようなデータは、編集対象
から除外される。この図に示す例では、図4で選択した
全ての操作が認められている。しかしながら、場合によ
っては、例えばC3の改版やG5の新規追加処理等が拒
絶され、この部分の点滅表示が停止するといった動作も
行われる。Therefore, at this point, data that has already been edited and locked by a third party is excluded from the data to be edited. In the example shown in this figure, all the operations selected in FIG. 4 are recognized. However, in some cases, for example, an operation such as renewal of C3 or addition of G5 is rejected, and the blinking display of this portion is stopped.
【0020】図6には、編集モードの操作画面説明図を
示す。編集モードでは、再読み込みしたデータが画面に
表示される。この画面は、図3に示したTK画面と全く
同一のデザインである。また、この画面によってデータ
の修正や新規追加、流用等の操作が同時に実行できる。
即ち、各操作を共通の画面にすることによって操作性を
向上させている。FIG. 6 is an explanatory diagram of an operation screen in the edit mode. In the edit mode, the reread data is displayed on the screen. This screen has exactly the same design as the TK screen shown in FIG. In addition, operations such as data correction, new addition, and diversion can be simultaneously performed on this screen.
That is, operability is improved by setting each operation to a common screen.
【0021】なお、こうした編集モードに入る際には、
再読み込みモードの操作画面において、ロックの対象と
して決定したキーについて、それぞれその旨を示すフラ
グを立てる。このフラグを参照しながら、編集モード終
了後のデータ再書き込みが実行されることになる。ま
た、新規追加の場合には、ロックを行う場合に、新たに
そのキーを一時的に登録し、同一のキーを用いたデータ
追加作業を他人にさせないようにする。以上のようにし
て、共有データベースの編集が終了する。When entering the editing mode,
On the operation screen in the re-reading mode, a flag is set for each key determined to be locked. With reference to this flag, data rewriting after the end of the edit mode is executed. In addition, in the case of new addition, when locking is performed, the key is newly registered temporarily to prevent others from performing data addition work using the same key. The editing of the shared database is completed as described above.
【0022】図7には、データ追加処理時の動作フロー
チャートを示す。データ追加処理の際には、図1に示し
たものとはやや異なる手順のモードが実行される。即ち
まず、ステップS1において、図2に示したようなキー
表示モードが行われる。更に、ステップS2では、閲覧
モードが実行されるが、このとき新規追加であるから、
対応するデータはない。従って、ロック開始モードに直
接進む(ステップS2)。そして、ステップS3で新た
なキーを登録し、追加ロックモードが実行される。FIG. 7 shows a flowchart of the operation at the time of data addition processing. In the data addition process, a mode having a procedure slightly different from that shown in FIG. 1 is executed. That is, first, in step S1, a key display mode as shown in FIG. 2 is performed. Further, in step S2, the browsing mode is executed. At this time, since the browsing mode is newly added,
There is no corresponding data. Accordingly, the process directly proceeds to the lock start mode (step S2). Then, a new key is registered in step S3, and the additional lock mode is executed.
【0023】次に、ステップS4において、既に図6を
用いて説明したような編集モードが実行され、ステップ
S5において、編集後のデータを追加し終えるとロック
解除モードが実行されることになる。データ追加処理時
の概略動作は、この図に示す通りである。Next, in step S4, the editing mode as described with reference to FIG. 6 is executed, and in step S5, when the addition of the edited data is completed, the unlock mode is executed. The schematic operation during the data addition processing is as shown in this figure.
【0024】最後に、本発明の処理を更に具体的なフロ
ーチャートを用いて説明する。図8は、本発明のシステ
ムの動作フローチャートである。図のステップS1とS
2は、新規データの追加処理のステップを示す。ステッ
プS1において、TK画面で白紙状態の箇所にデータを
入力する。即ち、図3に示すTK画面のまだデータを入
力されていないカラムに新たなキー等を入力する。これ
によって、新規追加データのキー登録が行われる。Finally, the processing of the present invention will be described using a more specific flowchart. FIG. 8 is an operation flowchart of the system of the present invention. Steps S1 and S in the figure
Reference numeral 2 denotes a step of adding new data. In step S1, data is input to a blank area on the TK screen. That is, a new key or the like is input to a column of the TK screen shown in FIG. 3 where data has not been input yet. Thus, key registration of the newly added data is performed.
【0025】次に、ステップS2において、図4に示し
たLK画面を表示し、該当コードの色を変更する。即
ち、ここでは、例えばその新規入力対象のキーを点滅表
示させる。その後、ステップS5に進み、LK画面の状
態で該当コードのロックが開始される。Next, in step S2, the LK screen shown in FIG. 4 is displayed, and the color of the corresponding code is changed. That is, here, for example, the key of the new input target is blinked. Thereafter, the process proceeds to step S5, and locking of the corresponding code is started in the state of the LK screen.
【0026】一方、ステップS3とステップS4は、既
に存在するデータの編集作業を示すステップである。ス
テップS3は、編集をしようとするキー等を指定し、デ
ータベースから該当するデータを読み込む処理である。
ステップS4は、図2に示すLK画面においてキーを指
定し、図3に示すTK画面を表示し、内容を検討してい
る状態を示す。ステップS5では、LK画面を表示し、
ロック処理が開始される。ステップS6では、編集処理
のために該当するキーを選択する。これによって、画面
上のコードが点滅表示される。On the other hand, steps S3 and S4 are steps for editing the existing data. Step S3 is a process of designating a key or the like to be edited and reading the corresponding data from the database.
In step S4, a key is designated on the LK screen shown in FIG. 2, the TK screen shown in FIG. 3 is displayed, and a state in which the contents are examined is shown. In step S5, the LK screen is displayed,
Lock processing is started. In step S6, a corresponding key is selected for the editing process. As a result, the code on the screen blinks.
【0027】ステップS7は新規入力等の操作で、図4
に示すようなLK画面最下段の選択をし、ロックを開始
する。ステップS8は、流用処理で流用の旨を指定した
上で、読み出したデータのキーを選択する。これによっ
て、対応するコードが点滅する。ステップS9は、何も
しない処理である。Step S7 is an operation for new input or the like.
Then, the user selects the lowermost row of the LK screen as shown in FIG. A step S8 selects a key of the read data after designating diversion in the diversion processing. This causes the corresponding code to flash. Step S9 is a process that does nothing.
【0028】これらのステップS6,S7,S8,S9
の処理に続いて、ステップS10が実行される。ステッ
プS10では、色変更コードに対して全て新規/改版ロ
ックをかけたかどうかが判断される。即ち、オペレータ
が1つ1つキーを選択してロックを要求すると、これに
応じてシステム側がロック開始を判断する。全てのキー
についてロック開始を認識したかどうかをここで判断
し、ステップS5からステップS10の処理を繰り返
す。These steps S6, S7, S8, S9
Subsequent to the process of step S10, step S10 is executed. In step S10, it is determined whether all new / revised locks have been applied to the color change codes. That is, when the operator selects keys one by one and requests locking, the system side determines the start of locking in response to the request. Here, it is determined whether or not the lock start has been recognized for all keys, and the processing from step S5 to step S10 is repeated.
【0029】ロック処理が開始されると、まずステップ
S11において、再リードボタンが押される。これは、
図示しないディスプレイ上に表示されたコマンドボタン
等により構成する。このボタンが押されるとステップS
12において、データベース上でステップS10までに
選択されたデータについて、他人によるロックがかかっ
ていないかを判断する。When the locking process is started, first, in step S11, the re-read button is pressed. this is,
It is composed of command buttons and the like displayed on a display (not shown). When this button is pressed, step S
At 12, it is determined whether or not the data selected up to step S10 on the database is locked by another person.
【0030】そして、ステップS13において、他人か
らのロックがあるかどうかによって処理を分岐する。ロ
ックがなければステップS14に進み、該当コードをロ
ックする。これによって、初めて第三者の編集処理等が
禁止される。また、他人によるロックが行われていれ
ば、該当するコードについてはフラグが外される。即
ち、編集処理の対象から除外される。そして、ステップ
S16で、ロックされたデータはステップS17に進
み、TK画面に読み込まれ、編集可能な状態となる。Then, in step S13, the process branches depending on whether or not there is a lock from another person. If there is no lock, the process proceeds to step S14 to lock the corresponding code. As a result, the editing process of a third party is prohibited for the first time. If the lock is performed by another person, the flag is removed for the corresponding code. That is, it is excluded from the target of the editing process. Then, in step S16, the locked data proceeds to step S17, where the data is read into the TK screen and becomes editable.
【0031】ステップS16では、データを編集するか
どうか判断する。そして、ステップS17で、その編集
が実行される。ステップS18では、TK画面の状態で
新たなコードを追加/変更したかどうかを判断する。即
ち、編集処理時に新たにデータに追加等を行う場合に
は、ここでそれを指定すると、ステップS21に進む。
これまでにロックされたデータについてのみ処理をする
場合には、ステップS18からステップS19に進み、
終了確認を行う。なお、ステップS16で、編集しない
と判断されると、そのまま処理を終了する。なお、この
確認直前に編集終了後のデータをデータベースに書き込
むことは言うまでもない。In step S16, it is determined whether the data is to be edited. Then, in step S17, the editing is executed. In step S18, it is determined whether a new code has been added / changed in the state of the TK screen. That is, when newly adding data to the data at the time of the editing process, if it is specified here, the process proceeds to step S21.
When processing is performed only on data locked up to now, the process proceeds from step S18 to step S19,
Confirm termination. If it is determined in step S16 that editing is not to be performed, the process ends. It goes without saying that the data after editing is written to the database immediately before the confirmation.
【0032】ステップS18において、新たにコードを
追加/変更した場合にはステップS21に進み、LK画
面上にコード名が追加され、ステップS22に進んで、
既に処理の終了したコードについては色表示を消す。即
ち、新たに処理対象となるデータが発生した場合には、
再びステップS5に進み、これまでの操作を繰り返すこ
とになる。In step S18, when a new code is added / changed, the process proceeds to step S21, a code name is added on the LK screen, and the process proceeds to step S22.
The color display of the code for which processing has already been completed is erased. That is, when new data to be processed occurs,
Proceeding to step S5 again, the operations so far are repeated.
【0033】[0033]
【発明の効果】以上説明した本発明の共有データベース
の編集方法によれば、編集を開始する場合には、キー表
示モードによって任意のキーを指定し、閲覧モードに移
り、データの内容を確認する。そして、編集を開始する
場合、再度該当するデータを読み込んでロックをかける
ので、常に最新版について編集作業を行うことが可能に
なる。また、データの内容を閲覧している間、ロックを
かけていないため、不必要にデータの他人による使用を
制限しない。According to the above-described method for editing a shared database according to the present invention, when editing is started, an arbitrary key is designated in the key display mode, the mode is shifted to the browsing mode, and the data contents are confirmed. . Then, when editing is started, the corresponding data is read again and locked, so that the editing operation can always be performed on the latest version. In addition, since the content is not locked while browsing the contents of the data, unnecessary use of the data by another person is not restricted.
【図1】本発明のシステム概略説明図である。FIG. 1 is a schematic explanatory diagram of a system according to the present invention.
【図2】キー表示モードの操作画面説明図である。FIG. 2 is an explanatory diagram of an operation screen in a key display mode.
【図3】閲覧モードの操作画面説明図である。FIG. 3 is an explanatory diagram of an operation screen in a browsing mode.
【図4】ロック開始モードの操作画面説明図である。FIG. 4 is an explanatory diagram of an operation screen in a lock start mode.
【図5】再読み込みモードの操作画面説明図である。FIG. 5 is an explanatory diagram of an operation screen in a reread mode.
【図6】編集モードの操作画面説明図である。FIG. 6 is an explanatory diagram of an operation screen in an edit mode.
【図7】データ追加処理時の動作フローチャートであ
る。FIG. 7 is an operation flowchart at the time of data addition processing.
【図8】本発明のシステム動作フローチャートである。FIG. 8 is a system operation flowchart of the present invention.
1 データベース 3 データ PC1〜PC3 端末 1 database 3 data PC1 to PC3 terminal
Claims (2)
を読み込むために、各データのキーを表示するキー表示
モードと、 このキー表示モードで指定されて読み込んだ複数のデー
タを一括して表示する閲覧モードと、 前記キー表示モードにおいて選択したキーについて、対
応するデータの他人による書換えを阻止するためのロッ
ク操作を開始するロック開始モードと、 ロック操作の開始後、ロック操作の対象となるデータを
それぞれ前記データベースから再度読み込んで、他人に
よるロックがない場合にそのロックを実行する再読み込
みモードと、 再読み込みされたデータを表示して、データの編集を許
容する編集モードと、 編集後のデータをデータベースに書き込んで前記ロック
を解除するロック解除モードとを順に実行することを特
徴とする共有データベースの編集方法。1. A key display mode for displaying a key of each data in order to read a plurality of data included in a database, and a browsing for collectively displaying a plurality of data specified and read in the key display mode. Mode, a key selected in the key display mode, a lock start mode for starting a lock operation for preventing rewriting of the corresponding data by another person, and data to be locked after the start of the lock operation. Re-reading from the database, a re-reading mode to execute the lock when there is no lock by another person, an editing mode to display the re-read data and allow editing of the data, And a lock release mode for releasing the lock by writing to the How to edit a shared database that you want to.
るために該当するデータのキーを指定するキー表示モー
ドと、 このキー表示モードで指定されたキーについて、同一の
キーを使用した他人によるデータの追加を阻止するため
のロック操作を開始するロック開始モードと、 ロック操作の開始後、他人によるロックがない場合にそ
のロックを実行する追加ロックモードと、 追加するデータの項目を表示して、データの入力を許容
する編集モードと、 編集後のデータをデータベースに書き込んで前記ロック
を解除するロック解除モードとを順に実行することを特
徴とする共有データベースの編集方法。2. A key display mode for designating a key of a corresponding data in order to add new data to a database, and for a key designated in the key display mode, data of another person using the same key is used. Display the lock start mode to start the lock operation to prevent the addition, the additional lock mode to execute the lock when there is no lock by others after the start of the lock operation, and the data item to be added, And an unlock mode in which the edited data is written into the database and the lock is released by sequentially executing the edit mode.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP9278088A JPH1196209A (en) | 1997-09-24 | 1997-09-24 | Method for editing shared data base |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP9278088A JPH1196209A (en) | 1997-09-24 | 1997-09-24 | Method for editing shared data base |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH1196209A true JPH1196209A (en) | 1999-04-09 |
Family
ID=17592478
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP9278088A Pending JPH1196209A (en) | 1997-09-24 | 1997-09-24 | Method for editing shared data base |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH1196209A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010244384A (en) * | 2009-04-08 | 2010-10-28 | Fujitsu Ltd | Program and apparatus for managing expiration date of information |
KR101024769B1 (en) * | 2003-02-28 | 2011-03-24 | 마이크로소프트 코포레이션 | A method to delay locking of server files on edit |
JP2014017892A (en) * | 2012-07-05 | 2014-01-30 | Mitsubishi Electric Corp | Power system protection control system and power system protection control device |
-
1997
- 1997-09-24 JP JP9278088A patent/JPH1196209A/en active Pending
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101024769B1 (en) * | 2003-02-28 | 2011-03-24 | 마이크로소프트 코포레이션 | A method to delay locking of server files on edit |
US8706760B2 (en) | 2003-02-28 | 2014-04-22 | Microsoft Corporation | Method to delay locking of server files on edit |
US9280553B2 (en) | 2003-02-28 | 2016-03-08 | Microsoft Technology Licensing, Llc | Method to delay locking of server files on edit |
US9594925B2 (en) | 2003-02-28 | 2017-03-14 | Microsoft Technology Licensing, Llc | Method to delay locking of server files on edit |
JP2010244384A (en) * | 2009-04-08 | 2010-10-28 | Fujitsu Ltd | Program and apparatus for managing expiration date of information |
JP2014017892A (en) * | 2012-07-05 | 2014-01-30 | Mitsubishi Electric Corp | Power system protection control system and power system protection control device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3613504B2 (en) | Version management / configuration management method and apparatus, and computer-readable recording medium recording a version management / configuration management program | |
US20020080194A1 (en) | Computer readable recording medium storing program for managing CAD data | |
JP2007048009A (en) | Operation support system, its database server, preparation management device and program | |
US7900155B2 (en) | System and method for providing information about an operation's applicability to an item | |
JP3444948B2 (en) | Document editing apparatus and document editing method | |
JP4718662B2 (en) | Computer system | |
JP3942877B2 (en) | Computer-readable recording medium recording program for managing CAD data and program for managing CAD data | |
JPH1196209A (en) | Method for editing shared data base | |
JPH02148168A (en) | Editing supporting method | |
JPH11184605A (en) | Data input device, cursor control method and recording medium | |
JPH06230844A (en) | Method for starting processing | |
JPH08190476A (en) | Development assisting device for interactive program | |
JPH05313969A (en) | File list display method | |
JP2007156966A (en) | Personnel management server | |
JPH1074162A (en) | Composite document edition processor | |
JPH0580997A (en) | Program selection system for computer | |
JP7075689B1 (en) | Change history integration program and change history integration system | |
JPH09245075A (en) | Design data editing device | |
JP2911667B2 (en) | Programming device for programmable controller | |
JP3386300B2 (en) | Program start method | |
JPH10222356A (en) | Application generating device and application generating method | |
JP2000163495A (en) | Workflow processing method, device for executing the same and medium recording processing program therefor | |
JPH09212673A (en) | Picture editing device | |
JP2002288012A (en) | File connecting device and program | |
JP2003067371A (en) | Method of supporting document preparation, program for conducting support of document preparation, and recording medium recorded with the program |