JPH09128278A - Data base update procedure generation device - Google Patents

Data base update procedure generation device

Info

Publication number
JPH09128278A
JPH09128278A JP7280556A JP28055695A JPH09128278A JP H09128278 A JPH09128278 A JP H09128278A JP 7280556 A JP7280556 A JP 7280556A JP 28055695 A JP28055695 A JP 28055695A JP H09128278 A JPH09128278 A JP H09128278A
Authority
JP
Japan
Prior art keywords
data
procedure
processing
database
screen
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
JP7280556A
Other languages
Japanese (ja)
Inventor
Akira Odawara
明 小田原
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.)
KOBE NIHONDENKI SOFTWARE KK
Original Assignee
KOBE NIHONDENKI SOFTWARE KK
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 KOBE NIHONDENKI SOFTWARE KK filed Critical KOBE NIHONDENKI SOFTWARE KK
Priority to JP7280556A priority Critical patent/JPH09128278A/en
Publication of JPH09128278A publication Critical patent/JPH09128278A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily generate and correct a data base update procedure while data and a table on a screen are referred to by generating the data base update procedure through the use of a graphical user interface. SOLUTION: When a procedure generation control part 2 controlling a whole device displays a fixed data base update processing procedure on the display of a terminal 13 with a graphical user interface (GUI), a data analysis part 3 analyzes data which a user selects and inputs. When the data retrieval of a data base is required at that time, a data retrieval part 4 recognizes the type of the data base becoming an object. At the time of accessing an A-data base 9, for example, data is obtained by using an A-data base retrieval part 5. Data of the retrieved result is set to a state where it can be displayed on the screen in a data work part 8. At the time of developing the data base update processing, data extracted or worked by a designated condition is displayed on the screen.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明はデータベース更新手
続きの作成に関し、特にGUI(Graphical UserInterf
ace)を用いた手続き作成装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to creating a database update procedure, and more particularly to GUI (Graphical User Interface)
ace) related to the procedure creation device.

【0002】[0002]

【従来の技術】従来、この種のデータベース更新手続き
の作成では、SQL(Structured Query Language )と
呼ばれるデータベース操作言語によって、データの検
索,更新,削除等の処理を行うデータベースアクセスプ
ログラムを作成する。
2. Description of the Related Art Conventionally, in the creation of this type of database update procedure, a database access program for performing data retrieval, update, deletion, etc. is created in a database operation language called SQL (Structured Query Language).

【0003】すなわち、従来のデータベース更新手続き
の作成においては、検索を行うテーブルの構造がどのよ
うなものか,また対象となるデータが何件あり,どのよ
うな内容であるかを事前に認識しておく必要があり、そ
れを基にSQLによるデータベースアクセスプログラム
を作成していた。
That is, in the conventional creation of a database update procedure, it is necessary to recognize in advance what the structure of the table to be searched is, how many target data items are and what the contents are. It was necessary to keep in mind, and based on that, the database access program by SQL was created.

【0004】また、データベースの種別が異なると、そ
れぞれのデータベースに対して個別にテーブルの構造や
データ内容を確認する必要があった。
Further, if the types of databases are different, it is necessary to confirm the structure of the table and the data content individually for each database.

【0005】[0005]

【発明が解決しようとする課題】上記のように、SQL
を使用してデータベース更新手続きを作成するために
は、データベースについてテーブルの構造やデータの内
容を事前に確認するとともにSQL自体の機能を十分に
理解することが必要である。したがって、データベース
の利用者(エンドユーザ)がこのような手続きの作成や
修正を行なうことは一般に困難であり、データベースを
身近かなものとして利用することができない原因となっ
ている。
As described above, the SQL is
In order to create a database update procedure using, it is necessary to confirm in advance the table structure and data content of the database and fully understand the functions of SQL itself. Therefore, it is generally difficult for a database user (end user) to create or modify such a procedure, which causes the database to be unusable.

【0006】本発明の目的は、SQLやデータベースの
十分な知識を持っていない者でも、画面上のデータやテ
ーブルを参照しながら容易に当該のデータベースの更新
手続きを作成したり修正したりすることができるデータ
ベース更新手続き作成装置を実現することにある。
An object of the present invention is to allow a person who does not have sufficient knowledge of SQL or database to easily create or modify the update procedure of the database while referring to the data or table on the screen. It is to realize a database update procedure creation device capable of performing.

【0007】[0007]

【課題を解決するための手段】本発明のデータベース更
新手続き作成装置は、定型的なデータベース更新処理を
行う手続きの作成において、GUIを用いて作成する一
連の処理動作を制御する手続き生成制御部と、前記手続
き生成制御部によって表示された各処理設定画面の入力
内容を解析するデータ解析部と、データベースに対して
データ検索を行うデータ検索部と、前記データ検索部に
よって前記データベースより抽出条件に合致するデータ
を取得後に画面上に表示可能な形式に前記データを加工
するデータ加工部とを有して構成されている。
A database update procedure creation device of the present invention includes a procedure creation control unit for controlling a series of processing operations created using a GUI in creating a procedure for performing a routine database update process. , A data analysis unit that analyzes the input contents of each process setting screen displayed by the procedure generation control unit, a data search unit that searches the database for data, and the data search unit matches the extraction conditions from the database. And a data processing unit that processes the data into a format that can be displayed on the screen after the data is acquired.

【0008】また、本発明のデータベース更新手続き作
成装置において、前記手続き生成制御部は一連の処理動
作にかかわるデータを含むテーブルとともに生成した手
続きを格納する手段を具備して構成されている。
Further, in the database update procedure creation device of the present invention, the procedure creation control section is provided with means for storing the created procedure together with a table containing data relating to a series of processing operations.

【0009】[0009]

【発明の実施の形態】次に、本発明について図面を参照
して説明する。
Next, the present invention will be described with reference to the drawings.

【0010】図1は本発明の実施の一形態を示すブロッ
ク図である。同図において、本発明によるデータベース
更新手続き作成装置1は、装置全体の制御を行う手続き
生成制御部2が端末13のディスプレイ上に定型のデー
タベース更新処理手続きをGUIによって提供し、ユー
ザが選択,入力したデータの解析をデータ解析部3が実
行する。この時、データベースのデータ検索を必要とす
る場合はデータ検索部4において対象となるデータベー
ス種別を認識し、たとえばAデータベース9にアクセス
する場合はAデータベース検索部5を用いて,またBデ
ータベース10にアクセスする場合はBデータベース検
索部6を用いて,同様にCデータベース11にアクセス
する場合はCデータベース検索部7を用いてデータを取
得する。その検索結果のデータをデータ加工部8におい
て、画面上で表示可能な状態にし、データベース更新手
続きを作成時に、指定された条件によって抽出,または
加工されたデータを画面上に表示する。
FIG. 1 is a block diagram showing an embodiment of the present invention. Referring to FIG. 1, in the database update procedure creation device 1 according to the present invention, the procedure generation control unit 2 for controlling the entire device provides a standard database update processing procedure on the display of the terminal 13 by the GUI, and the user selects and inputs it. The data analysis unit 3 executes the analysis of the obtained data. At this time, when a data search of the database is required, the data search unit 4 recognizes the target database type. For example, when accessing the A database 9, the A database search unit 5 is used, and the B database 10 is searched. When accessing, the B database searching unit 6 is used. Similarly, when accessing the C database 11, data is acquired using the C database searching unit 7. The data of the search result is made displayable on the screen in the data processing unit 8, and when the database update procedure is created, the data extracted or processed according to the specified condition is displayed on the screen.

【0011】さらに、手続き制御部2は、GUIによる
データベース更新処理の各設定画面での設定が完了し、
それまで行った一連の処理をセーブしたい場合、手続き
ファイル12として出力する。
Further, the procedure control unit 2 completes the setting on each setting screen of the database update processing by the GUI,
When it is desired to save the series of processing performed up to that point, the procedure file 12 is output.

【0012】次に、上記のデータベース更新手続き作成
装置1の動作について説明する。
Next, the operation of the above-mentioned database update procedure creation device 1 will be described.

【0013】まず、図7に主要な処理動作の流れ図を示
す。同図において、最初に、画面上に初期画面が表示
(ステップ701)され、ここで手続きの作成か修正の
いずれかを選択し(ステップ702)、手続き修正の場
合には修正対象の手続きファイルをオープンし(ステッ
プ703)、その手続きファイルの内容をパラメータテ
ーブル(メモリ上)に読み込む(ステップ704)。
First, FIG. 7 shows a flowchart of main processing operations. In the figure, first, an initial screen is displayed on the screen (step 701), and either the creation or modification of a procedure is selected here (step 702). In the case of procedure modification, the procedure file to be modified is selected. It is opened (step 703), and the contents of the procedure file are read into the parameter table (on memory) (step 704).

【0014】次に、図2に示す処理選択画面において
(ステップ705)処理区分を選択し、ここでデータ更
新処理が選択された場合(ステップ706)には図3に
示すデータ更新処理メイン画面を表示し(ステップ70
7)、データ追加処理が選択された場合(ステップ70
9)には図4に示すデータ追加処理メイン画面を表示し
(ステップ710)、データ置換処理が選択された場合
(ステップ712)には図5に示すデータ置換処理メイ
ン画面を表示し(ステップ713)、削除処理が選択さ
れた場合には図6に示すデータ削除処理メイン画面を表
示する(ステップ715)。
Next, in the process selection screen shown in FIG. 2 (step 705), a process category is selected, and when the data update process is selected here (step 706), the data update process main screen shown in FIG. 3 is displayed. Display (Step 70)
7) If the data addition process is selected (step 70)
9) the data addition processing main screen shown in FIG. 4 is displayed (step 710), and when the data replacement processing is selected (step 712), the data replacement processing main screen shown in FIG. 5 is displayed (step 713). ), If the deletion process is selected, the data deletion process main screen shown in FIG. 6 is displayed (step 715).

【0015】このように、データ更新処理(ステップ7
08)、データ追加処理(ステップ711)、データ置
換処理(ステップ714)、データ削除処理(ステップ
716)の4つの定型的なデータベース更新処理手続き
の内、いずれの手続きファイルもGUIによって作成で
きる(ステップ717)。
In this way, the data updating process (step 7
08), data addition processing (step 711), data replacement processing (step 714), and data deletion processing (step 716) out of the four routine database update processing procedures, any of the procedure files can be created by the GUI (step 717).

【0016】図8は定型的なデータ更新処理の流れ図で
ある。表選択設定(ステップ81)、検索条件設定(ス
テップ82)、演算処理設定(ステップ83)、集計処
理設定(ステップ84)、配布先設定(ステップ8
5)、突合せキー設定(ステップ86)、更新処理設定
(ステップ87)の順番で各設定を行う。
FIG. 8 is a flow chart of a routine data updating process. Table selection setting (step 81), search condition setting (step 82), calculation processing setting (step 83), aggregation processing setting (step 84), distribution destination setting (step 8)
5), matching key setting (step 86), and update processing setting (step 87).

【0017】図9は定型的なデータ追加処理の流れ図で
ある。表選択設定(ステップ91)、検索条件設定(ス
テップ92)、演算処理設定(ステップ93)、集計処
理設定(ステップ94)、配布先設定(ステップ9
5)、追加処理設定(ステップ96)の順番で各設定を
行う。
FIG. 9 is a flow chart of a standard data addition process. Table selection setting (step 91), search condition setting (step 92), calculation processing setting (step 93), aggregation processing setting (step 94), distribution destination setting (step 9)
5), each setting is performed in the order of additional processing setting (step 96).

【0018】図10は定型的なデータ置換処理の流れ図
である。表選択設定(ステップ101)、置換処理設定
(ステップ102)の順番で各設定を行う。
FIG. 10 is a flow chart of a routine data replacement process. Each setting is performed in the order of table selection setting (step 101) and replacement processing setting (step 102).

【0019】図11は定型的なデータ削除処理の流れ図
である。表選択設定(ステップ111)、削除処理設定
(ステップ112)の順番で各設定を行う。
FIG. 11 is a flow chart of typical data deletion processing. Each setting is performed in the order of table selection setting (step 111) and deletion processing setting (step 112).

【0020】次に、データ更新処理について具体的な処
理の流れを説明する。
Next, a specific processing flow of the data update processing will be described.

【0021】まず、データ更新処理メイン画面(図3)
で表選択ボタン(31)を選ぶと、図12に示す表選択
設定の処理の流れとなり、表選択画面が表示される(ス
テップ1201)。そして画面から配布するデータの基
になるデータベースおよび表を選択する(ステップ12
02)。ここで指定した表のデータを表示したい場合
(ステップ1203)、その要求に応じてデータを画面
上に表示する(ステップ1204)。この表選択設定画
面での処理が確定したならば(ステップ1205)、入
力内容のチェックを行い(ステップ1206)、問題な
ければ図19に示すパラメータテーブルの表選択情報格
納フィールド(1901)に値を設定(ステップ120
7)する。
First, the data update processing main screen (FIG. 3)
When the table selection button (31) is selected with, the processing flow of the table selection setting shown in FIG. 12 is executed, and the table selection screen is displayed (step 1201). Then, select the database and table on which the data to be distributed is based on the screen (step 12).
02). When it is desired to display the data of the table specified here (step 1203), the data is displayed on the screen in response to the request (step 1204). If the processing on this table selection setting screen is confirmed (step 1205), the input contents are checked (step 1206), and if there is no problem, a value is set in the table selection information storage field (1901) of the parameter table shown in FIG. Settings (step 120)
7) Yes.

【0022】次に図3を参照して検索条件ボタン(3
2)を選ぶと、図13に示す検索条件設定の処理を流れ
となり、まず検索条件設定画面が表示される(ステップ
1301)。そして選択表の列一覧から必要な列の選
択,および抽出条件を指定する(ステップ1302)。
ここで指定した条件の合致するデータを表示したい場合
(ステップ1303)、その要求に応じて条件に合致し
たデータを画面上に表示する(ステップ1304)。こ
の検索条件設定画面での処理が確定したならば(ステッ
プ1305)、入力内容のチェックを行い(ステップ1
306)、問題なければ図19に示すパラメータテーブ
ルの検索条件情報格納フィールド(1902)に値を設
定(ステップ1307)する。
Next, referring to FIG. 3, search condition button (3
If 2) is selected, the flow of the search condition setting process shown in FIG. 13 begins, and the search condition setting screen is displayed first (step 1301). Then, the necessary columns are selected from the column list of the selection table and the extraction conditions are designated (step 1302).
When it is desired to display the data that meets the conditions specified here (step 1303), the data that meets the conditions is displayed on the screen in response to the request (step 1304). When the processing on this search condition setting screen is confirmed (step 1305), the input contents are checked (step 1
306), if there is no problem, a value is set in the search condition information storage field (1902) of the parameter table shown in FIG. 19 (step 1307).

【0023】次に図3を参照して演算条件ボタン(3
3)を選ぶと、図14に示す演算処理設定の処理の流れ
となり、まず演算処理設定画面が表示される(ステップ
1401)。そして検索条件設定画面で選択した列情報
を基に、配布するデータに対して演算処理を設定する
(ステップ1402)。ここで指定した演算式を実行し
た場合の配布データの結果を表示したい場合(ステープ
1403)、その要求に応じて演算処理を施したデータ
を画面上に表示する(ステップ1404)。この演算処
理設定画面での処理が確定したならば(ステップ140
5)、入力内容のチェックを行い(ステップ140
6)、問題なければ図19に示すパラメータテーブルの
演算情報格納フィールド(1903)に値を設定(ステ
ップ1407)する。
Next, referring to FIG. 3, the calculation condition button (3
When 3) is selected, the processing flow of the arithmetic processing setting shown in FIG. 14 starts, and the arithmetic processing setting screen is first displayed (step 1401). Then, based on the column information selected on the search condition setting screen, arithmetic processing is set for the data to be distributed (step 1402). When it is desired to display the result of the distribution data when the arithmetic expression specified here is executed (staple 1403), the data subjected to the arithmetic processing in response to the request is displayed on the screen (step 1404). If the processing on the calculation processing setting screen is confirmed (step 140
5) Check the input contents (step 140
6) If there is no problem, a value is set in the calculation information storage field (1903) of the parameter table shown in FIG. 19 (step 1407).

【0024】次に図3を参照して集計ボタン(34)を
選ぶと、図15に示す集計処理設定の処理の流れとな
り、まず集計処理設定画面が表示される(ステップ15
01)。そして検索条件設定画面で選択した列情報を基
に集計キーを設定し、集計に必要な設定をする(ステッ
プ1502)。ここで指定した集計キーを基に集計結果
の配布データを表示したい場合(ステップ1503)、
その要求に応じて集計処理を施したデータを画面上に表
示する(ステップ1504)。この集計処理設定画面で
の処理が確定したならば(ステップ1505)、入力内
容のチェックを行い(ステップ1506)、問題なけれ
ば図19に示すパラメータテーブルの集計情報格納フィ
ールド(1904)に値を設定(ステップ1507)す
る。
Next, referring to FIG. 3, when the tally button (34) is selected, the flow of the tally process setting process shown in FIG. 15 starts, and the tally process setting screen is first displayed (step 15).
01). Then, an aggregation key is set based on the column information selected on the search condition setting screen, and settings necessary for aggregation are made (step 1502). If you want to display the distribution data of the aggregation result based on the aggregation key specified here (step 1503),
In response to the request, the data subjected to the totalization processing is displayed on the screen (step 1504). If the processing on this aggregation processing setting screen is confirmed (step 1505), the input contents are checked (step 1506), and if there is no problem, a value is set in the aggregation information storage field (1904) of the parameter table shown in FIG. (Step 1507)

【0025】次に図3を参照して配布ボタン(35)を
選ぶと、図16に示す配布先設定の処理の流れとなり、
まず配布先設定画面が表示される(ステップ160
1)。そしてこれまでの過程でできた配布データをどの
データベースのどの表に配布するかを選択する(ステッ
プ1602)。ここで指定した配布先の表データ内容を
表示したい場合(ステップ1603)、その要求に応じ
て配布先の表データを画面上に表示する(ステップ16
04)。この配布先設定画面での処理が確定したならば
(ステップ1605)、入力内容のチェックを行い(ス
テップ1606)、問題なければ図19に示すパラメー
タテーブルの配布先情報格納フィールド(1905)に
値を設定(ステップ1607)する。
Next, referring to FIG. 3, when the distribution button (35) is selected, the distribution destination setting process shown in FIG. 16 is executed.
First, the distribution destination setting screen is displayed (step 160).
1). Then, it is selected which table in which database the distribution data created in the above process is to be distributed (step 1602). When it is desired to display the table data contents of the distribution destination specified here (step 1603), the distribution destination table data is displayed on the screen in response to the request (step 16).
04). If the processing on this distribution destination setting screen is confirmed (step 1605), the input contents are checked (step 1606). If there is no problem, a value is set in the distribution destination information storage field (1905) of the parameter table shown in FIG. The setting is made (step 1607).

【0026】次に図3を参照して突合せボタン(36)
を選ぶと、図17に示す突合せキー設定の処理の流れと
なり、まず突合せ設定画面が表示される(ステップ17
01)。そしてこれまでの過程でできた配布データを、
配布先表のどの列をキーとして突き合わせるか指定する
(ステップ1702)。この突合せキー設定画面での処
理が確定したならば(ステップ1703)、入力内容の
チェックを行い(ステップ1704)、問題なければ図
19に示すパラメータテーブルの突合せキー情報格納フ
ィールド(1906)に値を設定(ステップ1705)
する。
Next, referring to FIG. 3, a butt button (36)
If is selected, the flow of the matching key setting process shown in FIG. 17 is started, and the matching setting screen is first displayed (step 17
01). And the distribution data created in the process so far,
It is specified which column of the distribution destination table is used as a key to match (step 1702). If the process on this matching key setting screen is confirmed (step 1703), the input contents are checked (step 1704), and if there is no problem, a value is set in the matching key information storage field (1906) of the parameter table shown in FIG. Setting (step 1705)
I do.

【0027】次に図3を参照して更新処理ボタン(3
7)を選ぶと、図18に示す更新処理設定の処理の流れ
となり、まず更新処理設定画面が表示される(ステップ
1801)。そしてこれまでの過程でできた配布データ
を、指定した条件によってレコードを置換するのか,追
加するのか,削除するのかを詳細に指定する(ステップ
1802)。この更新処理設定画面での処理が確定した
ならば(ステープ1803)、入力内容のチェックを行
い(ステップ1804)、問題なければ図19に示すパ
ラメータテーブルの更新処理情報格納フィールド(19
07)に値を設定(ステップ1805)する。
Next, referring to FIG. 3, the update processing button (3
When 7) is selected, the processing flow of update processing setting shown in FIG. 18 is entered, and the update processing setting screen is first displayed (step 1801). Then, the distribution data created in the process so far is specified in detail as to whether the record is to be replaced, added, or deleted according to the specified condition (step 1802). If the processing on this update processing setting screen is confirmed (staple 1803), the input contents are checked (step 1804), and if there is no problem, the update processing information storage field (19) of the parameter table shown in FIG.
A value is set to (07) (step 1805).

【0028】最後に図3において手続き保管ボタン(3
8)を選択すると、手続きファイル名を付けて図19に
示す更新処理パラメータファイルの内容を手続きファイ
ル(データ更新処理)として出力する。
Finally, in FIG. 3, the procedure storage button (3
When 8) is selected, the contents of the update processing parameter file shown in FIG. 19 with a procedure file name are output as a procedure file (data update processing).

【0029】ここまでに詳述したデータ更新処理以外の
データ追加処理(図9),データ置換処理(図10),
およびデータ削除処理(図11)も上記と同様な処理の
流れによって、それぞれ図20,図21,および図22
に示す各パラメータテーブルを基にしてそれぞれの手続
きファイルを作成できる。
Data addition processing (FIG. 9) other than the data update processing described in detail above, data replacement processing (FIG. 10),
The data deletion process (FIG. 11) is also performed by the same process flow as described above with reference to FIGS. 20, 21, and 22, respectively.
Each procedure file can be created based on each parameter table shown in.

【0030】上記のように本発明のデータベース更新手
続き作成装置は、GUIによる定型の手順に従って各処
理設定画面を提供しているので、処理内容が明確で、修
正も容易である。また、データベース種別が異なっても
各データベース種別毎にデータベース検索部が用意され
ており、実際にSQLによるデータの取得を行う。した
がって、ユーザにはこれらは隠蔽されているが、手続き
作成時にはデータベースの表一覧や条件抽出データを画
面上で随時確認できる。
As described above, since the database update procedure creating device of the present invention provides each process setting screen in accordance with the standard procedure by GUI, the process content is clear and the correction is easy. Further, even if the database types are different, a database search unit is prepared for each database type and actually acquires data by SQL. Therefore, although these are hidden from the user, the table list of the database and the condition extraction data can be checked on the screen at any time when the procedure is created.

【0031】[0031]

【発明の効果】本発明のデータベース更新手続き作成装
置は、GUIによって定型な順序に従ってデータベース
更新手続きを作成できるので、特にSQL言語等の専門
知識を有しないユーザでもデータベース更新手続きを作
成および修正できる。
Since the database updating procedure creating device of the present invention can create the database updating procedure according to the fixed order by the GUI, even a user who does not have specialized knowledge such as SQL language can create and modify the database updating procedure.

【0032】また、データベース更新手続きを作成途中
で、利用するデータベースの表一覧やデータを画面上で
参照したり、検索条件による抽出結果のデータや条件抽
出したデータに対する演算・集計結果のデータを画面上
で確認できるので、ユーザが問題思考しながら手続きを
作成できる。
Further, while the database update procedure is being created, the table list and data of the database to be used can be referred to on the screen, and the data of the extraction result by the search condition and the data of the calculation / totalization result for the condition extracted data can be displayed Since it can be confirmed above, the user can create a procedure while thinking about the problem.

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

【図1】本発明の実施の一形態を示すブロック図であ
る。
FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】処理選択画面である。FIG. 2 is a processing selection screen.

【図3】更新処理メイン画面である。FIG. 3 is an update processing main screen.

【図4】追加処理メイン画面である。FIG. 4 is a main screen of additional processing.

【図5】置換処理メイン画面である。FIG. 5 is a replacement processing main screen.

【図6】削除処理メイン画面である。FIG. 6 is a deletion processing main screen.

【図7】処理動作の概要を示す流れ図である。FIG. 7 is a flowchart showing an outline of processing operation.

【図8】更新処理の画面上での流れ図である。FIG. 8 is a flowchart of the update process on the screen.

【図9】追加処理の画面上での流れ図である。FIG. 9 is a flowchart of the addition processing on the screen.

【図10】置換処理の画面上での流れ図である。FIG. 10 is a flowchart of the replacement process on the screen.

【図11】削除処理の画面上での流れ図である。FIG. 11 is a flowchart on the screen of a deletion process.

【図12】表選択画面における処理の流れ図である。FIG. 12 is a flow chart of processing on a table selection screen.

【図13】検索条件設定画面における処理の流れ図であ
る。
FIG. 13 is a flowchart of processing on a search condition setting screen.

【図14】演算処理設定画面における処理の流れ図であ
る。
FIG. 14 is a flowchart of the process on the calculation process setting screen.

【図15】集計処理設定画面における処理の流れ図であ
る。
FIG. 15 is a flowchart of the processing on the totalization processing setting screen.

【図16】配布先設定画面における処理の流れ図であ
れ。
FIG. 16 is a flowchart of processing on a distribution destination setting screen.

【図17】突合せキー設定画面における処理の流れ図で
ある。
FIG. 17 is a flowchart of the process on the matching key setting screen.

【図18】更新処理設定画面における処理の流れ図であ
る。
FIG. 18 is a flowchart of the processing on the update processing setting screen.

【図19】更新処理パラメータテーブルの説明図であ
る。
FIG. 19 is an explanatory diagram of an update processing parameter table.

【図20】追加処理パラメータテーブルの説明図であ
る。
FIG. 20 is an explanatory diagram of an additional processing parameter table.

【図21】置換処理パラメータテーブルの説明図であ
る。
FIG. 21 is an explanatory diagram of a replacement processing parameter table.

【図22】削除処理パラメータテーブルの説明図であ
る。
FIG. 22 is an explanatory diagram of a deletion processing parameter table.

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

1 データベース更新手続き作成装置 2 手続き生成制御部 3 データ解析部 4 データ検索部 5 Aデータベース検索部 6 Bデータベース検索部 7 Cデータベース検索部 8 データ加工部 9 Aデータベース 10 Bデータベース 11 Cデータベース 12 手続きファイル 13 端末 1 database update procedure creation device 2 procedure generation control unit 3 data analysis unit 4 data search unit 5 A database search unit 6 B database search unit 7 C database search unit 8 data processing unit 9 A database 10 B database 11 C database 12 procedure file 13 terminals

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 定型的なデータベース更新処理を行う手
続きの作成において、GUIを用いて作成する一連の処
理動作を制御する手続き生成制御部と、前記手続き生成
制御部によって表示された各処理設定画面の入力内容を
解析するデータ解析部と、データベースに対してデータ
検索を行うデータ検索部と、前記データ検索部によって
前記データベースより抽出条件に合致するデータを取得
後に画面上に表示可能な形式に前記データを加工するデ
ータ加工部とを備えたことを特徴とするデータベース更
新手続き作成装置。
1. A procedure generation control section for controlling a series of processing operations to be performed by using a GUI when creating a procedure for performing a routine database update process, and each processing setting screen displayed by the procedure generation control section. A data analysis unit that analyzes the input contents of the data, a data search unit that searches the database for data, and a data display unit that acquires data matching the extraction condition from the database by the data search unit and displays the data in a format that can be displayed on the screen. A database update procedure creation device comprising a data processing unit for processing data.
【請求項2】 請求項1記載のデータベース更新手続き
作成装置において、前記手続き生成制御部は一連の処理
動作にかかわるデータを含むテーブルとともに生成した
手続きを格納する手段を具備することを特徴とするデー
タベース更新手続き作成装置。
2. The database update procedure creation device according to claim 1, wherein the procedure creation control unit comprises means for storing the created procedure together with a table containing data relating to a series of processing operations. Update procedure creation device.
JP7280556A 1995-10-27 1995-10-27 Data base update procedure generation device Pending JPH09128278A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7280556A JPH09128278A (en) 1995-10-27 1995-10-27 Data base update procedure generation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7280556A JPH09128278A (en) 1995-10-27 1995-10-27 Data base update procedure generation device

Publications (1)

Publication Number Publication Date
JPH09128278A true JPH09128278A (en) 1997-05-16

Family

ID=17626695

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7280556A Pending JPH09128278A (en) 1995-10-27 1995-10-27 Data base update procedure generation device

Country Status (1)

Country Link
JP (1) JPH09128278A (en)

Similar Documents

Publication Publication Date Title
JP3521147B2 (en) User interface customizing method and apparatus
JP2000276485A (en) Electronic dictionary device and recording medium where electronic dictionary program is recorded
JPH06230844A (en) Method for starting processing
JP2003058534A (en) Data processor and program
JPH09128278A (en) Data base update procedure generation device
JPH07306862A (en) Information retrieving method
JPH06131229A (en) Method for information processing and device therefor
JPH11161656A (en) Data base retrieval and extraction system and recording medium in which control program for data base retrieval and extraction is recorded
JPH07296004A (en) Information management retrieval device
JPH06131228A (en) Method for information processing and device therefor
JPH0520005A (en) Menu information generation device
JP2000003401A (en) Form preparation processing system
JP2004126680A (en) Sql masking type database access method and computer program
JP2001014318A (en) Database retrieving device and storage medium storing program
JP3536964B2 (en) Database processing device and recording medium
JPH04318672A (en) Information retreiving device
JPH06301735A (en) Data base retrieving device
JP2990314B2 (en) Data management device
JP3337717B2 (en) Database processing device and database processing method
JPH0916612A (en) Conversation type data base retrieving device
JPH0830421A (en) Method for executing command through dialogue
JPH09146970A (en) Data retrieval and totalization device
JPH05274122A (en) Method for mutual conversion of information and device therefor
JPH05181661A (en) General purpose menu system for each user
JPH05151274A (en) Data operation system for relational data base

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19981020