JPH04219871A - Data base system - Google Patents

Data base system

Info

Publication number
JPH04219871A
JPH04219871A JP2412334A JP41233490A JPH04219871A JP H04219871 A JPH04219871 A JP H04219871A JP 2412334 A JP2412334 A JP 2412334A JP 41233490 A JP41233490 A JP 41233490A JP H04219871 A JPH04219871 A JP H04219871A
Authority
JP
Japan
Prior art keywords
search
data
database
format
file
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.)
Granted
Application number
JP2412334A
Other languages
Japanese (ja)
Other versions
JP2718836B2 (en
Inventor
Tetsuya Matsushita
哲也 松下
Hiroshi Sumiya
浩 角谷
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.)
PFU Ltd
Original Assignee
PFU 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 PFU Ltd filed Critical PFU Ltd
Priority to JP2412334A priority Critical patent/JP2718836B2/en
Publication of JPH04219871A publication Critical patent/JPH04219871A/en
Application granted granted Critical
Publication of JP2718836B2 publication Critical patent/JP2718836B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

(57)【要約】本公報は電子出願前の出願データであるた
め要約のデータは記録されません。
(57) [Summary] This bulletin contains application data before electronic filing, so abstract data is not recorded.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は,リレーショナルデータ
ベースのデータの検索結果を容易にデータベースファイ
ルに登録できるデータベースシステムに関する。従来,
リレーショナルデータベースシステムにおいては,2次
元の表形式のデータベースにおける統計処理の集計結果
を,検索の元としたデータベースのデータ(以後元デー
タと称する)の形式と異なる表形式に編集しなおした場
合には,検索結果を直接には格納できず,出力した様式
に合った形式に格納するための登録プログラムを呼び出
した上で,画面上で検索結果のデータを配列しなおした
上でなければリレーショナルデータベース上には登録で
きなかった。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database system that allows search results of data in a relational database to be easily registered in a database file. Conventionally,
In a relational database system, if the aggregated results of statistical processing in a two-dimensional tabular database are edited into a tabular format that is different from the format of the database data that was the source of the search (hereinafter referred to as the original data), , the search results cannot be stored directly, and must be stored in a relational database by calling a registration program to store them in a format that matches the output format, and then rearranging the search result data on the screen. could not be registered.

【0002】そのため,そのような検索結果を登録する
ためには,従来は煩雑な登録手続きを必要としたため検
索の登録はされず,同じ検索結果を必要とする場合には
再び同じ検索処理が行なわれていた。本発明は,検索結
果を,出力様式に合った形式で容易にリレーショナルデ
ータベースファイルに登録できるデータベースシステム
を提供することを目的とする。
[0002] Therefore, in the past, in order to register such search results, a complicated registration procedure was required, so the search was not registered, and if the same search result was needed, the same search process was performed again. It was. An object of the present invention is to provide a database system that allows search results to be easily registered in a relational database file in a format that matches the output format.

【0003】0003

【従来の技術】図9に従来のデータベースシステムを示
す。図において,81は検索データ作成部であって,デ
ータベース上のデータと検索情報を定義した検索処理情
報に基づいてデータの検索を行うものである。82は検
索処理情報格納部であって,検索情報を定義した検索処
理情報を格納するもの,83はデータベースファイルで
あって,データベースとなるデータを格納するもの。8
4は検索結果格納部であって,検索データ作成部81に
おいて作成した検索結果を格納するバッファメモリであ
る。85はデータベース管理部であって、データベース
ファイル83のデータベースのデータおよびデータ入出
力を管理するものである。86は入出力装置であって,
キーボード,表示装置,印刷装置等よりなるものである
。87は検索結果等を表示装置もしくは印刷装置等に出
力する様式を定める出力様式設定部,88は検索対象の
元データ,89は登録された検索結果である。90は検
索結果をデータベースとして登録するための検索データ
登録部である。
2. Description of the Related Art FIG. 9 shows a conventional database system. In the figure, reference numeral 81 is a search data creation unit that searches for data based on data on the database and search processing information that defines search information. 82 is a search processing information storage unit that stores search processing information that defines search information; 83 is a database file that stores data serving as a database. 8
Reference numeral 4 denotes a search result storage unit, which is a buffer memory that stores search results created by the search data creation unit 81. Reference numeral 85 denotes a database management unit that manages database data and data input/output of the database file 83. 86 is an input/output device,
It consists of a keyboard, display device, printing device, etc. Reference numeral 87 indicates an output format setting unit that determines the format for outputting search results etc. to a display device or a printing device, etc., 88 indicates original data to be searched, and 89 indicates registered search results. 90 is a search data registration unit for registering search results as a database.

【0004】図の構成の動作を説明する。例えば,各営
業所における製品在庫のリストを作成しようとする場合
,入出力装置より検索情報を定義するキーとして,営業
所名,テレビ,ラジオ等の製品名等を入力する。そして
,そのキーは,検索処理情報として検索処理情報格納部
82に格納される。一方データベースファイル83から
は各営業所における製品名と在庫数を結合させたレコー
ドが検索データ作成部81に入力される。検索データ作
成部81は,検索処理情報格納部82に格納されている
検索情報を定義するキーに従って,指定された営業所に
おけるテレビ,ラジオについての在庫数を与えるレコー
ドを選択する。そして,そのようにして得た検索結果を
検索結果格納部84に格納され,出力様式設定部87で
指定された出力形式にして表示装置もしくは印刷装置に
出力される。
[0004] The operation of the configuration shown in the figure will be explained. For example, when attempting to create a list of product inventory at each office, the name of the office, product name of television, radio, etc. is input as a key to define search information using the input/output device. Then, the key is stored in the search processing information storage section 82 as search processing information. On the other hand, from the database file 83, a record in which the product name and inventory quantity at each office are combined is input to the search data creation section 81. The search data creation section 81 selects a record giving the inventory quantity of televisions and radios at the specified business office, according to the keys that define the search information stored in the search processing information storage section 82. Then, the search results obtained in this manner are stored in the search result storage section 84, and are outputted to a display device or a printing device in the output format specified by the output format setting section 87.

【0005】従来のリレーショナルデータベースシステ
ムにおいては,元データの形式と異なる形式で出力する
ように配列された検索結果は,検索結果の形式では直接
登録処理できず,作業者は一度その形式で登録するため
の表形式等のプログラムを呼出し,表示画面上で,検索
結果のデータを配列しなおし,登録処理をしなければな
らなかった。
[0005] In conventional relational database systems, search results that are arranged to be output in a format different from the original data format cannot be directly registered in the search result format, and the operator must register them once in that format. It was necessary to call up a program such as a tabular format, rearrange the search result data on the display screen, and perform the registration process.

【0006】図10に検索結果登録処理のフローを示す
。図示の丸付の番号に従って説明する。 ■  検索結果格納処理を開始する。 ■  作業者は,データ格納形式を与えるプログラムを
呼び出す。 ■  作業者は,プログラムに従って,検索結果のデー
タを表示装置上で登録する形式に配列する。 ■  ファイル名を入力する。 ■  検索結果を登録する。 ■  登録処理を終了する。
FIG. 10 shows the flow of search result registration processing. The explanation will be given according to the circled numbers shown in the figure. ■ Start search result storage processing. ■ The worker calls a program that provides the data storage format. ■ The operator arranges the search result data in a format to be registered on the display device according to the program. ■ Enter the file name. ■ Register search results. ■ Finish the registration process.

【0007】[0007]

【発明が解決しようとする課題】上記のように,従来の
リレーショナルなデータベースシステムにおいては,2
次元の表形式のデータベースにおける統計処理の集計結
果を元データの形式と異なる様式で出力するようにデー
タを配列しなおしたような場合には,検索結果を直接に
はデータベースファイルに登録できず,検索結果を出力
した表示形式にデータを登録するための登録プログラム
を呼び出した上で,画面上で検索結果のデータを配列し
なおさなければ登録できなかった。
[Problem to be solved by the invention] As mentioned above, in conventional relational database systems, two
If the data is rearranged so that the aggregation results of statistical processing in a dimensional tabular database are output in a format different from the original data format, the search results cannot be directly registered in the database file. Registration was not possible without calling a registration program to register the data in the display format that outputs the search results, and then rearranging the search result data on the screen.

【0008】そのため,従来は登録手続きが煩雑なため
統計処理の集計結果等については登録を行わず,同じ検
索結果を必要とする場合には再び同じ検索処理を行うよ
うにしていた。従って,得られた検索結果をデータベー
スとして登録して他の処理において利用する等は行いに
くいものであった。本発明は,検索結果を,元データの
形式と異なる出力様式で出力するようにした場合でも,
容易にデータベースファイルに登録できるデータベース
システムを提供することを目的とする。
[0008] Conventionally, the registration procedure was complicated, so the aggregated results of statistical processing were not registered, and when the same search results were needed, the same search process was performed again. Therefore, it has been difficult to register the obtained search results as a database and use them in other processes. The present invention allows search results to be output in an output format different from the format of the original data.
The purpose is to provide a database system that allows easy registration in database files.

【0009】[0009]

【課題を解決するための手段】本発明は,出力様式に従
って,配列しなおされた形式の検索結果のデータにおい
てもデータの検索データ登録部がファイル名等を自動生
成する等を行うようにして直接にデータベースとしてフ
ァイルに登録できるようにした。
[Means for Solving the Problems] The present invention allows a data search data registration unit to automatically generate file names, etc. even for search result data in a rearranged format according to the output format. It is now possible to register files directly as a database.

【0010】図1に本発明の基本構成を示す。図におい
て,1は検索データ作成部,2は検索処理情報格納部,
3はデータベースファイル,4は検索結果格納部(中間
ファイル),5はデータベース管理部,6は入出力装置
,7は出力様式設定部,10は検索データ登録部,11
は検索対象のデータである元データ,12は登録された
検索結果である。図において,検索結果格納部4のデー
タに基づいて検索データ登録部10が直接登録処理を行
うようにした点を除いては,各部の機能は図9における
構成のものと同じである。
FIG. 1 shows the basic configuration of the present invention. In the figure, 1 is a search data creation section, 2 is a search processing information storage section,
3 is a database file, 4 is a search result storage section (intermediate file), 5 is a database management section, 6 is an input/output device, 7 is an output format setting section, 10 is a search data registration section, 11
12 is the original data that is the data to be searched, and 12 is the registered search result. In the figure, the functions of each part are the same as those in the configuration shown in FIG. 9, except that the search data registration part 10 directly performs registration processing based on the data in the search result storage part 4.

【0011】[0011]

【作用】本発明の基本構成における,検索結果の登録処
理のフローを図2により説明する。図示の番号に従って
説明する。必要に応じて図1を参照する。 ■  登録処理を開始する。 ■  出力様式に従って配列された検索結果が与えられ
る。 ■  登録するかしないか判断する。登録するのであれ
ば■に進む。登録しない のであれば■に進む。 ■  登録するのであれば,作業者が入力装置よりファ
イル名を入力する。もしくは自動により登録ファイル名
が生成される。 ■  検索結果格納部(中間ファイル)4に格納された
データには画面もしくは印刷出力するために必要なデー
タも含まれているので,テータベースとして登録するの
に必要なデータのみが取り出され,出力様式に従った形
式でデータベースファイル上に登録される。 ■  登録処理を終了する。
[Operation] The flow of the search result registration process in the basic configuration of the present invention will be explained with reference to FIG. The explanation will be given according to the numbers shown. Refer to FIG. 1 as necessary. ■ Start the registration process. ■ Search results are given arranged according to the output format. ■ Decide whether to register or not. If you wish to register, proceed to ■. If you do not want to register, proceed to ■. ■ If registering, the operator inputs the file name using the input device. Alternatively, a registered file name is automatically generated. ■ The data stored in the search result storage section (intermediate file) 4 includes the data necessary for screen or print output, so only the data necessary for registering as a data base is retrieved and output. It is registered in the database file in a format according to the format. ■ Finish the registration process.

【0012】本発明によれば,リレーショナルデータベ
ースにおいて,表形式の統計処理結果等の検索結果を元
データの形式と異なる形式で出力するようにデータの配
列を変更した場合でもリレーショナルデータベース上に
出力形式に従った形式で簡単に登録できる。
According to the present invention, even if the data arrangement is changed in a relational database so that search results such as tabular statistical processing results are output in a format different from the original data format, the output format can be changed on the relational database. You can easily register by following the format.

【0013】[0013]

【実施例】図3〜図8により本発明の実施例を説明する
。図3は本発明におけるデータベース検索の例を示す。 図(a) は本発明の適用するための二次元データの例
を示す。営業所名である,新宿,川崎,大阪のそれぞれ
に商品名としてテレビ,ラジオとそれぞれの数量を結合
させたレコードよりなる。図(b) は図(a) の二
次元データに対して,縦キーとして営業所名,横キーと
して商品名による二次元集計結果を図のような出力様式
に編集して出力した例を示す。図(c) は図(a) 
の二次元データを二次元集計した検索結果を示す。二次
元データ(a) における縦キー,横キーを集計した集
計データを図(b) の様式に出力するように各データ
が図(c) のように配列される。図(c) における
制御コードは合計を示すものである。そして,図(c)
 の検索結果をデータベースファイル上に登録する際に
は,図に点線で囲むデータベースとして必要な項目のみ
を,図示の配列で登録するようにする。
[Embodiment] An embodiment of the present invention will be explained with reference to FIGS. 3 to 8. FIG. 3 shows an example of database search in the present invention. Figure (a) shows an example of two-dimensional data to which the present invention is applied. It consists of records that combine the business office names of Shinjuku, Kawasaki, and Osaka with the product names of TV and radio and the respective quantities. Figure (b) shows an example in which the two-dimensional data in Figure (a) is edited and output in the output format as shown in the figure, with the two-dimensional tally results using the business office name as the vertical key and the product name as the horizontal key. . Figure (c) is Figure (a)
Shows the search results of two-dimensional aggregation of two-dimensional data. Each piece of data is arranged as shown in Figure (c) so that the aggregated data of the vertical and horizontal keys in the two-dimensional data (a) is output in the format shown in Figure (b). The control code in Figure (c) indicates the total. And figure (c)
When registering the search results in the database file, only the items necessary for the database surrounded by dotted lines in the figure should be registered in the arrangement shown.

【0014】図4は本発明のデータベースにおける項目
情報生成のフローを示す。図示の番号に従って,例とし
て,図3(a) における二次元データを処理する場合
について説明する。
FIG. 4 shows the flow of generating item information in the database of the present invention. As an example, the case of processing the two-dimensional data in FIG. 3(a) will be explained according to the numbers shown in the figure.

【0015】■  横キーの商品名(テレビ,ラジオ)
によってレコードをソートする。(その結果,例えば,
表において商品名にテレビを持つレコードが上位の部分
に集められ,ラジオを持つレコードが下位の部分に集め
られる。 ■  レコード項目値を記憶する。例えばレコード項目
値としてテレビを設定する。 ■  レコードをリードする。 ■  データが終了したか判定する。終了していなけれ
ば■に進み,終了していれば処理を終了する。 ■  レコード値が前回と同様か判定する。例えば前回
がテレビであって,今回もテレビであれば,■で次のレ
コードを読む。■でデータが終了していなければ■に進
むとういうように,処理を繰り返す。 ■  ■において、レコード項目値がラジオとなれば,
テレビをレコード項目値として持つレコードのリードは
終了したので,次の項目値としてラジオを設定する。
■ Product name of horizontal key (TV, radio)
Sort records by. (As a result, for example,
In the table, records with television in the product name are collected in the upper part, and records with radio in the product name are collected in the lower part. ■ Remember record field values. For example, set television as the record item value. ■ Read the record. ■ Determine whether the data is complete. If the process has not finished, proceed to ■; if it has finished, the process ends. ■ Determine whether the record value is the same as last time. For example, if the previous record was on TV and this time it is also on TV, press ■ to read the next record. If the data is not completed at ■, proceed to ■, and so on, and repeat the process. ■ In ■, if the record item value is radio,
Now that we have finished reading the record that has television as the record item value, we set radio as the next item value.

【0016】以後,同様に■〜■の処理を繰り返し,全
レコードの読み取りが終了すれば処理を終了する。図示
のフローより,図3(a) の二次元データにおける横
方向の商品項目として,テレビ,ラジオの二種類がある
ことを読み取ることができる。
Thereafter, the processes ① to ② are repeated in the same way, and the process ends when all records have been read. From the illustrated flow, it can be seen that there are two types of product items in the horizontal direction in the two-dimensional data of FIG. 3(a): television and radio.

【0017】図5に本発明のデータベースシステムにお
ける二次元統計処理のフローを示す。図示の番号に従っ
て説明する。 (1) 縦方向項目値(営業所名),および横方向項目
値(商品名)でレコードをソートする。即ち,図3(a
) の二次元データによれは,例えば,営業所名新宿の
レコードについて表の上位に集め,次に新宿を持つレコ
ードのうち,例えばテレビをもつものを表の上位に集め
,その次に新宿とラジオを持つレコートを集めるように
する。 同様のソートを営業所名川崎と大阪についても行う。 (2) 縦方向(営業所名)のキーを設定する。例えば
,営業所名新宿について,キーを設定する。 (3) データは終了したかどうか判定し終了していな
ければ(4) に進み,終了していれば終了処理をする
。 (4) 横方向キーを設定する。例えば,テレビ,ラジ
オについて順次設定する。
FIG. 5 shows the flow of two-dimensional statistical processing in the database system of the present invention. The explanation will be given according to the numbers shown. (1) Sort records by vertical item value (office name) and horizontal item value (product name). That is, Fig. 3(a
), for example, records with office name Shinjuku are collected at the top of the table, then among records with Shinjuku, for example, those with TVs are collected at the top of the table, and then records with Shinjuku are collected at the top of the table. Try to collect records that have radios. Similar sorting is performed for the office names of Kawasaki and Osaka. (2) Set the vertical direction (office name) key. For example, a key is set for the office name Shinjuku. (3) Determine whether the data has been completed. If not, proceed to (4); if it has been completed, perform termination processing. (4) Set the horizontal direction keys. For example, settings are made for television and radio in sequence.

【0018】(5) 本実施例においては,キーが不一
致の場合にはフラグをたてて,一時処理を停止するよう
にしているので,キーが一致してレコード読み取る必要
があるか判断する。リード必要であれば,(6) に進
み,一致せずに読み取り不要であればレコードリードせ
ずに(8) に進む。 (6) キーが一致していてレコードリードが必要であ
れば,レコードをリードする。 (7) レコードをリードしたあと,(3) の判定で
必要なリード不要を示すフラグをたてる処理をする(図
示のリード不要はこのことを示す)。 (8) 縦キーとレコード値と等しいか判断する。等し
ければ(9) に進み,等しくなければ(12)に進む
。即ち,今縦方向キーとして新宿を設定しているので,
レコードが新宿であれは(9) に進み,異なれば,新
宿についての縦方向キーのレコードのリードは全て終了
したことになるので,(12) において, 縦キー集
計結果の中間の検索結果として中間ファイルに集計結果
を出力し, 次の縦キーの設定をする。 (9) 横キーとレコード値が等しければ(10)に進
み,異なれば(5) 以降の処理を繰り返す。 (10)横キーがテレビであれば(10)において新宿
とテレビを項目値として持つレコードにより主計計算を
行う。 (11)  現時点で(3) における判断に必要なフ
ラグはリード不要を意味するフラグが立っているので,
リード必要の処理を行う。そして,(4) 以下の処理
を繰り返す。以上の処理を繰り返し,図3(b) の二
次元集計結果を得る。
(5) In this embodiment, if the keys do not match, a flag is set and the processing is temporarily stopped, so it is determined whether the keys match and it is necessary to read the record. If reading is necessary, proceed to (6); if there is no match and reading is not necessary, proceed to (8) without reading the record. (6) If the keys match and it is necessary to read the record, read the record. (7) After reading the record, perform processing to set a flag indicating that the read is not required as required in the determination in (3) (the read not required shown in the figure indicates this). (8) Determine whether the vertical key and record value are equal. If they are equal, proceed to (9); if not, proceed to (12). In other words, since Shinjuku is currently set as the vertical direction key,
If the record is Shinjuku, proceed to (9); if the record is different, then all the records of the vertical key for Shinjuku have been read, so in (12), the intermediate search result of the vertical key aggregation results is entered. Output the tally results to a file and set the next vertical key. (9) If the horizontal key and record value are equal, proceed to (10); if they are different, repeat the process from (5) onwards. (10) If the horizontal key is TV, then in (10) the account calculation is performed using a record that has Shinjuku and TV as item values. (11) At present, the flag necessary for the judgment in (3) is set, meaning that no lead is required.
Performs processing that requires reading. Then, (4) repeat the following process. The above process is repeated to obtain the two-dimensional tally result shown in Figure 3(b).

【0019】図6〜図8に本発明の実施例におけるデー
タベース検索の出力帳票の例を示す。図6は二次元デー
タ出力リストの例である。そして図はデータベースに営
業所名,商品名と数量についての問い合わせ結果の例を
示す。図7は検索結果出力様式の設定例を示す。縦キー
として営業所名,横キーとして商品名,統計データとし
て数量を設定し,図8(後述)の出力様式を定める場合
を示す。図8は検索結果の出力リストの例を示す。縦キ
ーに営業所名,横キーに商品名として図のような検索結
果(表結果)が出力される。
FIGS. 6 to 8 show examples of output forms for database searches in the embodiment of the present invention. FIG. 6 is an example of a two-dimensional data output list. The figure shows an example of the results of an inquiry about business office name, product name, and quantity in the database. FIG. 7 shows an example of setting the search result output format. A case is shown in which the office name is set as the vertical key, the product name is set as the horizontal key, and the quantity is set as the statistical data, and the output format shown in FIG. 8 (described later) is determined. FIG. 8 shows an example of an output list of search results. Search results (table results) as shown in the figure are output with the business office name in the vertical key and the product name in the horizontal key.

【0020】本発明によれば,図8に示す検索結果を出
力するような検索結果格納部(中間ファイル)に格納さ
れたデータのうち,合計を除いた,営業所名,商品名(
テレビ,ラジオ),数量が,図示の様式における配列で
簡単な手続きにより登録できる。
According to the present invention, among the data stored in the search result storage section (intermediate file) that outputs the search results shown in FIG.
(TV, radio), quantities can be registered in a simple procedure by arranging them in the format shown.

【0021】[0021]

【発明の効果】本発明によれば,リレーショナルデータ
ベースにおいて,元データの形式と異なる形式で検索結
果を出力するような場合にも,出力形式に合った形式に
簡単な手続きでデータベースとして登録でき,検索結果
の利用性を高めることができる。
[Effects of the Invention] According to the present invention, even when outputting search results in a format different from the format of the original data in a relational database, it is possible to register the results as a database in a format that matches the output format with a simple procedure. The usability of search results can be improved.

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

【図1】本発明の基本構成を示す図である。FIG. 1 is a diagram showing the basic configuration of the present invention.

【図2】本発明における検索結果登録処理のフローを示
す。
FIG. 2 shows a flow of search result registration processing in the present invention.

【図3】データベース検索の例を示す図である。FIG. 3 is a diagram showing an example of database search.

【図4】項目情報生成のフローを示す図である。FIG. 4 is a diagram showing a flow of item information generation.

【図5】二次元統計処理のフローを示す図である。FIG. 5 is a diagram showing a flow of two-dimensional statistical processing.

【図6】二次元データ出力リストの例を示す図である。FIG. 6 is a diagram showing an example of a two-dimensional data output list.

【図7】検索結果出力様式の例を示す図である。FIG. 7 is a diagram showing an example of a search result output format.

【図8】検索結果出力リストの例を示す図である。FIG. 8 is a diagram showing an example of a search result output list.

【図9】従来のデータベースシステムの例を示す図であ
る。
FIG. 9 is a diagram showing an example of a conventional database system.

【図10】従来の検索結果登録処理のフローを示す図で
ある。
FIG. 10 is a diagram showing a flow of conventional search result registration processing.

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

1  :検索データ作成部, 2  :検索処理情報格納部, 3  :データベースファイル, 4  :検索結果格納部(中間ファイル),5  :デ
ータベース管理部, 6  :入出力装置, 7  :出力様式設定部, 10:検索データ登録部, 11:元データ, 12:検索結果。
1: Search data creation section, 2: Search processing information storage section, 3: Database file, 4: Search result storage section (intermediate file), 5: Database management section, 6: I/O device, 7: Output format setting section, 10: Search data registration section, 11: Original data, 12: Search results.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  検索情報を定義した検索処理情報とデ
ータベースファイルのデータに基づいて検索結果を作成
する検索データ作成部(1) と, データベースを格
納するデータベースファイル(3) と, 検索処理情
報を格納する検索処理情報格納部(2) と, データ
ベースのデータの管理と入出力を行うデータベース管理
部(5) とを備え, データベースファイル(3) 
に登録されたデータを検索処理情報格納部(2) の検
索処理情報に基づいて検索するデータベースシステムに
おいて,データベース管理部(5) に検索データ作成
部(1) の作成した検索結果を検索結果が作成された
時点で当該検索結果のデータを取り込み, データベー
スファイル(3) に登録処理する検索データ登録部(
10) を設け, 検索処理が行われる毎にその検索結
果を自動的にデータベースファイルに登録していくこと
を特徴とするデータベースシステム。
[Claim 1] A search data creation unit (1) that creates search results based on search processing information that defines search information and data in a database file, a database file (3) that stores a database, and a database file that stores the search processing information. A database file (3) includes a search processing information storage section (2) for storing information, and a database management section (5) for managing and inputting/outputting database data.
In a database system that searches data registered in a search processing information storage unit (2) based on search processing information, a database management unit (5) stores search results created by a search data creation unit (1). The search data registration unit (which imports the data of the search result at the time it is created and processes it to register it in the database file (3)
10) A database system characterized in that the search results are automatically registered in a database file each time a search process is performed.
【請求項2】  請求項1において,検索対象のデータ
ベースのデータが二次元の表形式のデータであり,検索
結果が二次元集計データであることを特徴とするデータ
ベースシステム。
2. The database system according to claim 1, wherein the data in the database to be searched is two-dimensional tabular data, and the search result is two-dimensional aggregated data.
JP2412334A 1990-12-20 1990-12-20 Database system Expired - Fee Related JP2718836B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2412334A JP2718836B2 (en) 1990-12-20 1990-12-20 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2412334A JP2718836B2 (en) 1990-12-20 1990-12-20 Database system

Publications (2)

Publication Number Publication Date
JPH04219871A true JPH04219871A (en) 1992-08-10
JP2718836B2 JP2718836B2 (en) 1998-02-25

Family

ID=18521186

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2412334A Expired - Fee Related JP2718836B2 (en) 1990-12-20 1990-12-20 Database system

Country Status (1)

Country Link
JP (1) JP2718836B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149634A (en) * 1992-10-30 1994-05-31 Toshiba Corp Data base device
JPH08137961A (en) * 1994-11-15 1996-05-31 Kawasaki Steel Corp Information processing system for products and information management method thereof
JPH08137963A (en) * 1994-11-15 1996-05-31 Kawasaki Steel Corp Information processing system for products and information management method thereof
JP2001042915A (en) * 1999-07-27 2001-02-16 Hitachi Ltd Product development process management system, product development process management method, and recording medium recording this method

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02128246A (en) * 1988-11-09 1990-05-16 Toshiba Corp Control system in discrete data base system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02128246A (en) * 1988-11-09 1990-05-16 Toshiba Corp Control system in discrete data base system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149634A (en) * 1992-10-30 1994-05-31 Toshiba Corp Data base device
JPH08137961A (en) * 1994-11-15 1996-05-31 Kawasaki Steel Corp Information processing system for products and information management method thereof
JPH08137963A (en) * 1994-11-15 1996-05-31 Kawasaki Steel Corp Information processing system for products and information management method thereof
JP2001042915A (en) * 1999-07-27 2001-02-16 Hitachi Ltd Product development process management system, product development process management method, and recording medium recording this method

Also Published As

Publication number Publication date
JP2718836B2 (en) 1998-02-25

Similar Documents

Publication Publication Date Title
JP2984862B2 (en) Business card electronic filing device
US20020180804A1 (en) Display program, display method and display device
JP2718836B2 (en) Database system
JPH06203076A (en) Information retrieval method
JPH06131011A (en) Ladder program creation support device
JP2001084260A (en) Database system
JPH0420501B2 (en)
JP2798147B2 (en) Database input / output method and input / output device
JPH09305355A (en) Information input device and information input method
JP3780737B2 (en) Product code conversion apparatus and method
JP3555542B2 (en) Group number setting device and group number setting method
JPH05274337A (en) Transaction screen number decreasing system
JPH05307571A (en) Information retrieval system
JPH09114711A (en) Data distribution support device
JPH06180719A (en) Automatic preparing method for input and output description of db2
JPH02226474A (en) Input processing system for electronic filing system
JPH04217024A (en) System corresponding to change in item of data file
JPH10326311A (en) Multidimensional aggregate data creation system
JPS63263531A (en) Information storage device
JPH08101784A (en) Subtype relation mounting method and apparatus in relational database
JPH0264768A (en) Index system for data file
JPH04160461A (en) Password generation and comparison processing device
JPH05100925A (en) Data base inquiry processing system
Massing The Use of Databases in Telemetry Processing Systems
JPH0749873A (en) Form creation device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees