JP2010079692A - Database management system and record update method - Google Patents

Database management system and record update method Download PDF

Info

Publication number
JP2010079692A
JP2010079692A JP2008248611A JP2008248611A JP2010079692A JP 2010079692 A JP2010079692 A JP 2010079692A JP 2008248611 A JP2008248611 A JP 2008248611A JP 2008248611 A JP2008248611 A JP 2008248611A JP 2010079692 A JP2010079692 A JP 2010079692A
Authority
JP
Japan
Prior art keywords
record
database
record information
update
display unit
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
JP2008248611A
Other languages
Japanese (ja)
Inventor
Koichi Kato
晃一 加藤
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP2008248611A priority Critical patent/JP2010079692A/en
Publication of JP2010079692A publication Critical patent/JP2010079692A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To perform exclusive control of only a record to be updated without imposing any loads to operator's operation when updating records by the operation of a record information display section. <P>SOLUTION: A record to be updated is selected from a record information display section where record search results is displayed (201). By searching the selected record to be updated again (205), it can be checked whether the re-searched record agrees with a previously searched record (206). When the re-searched record agrees with the previously searched record (Y), only the selected record to be updated is subjected to exclusive control (207), an update button is pressed at the record information display section (208), and the exclusive control of the record to be updated is canceled (210) after the completion of the update processing (209). <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、データベース管理技術に関し、特に、レコード情報表示部を操作することによりデータベースのレコード更新を行う、レコード情報表示部操作によるデータベース管理システムに関する。   The present invention relates to a database management technique, and more particularly, to a database management system that operates a record information display unit to update a record of a database by operating a record information display unit.

情報化社会の発達に伴い、DBMSを用いたデータベース管理方法が普及している。しかしながら、SQL言語に習熟していないオペレータがDBMSを直接操作することは困難であり、その場合にはGUI(Graphical User Interface)経由でのアクセスが不可欠なものとなる。   With the development of the information society, database management methods using DBMS have become widespread. However, it is difficult for an operator who is not familiar with the SQL language to directly operate the DBMS, in which case access via a GUI (Graphical User Interface) is indispensable.

最近、Webブラウザなどのレコード情報表示部を操作してデータベースにアクセスし、レコードの検索、更新、追加、削除などを行う、レコード情報表示部操作によるデータベースメンテナンスシステムが普及しつつある。   Recently, a database maintenance system by operating a record information display unit that accesses a database by operating a record information display unit such as a web browser and searches, updates, adds, and deletes records is becoming widespread.

図1は、レコード情報表示部操作によるデータベースメンテナンスシステムの概要を示す機能ブロック図である。データベースメンテナンスシステムAは、例えばクライアント端末100と、これとネットワーク(NT又はLAN)経由で接続される、アプリケーションサーバ102と、このアプリケーションサーバ102により管理され、各種情報を格納するデータベース104と、を有している。クライアント端末100は、検索条件やレコード更新情報を入力したりその結果を表示したりするレコード情報表示部101aと、この機能を含みクライアント端末全体を制御する制御部101bと、を有している。アプリケーションサーバ102は、データベースアクセス制御部102aを含んでいる。データベースアクセス制御部102aは、レコード情報表示部101aからの操作指示内容をSQL文に変換してデータベース104に送付しその結果を受信して画面情報を作成する。   FIG. 1 is a functional block diagram showing an overview of a database maintenance system by operation of a record information display unit. The database maintenance system A has, for example, a client terminal 100, an application server 102 connected thereto via a network (NT or LAN), and a database 104 managed by the application server 102 and storing various information. is doing. The client terminal 100 includes a record information display unit 101a that inputs search conditions and record update information and displays the result, and a control unit 101b that includes this function and controls the entire client terminal. The application server 102 includes a database access control unit 102a. The database access control unit 102a converts the operation instruction content from the record information display unit 101a into an SQL sentence, sends it to the database 104, receives the result, and creates screen information.

このような、レコード情報表示部101a操作によるデータベースメンテナンスシステムにおいてレコード更新するためには、まず、当該レコードを検索してレコード情報表示部101aに表示させる必要がある。そのためには、オペレータがレコード情報表示部101aから入力したレコード検索条件をデータベースアクセス制御部102aが受信してSQLに変換し、データベース104に送信する。一方、データベース104は検索結果をデータベースアクセス制御部102aに返信し、データベースアクセス制御部102aは受信した検索結果を画面情報に加工してレコード情報表示部101aに返信する。   In order to update a record in such a database maintenance system by operating the record information display unit 101a, it is necessary to first search for the record and display it on the record information display unit 101a. For this purpose, the record access condition input by the operator from the record information display unit 101 a is received by the database access control unit 102 a, converted into SQL, and transmitted to the database 104. On the other hand, the database 104 returns the search result to the database access control unit 102a, and the database access control unit 102a processes the received search result into screen information and returns it to the record information display unit 101a.

レコード検索に引き続きレコード更新を行うためには、レコード検索結果が表示されたレコード情報表示部101aから更新対象のレコードを選択してレコード更新情報を入力する。その後、データベースアクセス制御部102aを経由してデータベース104に対して当該レコード更新を行うことができる。   In order to update the record following the record search, the record update information is selected from the record information display unit 101a on which the record search result is displayed, and the record update information is input. Thereafter, the record update can be performed on the database 104 via the database access control unit 102a.

かかる発明に関連する公知技術文献としては下記特許文献1が挙げられる。   The following patent document 1 is mentioned as a well-known technical document relevant to this invention.

特開2002−215443号公報JP 2002-215443 A

ところで、レコード情報表示部101aを操作することにより、データベース104へのアクセスを行うオペレータは複数存在できるため、同一時間帯に同一レコードに対して更新操作が行われる可能性がある。   By the way, by operating the record information display unit 101a, there can be a plurality of operators that access the database 104. Therefore, there is a possibility that an update operation is performed on the same record during the same time period.

このため、例えば、あるオペレータAがレコード検索結果をレコード情報表示部101aに表示させてからレコード変更を実施するまでの間に、別のオペレータBが当該レコードの更新処理を完了させてしまう自体が起こることがよくある。この場合には、あるオペレータAは、別のオペレータBが当該レコードを変更したことを知ることなく、また最新のレコード情報を確認しないまま、レコードを上書きして変更してしまうといった不都合が生じている。   For this reason, for example, another operator B completes the update process of the record after the operator A displays the record search result on the record information display unit 101a until the record is changed. It often happens. In this case, there is a problem that one operator A overwrites and changes the record without knowing that the other operator B has changed the record and without checking the latest record information. Yes.

レコード更新前に実施するレコード検索処理の段階で、検索条件に合致した全てのレコードを排他制御することで、他のオペレータの更新処理を防ぐことができる。しかしながら、レコード検索の段階で検索条件に合致したレコードを全て排他制御してしまうと、実際には更新対象ではないレコードであっても検索条件に合致したという理由で排他制御され、実際には排他制御が不必要であるにもかかわらず、他のオペレータがレコード更新処理を実施できないという不都合が発生してしまう。   By performing exclusive control on all records that match the search conditions at the stage of the record search process performed before the record update, the update process of other operators can be prevented. However, if all records that meet the search conditions are exclusively controlled at the record search stage, even if the records are not actually updated, the records are exclusively controlled because they match the search conditions. In spite of the fact that the control is unnecessary, there arises a disadvantage that other operators cannot perform the record update process.

上記特許文献1では、排他対象レコードのキー情報と排他日時とを排他制御監視テーブルに登録し、レコード更新の際には当該テーブルを確認することにより、排他範囲を最小限としている。この場合、レコード更新の際に事前に更新対象レコードを排他制御監視テーブルに登録する必要があり、これらの操作をレコード情報表示部101aから意識的に行うことは、オペレータにとって負担となる。   In Patent Document 1, the key information and exclusion date and time of the exclusion target record are registered in the exclusion control monitoring table, and the exclusion range is minimized by checking the table when updating the record. In this case, it is necessary to register the update target record in the exclusive control monitoring table in advance when updating the record, and it is burdensome for the operator to consciously perform these operations from the record information display unit 101a.

本発明の目的は、レコード情報表示部の操作によりレコード更新を行う場合に、オペレータに操作上の負担をかけることなく更新対象のレコードのみを排他制御することである。   An object of the present invention is to exclusively control only a record to be updated without imposing an operation burden on an operator when a record is updated by operating a record information display unit.

本発明の一観点によれば、各種情報を格納するデータベースと、検索条件やレコード更新情報を入力し、検索結果を表示するレコード情報表示部を備えたクライアント端末とネットワーク接続され、前記レコード情報表示部からの操作指示内容をSQL文に変換して前記データベースに送付しその結果を受信して画面情報を作成するデータベースアクセス制御部と、を含むアプリケーションサーバと、を有しているデータベース管理システムであって、前記データベースアクセス制御部は、前記データベースを事前検索した第1のレコード情報と、前記レコード情報表示部に表示された検索結果から前記第1のレコード情報に基づく表示内容を書き換えた更新対象レコードを前記データベースから再検索した第2のレコード情報と、が一致することを確認し、再検索した前記第2のレコード情報と事前検索した前記第1のレコード情報とが一致した場合に前記更新対象レコードの排他制御を開始し、更新処理が完了した後に、前記更新対象レコードの排他制御を解除する制御を行うことを特徴とするデータベース管理システムが提供される。   According to one aspect of the present invention, the record information display is connected to a client terminal including a database that stores various types of information and a record information display unit that inputs search conditions and record update information and displays search results. A database management system having an application server including a database access control unit that converts operation instruction contents from the unit into an SQL statement, sends the result to the database, receives the result, and creates screen information And the said database access control part is the update object which rewritten the display content based on the said 1st record information from the 1st record information which searched the said database beforehand, and the search result displayed on the said record information display part The second record information retrieved from the database again matches the record. When the second record information that has been searched again matches the first record information that has been searched in advance, exclusive control of the update target record is started, and after the update process is completed, the update target There is provided a database management system characterized by performing control for releasing exclusive control of a record.

これにより、レコード情報表示部の操作によりレコード更新を行う場合に、オペレータに操作上の負担をかけることなく更新対象のレコードのみを排他制御することを可能となる。   As a result, when the record is updated by operating the record information display unit, it is possible to exclusively control only the record to be updated without placing an operational burden on the operator.

また、各種情報を格納するデータベースと、検索条件やレコード更新情報を入力し、検索結果を表示するレコード情報表示部を備えたクライアント端末と、該クライアント端末とネットワーク接続され、前記レコード情報表示部からの操作指示内容をSQL文に変換して前記データベースに送付しその結果を受信して画面情報を作成するデータベースアクセス制御部と、を含むアプリケーションサーバと、を有しているデータベース管理システムによるレコード更新方法であって、事前検索した第1のレコード情報を前記レコード情報表示部に表示させるステップと、前記レコード情報表示部に表示された検索結果から前記第1のレコード情報の表示内容が書き換えられると、当該レコードを更新対象レコードと判断し、該更新対象レコードを前記データベースから再検索した第2のレコード情報と、事前検索した前記第1のレコード情報が一致することを確認するステップと、再検索した前記第2のレコード情報と事前検索した前記第1のレコード情報とが一致した場合に前記更新対象レコードの排他制御を開始し、前記レコード情報表示部で更新操作がなされ、更新処理が完了した後に、前記更新対象レコードの排他制御を解除するステップと、を有することを特徴とするレコード更新方法が提供される。   In addition, a database for storing various information, a client terminal having a record information display unit for inputting search conditions and record update information and displaying a search result, and a network connection with the client terminal, from the record information display unit Record update by a database management system having an application server including a database access control unit that converts the operation instruction contents of the database into an SQL statement, sends it to the database, receives the result, and creates screen information In the method, the first record information searched in advance is displayed on the record information display unit, and the display content of the first record information is rewritten from the search result displayed on the record information display unit. The record is determined to be an update target record, and the update target record Step of confirming that the second record information re-searched from the database matches the first record information pre-searched; and the second record information re-searched and the first record information pre-searched And starting the exclusive control of the update target record when the two match, and after the update operation is performed in the record information display unit and the update process is completed, the exclusive control of the update target record is released. A record update method is provided.

本発明は、上記の方法をコンピュータに実行させるためのプログラムであっても良く、該プログラムを記録するコンピュータ読みとり可能な記録媒体であっても良い。   The present invention may be a program for causing a computer to execute the above method, or a computer-readable recording medium for recording the program.

本発明によるデータベース管理方法によれば、レコード情報表示部の操作によりレコード更新を行う場合に、オペレータに操作上の負担をかけることなく更新対象のレコードのみを排他制御することができるという利点がある。   According to the database management method of the present invention, when performing record update by operating the record information display unit, there is an advantage that only the record to be updated can be exclusively controlled without placing an operational burden on the operator. .

以下、本発明の一実施の形態によるデータベース管理技術について図面を参照しながら説明を行う。   Hereinafter, a database management technique according to an embodiment of the present invention will be described with reference to the drawings.

図1は、上記においても説明したが、本発明の一実施の形態によるデータベース管理システムの一構成例を示す図である。本実施の形態によるレコード情報表示部操作によるデータベース管理システムAは、各種情報を格納するデータベース104と、検索条件やレコード更新情報を入力したりその結果を表示したりするレコード情報表示部101aを備えたクライアント端末(制御部101bにより制御される)100と、クライアント端末100とネットワーク接続され、レコード情報表示部101aからの操作指示内容をSQL文に変換してデータベース104に送付しその結果を受信して画面情報を作成するデータベースアクセス制御部102aを含むアプリケーションサーバ102と、を有している。   FIG. 1 is a diagram showing a configuration example of a database management system according to an embodiment of the present invention as described above. The database management system A by operation of the record information display unit according to the present embodiment includes a database 104 for storing various information, and a record information display unit 101a for inputting search conditions and record update information and displaying the results. The client terminal (controlled by the control unit 101b) 100 and the client terminal 100 are connected to the network, and the operation instruction content from the record information display unit 101a is converted into an SQL sentence and sent to the database 104 and the result is received. And an application server 102 including a database access control unit 102a that creates screen information.

図2は、データベースアクセス制御部102aがデータベース104に対してレコード検索からレコード更新の処理を行う際のフローチャート図である。   FIG. 2 is a flowchart when the database access control unit 102a performs a process from record search to record update on the database 104.

レコード検索、レコード更新の処理が開始されると、オペレータによる、レコード情報表示部101aからの検索条件を指定した検索ボタンの押下操作を検知すると(ステップ201)、データベースアクセス制御部102aはデータベース104内を事前検索し(ステップ202)、その事前検索結果から画面情報を作成してレコード情報表示部101aに送付し、表示させる(ステップ203)。   When the process of record search and record update is started, when the operator detects a pressing operation of the search button specifying the search condition from the record information display unit 101a (step 201), the database access control unit 102a Is pre-searched (step 202), screen information is created from the pre-search result, sent to the record information display unit 101a, and displayed (step 203).

次に、レコード情報表示部101aに表示された検索結果を参照し、オペレータによるレコードの表示内容を書き換える操作を検知すると(ステップ204)、データベースアクセス制御部102aは当該レコードを更新対象レコードと判断して当該レコードのみをデータベース104から再検索し(ステップ205)、ステップ202で事前検索したレコード情報と再検索したレコード情報とが一致しているか否かを判定する(ステップ206)。   Next, referring to the search result displayed on the record information display unit 101a, when an operation of rewriting the display content of the record by the operator is detected (step 204), the database access control unit 102a determines that the record is an update target record. Only the relevant record is re-searched from the database 104 (step 205), and it is determined whether or not the record information pre-searched in step 202 matches the re-searched record information (step 206).

事前検索したレコードと再検索したレコードとが一致していない場合には(N)、更新対象レコードをデータベース104から再検索して、最新のレコード情報をレコード情報表示部101aに表示させ(ステップ211)、ステップS204に戻る。   If the pre-searched record and the re-searched record do not match (N), the record to be updated is re-searched from the database 104 and the latest record information is displayed on the record information display unit 101a (step 211). ), The process returns to step S204.

これにより、例えば、オペレータAが検索処理を実施してからレコード変更処理を実施するまでの間に、別のオペレータBが当該レコードを更新していた場合に、オペレータAは当該レコードを上書きして更新してしまうことがなくなり、またオペレータBが更新した最新のレコード情報を直ぐに確認することが出来る。   Thus, for example, when another operator B has updated the record between the time when the operator A performs the search process and the time when the record change process is performed, the operator A overwrites the record. It is no longer updated, and the latest record information updated by the operator B can be confirmed immediately.

事前検索したレコードと再検索したレコードとが一致していた場合は(ステップ206でY)、更新対象レコードのみを排他制御する(ステップ207)。これにより、例えば、オペレータAが選択した更新対象レコード以外のレコードについては、他のオペレータが更新することが可能になる。   If the pre-searched record matches the re-searched record (Y in Step 206), only the update target record is exclusively controlled (Step 207). Thereby, for example, other operators can update records other than the update target record selected by the operator A.

その後、更新ボタンが押下されることを検知すると(ステップ208でY)、データベースアクセス制御部102aは、レコード情報表示部101aに書き換えられた表示内容で更新対象レコードを更新し(ステップ209)、更新対象レコードの排他制御を解除する(ステップ210)。これにより、レコード検索からレコード更新までの処理を終了する。   Thereafter, when it is detected that the update button is pressed (Y in Step 208), the database access control unit 102a updates the update target record with the display content rewritten in the record information display unit 101a (Step 209). The exclusive control of the target record is released (step 210). Thereby, the process from the record search to the record update is completed.

図3は、レコード情報表示部101aの一表示例を示す画面構成図である。図3に示すように、レコード情報表示部101aには、検索条件に合致したレコードを表示し、レコード更新情報の入力を受け付ける検索結果表示部301と、更新処理の実行を指示する更新ボタン303と、から構成される。   FIG. 3 is a screen configuration diagram showing a display example of the record information display unit 101a. As shown in FIG. 3, the record information display unit 101a displays a record that matches the search condition, receives a record update information input, a search result display unit 301, and an update button 303 that instructs execution of the update process. Is composed of.

検索結果表示部301の表示内容が画面入力により変更された場合には、当該レコードを更新対象レコードと判断し、図2のステップ204以下の処理を行う。例えば、符号302で示す表示内容が「0778-12-3456」から「0000-00-0000」に変更された場合には、氏名番号=010002で特定されるレコードが更新対象レコードと判断する。従って、オペレータは、更新対象レコードとして氏名番号=010002で特定されるレコードを選択することを意識的に排除することができ、レコード情報表示部101aから更新対象レコードとしてこの選択を行うことを排除できる。   When the display content of the search result display unit 301 is changed by screen input, the record is determined to be an update target record, and the processing after step 204 in FIG. 2 is performed. For example, when the display content indicated by reference numeral 302 is changed from “0778-12-3456” to “0000-00-0000”, it is determined that the record specified by the name number = 00002 is the update target record. Therefore, the operator can consciously exclude the selection of the record identified by the name number = 010002 as the update target record, and can exclude the selection from the record information display unit 101a as the update target record. .

このように、本実施の形態によつレコード情報表示部101aの操作によりレコード更新を行う場合に、オペレータに操作上の負担をかけることなく更新対象のレコードのみを排他制御することができるという利点がある。   As described above, when the record is updated by operating the record information display unit 101a according to the present embodiment, it is possible to exclusively control only the record to be updated without placing an operational burden on the operator. There is.

本発明は、データベース管理に利用可能である。   The present invention can be used for database management.

レコード情報表示部の操作によるデータベース管理システムの形態例を示すシステム構成図であり、本発明の一実施の形態が適用されるレコード情報表示部操作によるデータベース管理システムの一構成例を示す図である。1 is a system configuration diagram showing an example of a database management system by operation of a record information display unit, and is a diagram showing an example of a configuration of a database management system by operation of a record information display unit to which an embodiment of the present invention is applied. . 本実施の形態によるレコード情報表示部の操作によるレコード検索からレコード更新の処理を示すフローチャート図である。It is a flowchart figure which shows the process of record update from the record search by operation of the record information display part by this Embodiment. 検索条件に合致したレコードを表示し、レコード更新情報の入力を受け付けるレコード情報表示部の一例を示す画面構成図である。It is a screen block diagram which shows an example of the record information display part which displays the record which matched search conditions, and receives the input of record update information.

符号の説明Explanation of symbols

A…データベース管理システム、100…クライアント端末、100…クライアント端末、101a…レコード情報表示部、101b…制御部、102…アプリケーションサーバ、102a…データベースアクセス制御部、104…データベース。 A ... database management system, 100 ... client terminal, 100 ... client terminal, 101a ... record information display unit, 101b ... control unit, 102 ... application server, 102a ... database access control unit, 104 ... database.

Claims (2)

各種情報を格納するデータベースと、検索条件やレコード更新情報を入力し、検索結果を表示するレコード情報表示部を備えたクライアント端末とネットワーク接続され、前記レコード情報表示部からの操作指示内容をSQL文に変換して前記データベースに送付しその結果を受信して画面情報を作成するデータベースアクセス制御部と、を含むアプリケーションサーバと、を有しているデータベース管理システムであって、
前記データベースアクセス制御部は、
前記データベースを事前検索した第1のレコード情報と、前記レコード情報表示部に表示された検索結果から前記第1のレコード情報に基づく表示内容を書き換えた更新対象レコードを前記データベースから再検索した第2のレコード情報と、が一致することを確認し、
再検索した前記第2のレコード情報と事前検索した前記第1のレコード情報とが一致した場合に前記更新対象レコードの排他制御を開始し、
更新処理が完了した後に、前記更新対象レコードの排他制御を解除する制御を行うことを特徴とするデータベース管理システム。
It is connected to a client terminal equipped with a database that stores various types of information and a record information display unit that displays search results and record update information and displays search results. A database access control unit that includes a database access control unit that converts the data into the database and receives the result and creates screen information, and a database management system,
The database access control unit
The first record information obtained by searching the database in advance, and a second search result obtained by re-searching the database from the search result displayed on the record information display unit, wherein the update target record is rewritten based on the first record information. Confirm that the record information matches the
When the second record information that has been searched again matches the first record information that has been searched in advance, exclusive control of the update target record is started,
A database management system which performs control to release exclusive control of the update target record after update processing is completed.
各種情報を格納するデータベースと、検索条件やレコード更新情報を入力し、検索結果を表示するレコード情報表示部を備えたクライアント端末と、該クライアント端末とネットワーク接続され、前記レコード情報表示部からの操作指示内容をSQL文に変換して前記データベースに送付しその結果を受信して画面情報を作成するデータベースアクセス制御部と、を含むアプリケーションサーバと、を有しているデータベース管理システムによるレコード更新方法であって、
事前検索した第1のレコード情報を前記レコード情報表示部に表示させるステップと、
前記レコード情報表示部に表示された検索結果から前記第1のレコード情報の表示内容が書き換えられると、当該レコードを更新対象レコードと判断し、該更新対象レコードを前記データベースから再検索した第2のレコード情報と、事前検索した前記第1のレコード情報が一致することを確認するステップと、
再検索した前記第2のレコード情報と事前検索した前記第1のレコード情報とが一致した場合に前記更新対象レコードの排他制御を開始し、前記レコード情報表示部で更新操作がなされ、更新処理が完了した後に、前記更新対象レコードの排他制御を解除するステップと
を有することを特徴とするレコード更新方法。
A database for storing various information, a client terminal having a record information display unit for inputting search conditions and record update information and displaying the search results, and a network connection with the client terminal, and operations from the record information display unit A database access control unit that converts an instruction content into an SQL sentence, sends the result to the database, receives the result, and creates screen information; There,
Displaying the pre-searched first record information on the record information display unit;
When the display content of the first record information is rewritten from the search result displayed on the record information display unit, the second record is determined as the update target record, and the update target record is re-searched from the database. Confirming that the record information matches the previously searched first record information;
When the re-searched second record information matches the pre-searched first record information, exclusive control of the update target record is started, an update operation is performed in the record information display unit, and update processing is performed. And a step of releasing exclusive control of the update target record after completion.
JP2008248611A 2008-09-26 2008-09-26 Database management system and record update method Pending JP2010079692A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008248611A JP2010079692A (en) 2008-09-26 2008-09-26 Database management system and record update method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008248611A JP2010079692A (en) 2008-09-26 2008-09-26 Database management system and record update method

Publications (1)

Publication Number Publication Date
JP2010079692A true JP2010079692A (en) 2010-04-08

Family

ID=42210044

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008248611A Pending JP2010079692A (en) 2008-09-26 2008-09-26 Database management system and record update method

Country Status (1)

Country Link
JP (1) JP2010079692A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012141717A (en) * 2010-12-28 2012-07-26 Canon Marketing Japan Inc Workflow control device, workflow control system, workflow control method, program and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012141717A (en) * 2010-12-28 2012-07-26 Canon Marketing Japan Inc Workflow control device, workflow control system, workflow control method, program and storage medium

Similar Documents

Publication Publication Date Title
US8452742B2 (en) Software configuration management method and system
US20090007000A1 (en) Sequence program editing apparatus
US9529798B2 (en) Document management system, search designation method, and storage medium
JP2007048009A (en) Operation support system, its database server, preparation management device and program
JP2010282241A (en) File management device, file management system, file management method, and program
US20190050412A1 (en) Information management apparatus, information management method, and information management system
JP2007257315A (en) Device for determining influence involved in program setting change and its method
JP2006293936A (en) File relation acquisition device
JP2010079692A (en) Database management system and record update method
JPH10105540A (en) Working procedure managing system
JP2009301084A (en) Information processor and information processing method
JP2001337825A (en) Storage system provided with on-line display method for manual
JP3842811B2 (en) File editing apparatus, file editing method, and file editing program
JP2019128859A (en) Information processing device
JP2010003051A (en) Document information processor and program
JP2009230357A (en) Job operation management system
JP2004318848A (en) Automatic picture generating apparatus, automatic picture generating method, automatic picture generating program, recording medium, performance apparatus, file editing apparatus, file editing method and file editing program
JP6257157B2 (en) Information processing apparatus, information processing method, and program
JP5565885B2 (en) Source file editing management device, source file editing management method, and program
JP5277065B2 (en) Document reference system and method, document reference management apparatus, and program
JP2007272777A (en) Information processor and information processing method
US11212865B2 (en) Terminal apparatus and terminal control method
JP3824468B2 (en) Data management system
JPH06337900A (en) Information retrieving device
JPH0844608A (en) System and method for managing file