JPH08161345A - Information retrieving system - Google Patents

Information retrieving system

Info

Publication number
JPH08161345A
JPH08161345A JP6323675A JP32367594A JPH08161345A JP H08161345 A JPH08161345 A JP H08161345A JP 6323675 A JP6323675 A JP 6323675A JP 32367594 A JP32367594 A JP 32367594A JP H08161345 A JPH08161345 A JP H08161345A
Authority
JP
Japan
Prior art keywords
code
name
search
retrieving
menu
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.)
Withdrawn
Application number
JP6323675A
Other languages
Japanese (ja)
Inventor
Eriko Ono
絵里子 小野
Yoshinari Aoshima
芳成 青嶋
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.)
Maxell Holdings Ltd
Original Assignee
Hitachi Maxell 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 Maxell Ltd filed Critical Hitachi Maxell Ltd
Priority to JP6323675A priority Critical patent/JPH08161345A/en
Publication of JPH08161345A publication Critical patent/JPH08161345A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE: To prevent erroneous input at the time of specifying an information retrieving condition by reading out the code of a relation table and displaying a name corresponding to the code in a menu so as to allow a retrieving person to directly specify a retrieving condition. CONSTITUTION: When a retrieving key specified by an user is registered as a code in a main table 51, a relation table reading means 1 reads the code and the name of the code from relation tables 52 and 53. Then, a menu preparing means 2 prepares a menu capable of listing up the name to the read code on a specified picture 6. Thus, a user can directly specify the retrieving value without remembering a code assigned mechanically or retrieving it in the relation table so that erroneous input can be prevented. When the user specifies the retrieving key from the name of the specified picture 6, a retrieving form preparation means 4 changes the name specified by the user to a code to prepare the retrieving form with the other retrieving keys.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータ上におい
て大量の情報を蓄積し、系統的に整理・管理するデータ
ベース管理システムにおける情報の検索方式に関わり、
特に情報検索時における操作性の高い情報検索方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information retrieval method in a database management system for accumulating a large amount of information on a computer and systematically organizing and managing it.
In particular, the present invention relates to an information search method having high operability in information search.

【0002】[0002]

【従来の技術】従来の技術について図4を例に説明す
る。データベース5における主表「文書」51において、
文書の作成者を作成者の氏名ではなく社員コード512で
管理し、社員コードに対する関連表を別に作成するのが
一般的である。これは作成者の氏名で管理した場合、例
えば常陸花子の作成した文書レコードが50件あり常陸花
子の氏名が変わった場合には、50件のレコードすべての
作成者氏名を変更しなければならないためである。図4
のように主表「文書」51には作成者の社員コード512を
登録し、社員コードに対する社員の氏名、所属、年齢な
どの詳細は別の関連表「社員」53において管理しておけ
ば、氏名が変わった場合でも関連表「社員」53の常陸花
子のレコード1件を変更するだけよく、主表「文書」51
に対しての変更の必要がない。このような理由から、一
般的に数値や記号からなるコードを利用し、コードに対
する名称などは関連表で管理することが一般的である。
2. Description of the Related Art A conventional technique will be described with reference to FIG. In the main table “Document” 51 in the database 5,
Generally, the creator of a document is managed by the employee code 512 instead of the creator's name, and a related table for the employee code is created separately. This is because if you manage by the name of the creator, for example, if there are 50 document records created by Hitachi Hanako and the name of Hitachi Hanako changes, you must change the creator name of all 50 records. Is. FIG.
If you register the employee code 512 of the creator in the main table "Document" 51 like this and manage the details such as employee name, affiliation, age etc. for the employee code in another related table "Employee" 53, Even if the name changes, it is enough to change one record of Hitachi Hanako in the related table "Employee" 53, and the main table "Document" 51
There is no need to change. For this reason, it is common to use codes consisting of numbers and symbols, and manage the names of the codes in a related table.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記従
来の技術におけるデータベースでの情報検索方式では、
機械的に割りふられた数値や記号からなるコードを利用
していることから、利用者が多い場合などは全ての利用
者コードを記憶しておくことは不可能であった。そのた
め、たとえば常陸花子の作成した文書を検索したい場合
には、図4におけるStep201で関連表「社員」53から、
氏名が常陸花子であるレコードの社員コード531をあら
かじめ検索しておき、指定画面6においてStep201で得
た社員コード531を検索条件入力手段3を通して入力し(S
tep202)、入力された検索値をStep203で検索式作成手
段4に渡す。検索式作成手段4は検索値をもとにデータベ
ースを検索する検索式を生成する。その後、Step204で
前記検索式にてデータベース5に対しての実際の検索を
実行する。このように、あらかじめコードが何を示すも
のかを関連表にて検索しておき、検索条件を入力する時
点で検索したコードを入力して実際の検索を行うといっ
た2重のステップをふむ必要があった。
However, in the information retrieval system using the database in the above conventional technique,
Since a code consisting of numerically assigned numbers and symbols is used mechanically, it is impossible to store all user codes when there are many users. Therefore, if you want to search for documents created by Hitachi Hanako, for example, in Step 201 of FIG.
The employee code 531 of the record whose name is Hitachiko is searched in advance, and the employee code 531 obtained in Step 201 on the designated screen 6 is entered through the search condition input means 3 (S
The input search value is passed to the search expression creating means 4 in Step 203. The search formula creating means 4 generates a search formula for searching the database based on the search value. After that, in Step 204, the actual search is performed on the database 5 by the search formula. In this way, it is necessary to search for what the code indicates in the related table in advance, and to perform the actual search by entering the searched code at the time of entering the search condition. there were.

【0004】本発明は、上記従来技術の欠点を除くため
になされたものであって、その目的とするところは、デ
ータベースの構造を変更することなく、情報検索方式に
おける情報検索時の操作性を改善するものである。
The present invention has been made to eliminate the above-mentioned drawbacks of the prior art, and its purpose is to improve the operability at the time of information retrieval in the information retrieval system without changing the structure of the database. It will improve.

【0005】[0005]

【課題を解決するための手段】前述の目的を達成するた
め、本発明は、データベースに対する情報の検索を実行
するデータベース管理システムにおける情報検索方式に
て、データベースから情報を検索する際、利用者が指定
する検索キーが主表においてコードで登録されている場
合に、あらかじめ主表におけるコードに対応した関連表
からコードとそのコードに対する名称を読み出す関連表
読み出し手段と、前記関連表読み出し手段において読み
出した、コードに対する名称を画面において一覧できる
メニューを作成するメニュー作成手段と、作成したメニ
ューならびにその他の検索キーを表示して利用者に検索
条件の入力を促す指定画面を表示し、利用者の指定する
検索条件を取得する検索条件入力手段と、前記検索条件
入力手段において入力された検索条件をもとに、検索条
件に前記メニューにて指定された名称が存在した場合
に、名称に対するコードに変換し、主表に対しての所望
のレコードを検索するための検索式を生成する検索式作
成手段とを有することを特徴とするものである。
In order to achieve the above-mentioned object, the present invention provides an information search method in a database management system for executing a search of information in a database, in which a user searches the database for information. When the designated search key is registered as a code in the main table, the code and the name corresponding to the code are read from the correlation table corresponding to the code in the main table in advance, and read by the correlation table reading means. , A menu creation means that creates a menu that can list the names of the codes on the screen, and a specified screen that displays the created menu and other search keys to prompt the user to enter search conditions, and specify the user In the search condition input means for obtaining the search condition and the search condition input means Based on the input search condition, if the name specified in the menu exists in the search condition, it is converted into a code for the name and the search formula for searching the desired record for the main table And a search formula creating means for generating.

【0006】[0006]

【作用】本発明は前述のような構成になっており、関連
表のレコードを読み出してコードに対応する名称をメニ
ューに表示することによって利用者が直接的に検索条件
を指定することができ、情報検索条件指定時の入力ミス
を防ぐことができる。そして利用者の選択した名称に対
応するコードに変換して検索条件を作成することによ
り、表の構造を変更することなく操作性を向上させるこ
とが可能となる。
The present invention is configured as described above, and the user can directly specify the search condition by reading the record of the relation table and displaying the name corresponding to the code on the menu. It is possible to prevent input errors when specifying information search conditions. Then, by converting the code corresponding to the name selected by the user and creating the search condition, it is possible to improve the operability without changing the structure of the table.

【0007】[0007]

【実施例】以下、本発明の実施例について図とともに説
明する。図1は本発明の構成図である。本発明は、デー
タベース5から情報を検索する際、利用者が指定する検
索キーが主表においてコードで登録されている場合に、
あらかじめ前記主表におけるコードに対応した関連表か
ら前記のコードとコードに対する名称を読み出す関連表
読み出し手段1と、読み出したコードに対応する名称を
画面において一覧できるメニューを作成するメニュー作
成手段2と、作成したメニューならびにその他の検索キ
ーを表示して利用者に検索条件の入力を促す指定画面6
を表示し、利用者の指定する検索条件を取得する検索条
件入力手段3と、前記検索条件入力手段において入力さ
れた検索条件をもとに、検索条件に前記メニューにて指
定された名称が存在した場合に名称に対するコードに変
換し、主表に対して所望のレコードを検索するための検
索式を生成する検索式作成手段4とから構成される。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram of the present invention. The present invention, when searching information from the database 5, when the search key specified by the user is registered in the main table as a code,
A relation table reading unit 1 that reads out the code and the name for the code from the relation table corresponding to the code in the main table in advance, and a menu creating unit 2 that creates a menu capable of listing the names corresponding to the read code on the screen, Designated screen 6 that displays the created menu and other search keys and prompts the user to enter search conditions
Is displayed, and the name specified in the menu exists in the search conditions based on the search condition input means 3 for acquiring the search condition specified by the user and the search condition input in the search condition input means. In this case, the search expression creating means 4 is configured to convert the code into a name and generate a search expression for searching a desired record in the main table.

【0008】本実施例では出張報告書や仕様書などの文
書類を管理するデータベースを検索する場合を例として
いる。レコードの検索は、主表「文書」51に対して行わ
れる。しかし、表「文書」51におけるフィールド「分類
コード」511ならびに「社員コード」512の各コードに対
する名称は、関連表である「分類」52と「社員」53にお
いて管理されている。関連表読み出し手段1はこのよう
に、利用者の指定する検索キーが主表においてコードで
登録されている場合、コードとそのコードに対する名称
を関連表から読み出す。そしてメニュー作成手段2が、
読み出したコードに対する名称を指定画面6において一
覧できるメニューを作成する。そのため利用者は機械的
に割りふられたコードを記憶、またはあらかじめ関連表
にて検索しておく必要はなく直接的に検索値を指定する
ことができ、入力ミスも防ぐことができる。検索式作成
手段4は利用者が前記指定画面6にて出張報告書を検索キ
ーに指定した場合、検索式作成手段4が先に読み出した
コードとコードに対応する名称から、利用者の指定した
名称をコードに変換し他の検索キーと共に検索式を作成
する。このように本発明では、利用者が検索条件を指定
する際にコードではなく直接名称から選択でき、利用者
の選択した名称に対応するコードに変換して検索条件を
作成することにより、表の構造を変更することなく操作
性を向上させることが可能となっている。
In this embodiment, the case of searching a database for managing documents such as business trip reports and specifications is taken as an example. The record is searched for in the main table “document” 51. However, the names of the fields “classification code” 511 and “employee code” 512 in the table “document” 51 are managed in the related tables “classification” 52 and “employee” 53. When the search key designated by the user is registered as a code in the main table in this way, the association table reading means 1 reads the code and the name for the code from the association table. And the menu creating means 2
A menu is created in which the names of the read codes can be listed on the designation screen 6. Therefore, the user does not need to store the code assigned mechanically or search the related table in advance, and can directly specify the search value, and the input error can be prevented. When the user designates the business trip report as the search key on the designation screen 6, the search formula creating means 4 specifies the user from the code previously read by the search formula creating means 4 and the name corresponding to the code. Convert name to code and create search formula with other search keys. As described above, in the present invention, when the user specifies the search condition, the user can directly select the name instead of the code, and by converting the code to the code corresponding to the name selected by the user to create the search condition, the table It is possible to improve operability without changing the structure.

【0009】ここで、関連表に登録されているレコード
数(すなわちコード数)があまり多くない場合や、登録
されているレコードが変更されない場合には、わざわざ
利用者が主表への検索条件を入力する際に関連表からレ
コードを読み出す必要はなく、あらかじめ関連表のレコ
ードを表示するメニューを作成しておけばよいように思
われる。しかし例えば本実施例で言うと社員の数が多い
場合などは、その全社員とそれに対応するコードを常に
メモリに確保していることになり、メモリ資源を圧迫す
る。さらに関連表「社員」53のレコードは、社員の異動
につれてレコードも変更される性質のものである。その
ためメニューを固定で作成していた場合には、たびたび
メニューを作りかえる必要が生じる。
Here, when the number of records (that is, the number of codes) registered in the related table is not so large, or when the registered records are not changed, the user purposely sets the search condition for the main table. It is not necessary to read the records from the related table when inputting, and it seems that it is sufficient to create a menu for displaying the records in the related table in advance. However, for example, in the case of a large number of employees in this embodiment, all the employees and the codes corresponding to them are always secured in the memory, which puts pressure on memory resources. Further, the record of the related table “employee” 53 has a property that the record is also changed as the employee is transferred. Therefore, if the menu is fixedly created, it becomes necessary to recreate the menu frequently.

【0010】それに対し本発明では、主表の検索条件を
入力してもらう際に、関連表からコードに対応した名称
を読み出しその名称を一覧できるメニューを生成するた
め、関連表に管理されているレコード数(すなわちコー
ド数)が多い場合や、レコードがたびたび更新される場
合にもメモリを圧迫したりメニューを作り替える必要が
ないというメリットがある。
On the other hand, in the present invention, when the search condition of the main table is input, the name corresponding to the code is read from the related table and a menu for listing the names is generated, so that the related table is managed. Even if the number of records (that is, the number of codes) is large or the records are updated frequently, there is an advantage that there is no need to squeeze the memory or rebuild the menu.

【0011】図2は、関連表読み出し手段1、メニュー
作成手段2、検索条件入力手段3および検索式作成手段4
の働きを示す。前述のように関連表読み出し手段1は、
利用者が機械的に割りふられたコードではなく直接名称
から検索値を選択できるようにするため、利用者が指定
する検索キーが主表においてコードで登録されている場
合に、関連表からコードとコードに対応する名称を読み
出す働きがある。この例では、文書の作成者を指定する
際に社員コードではなく氏名から選択できるように、St
ep101で関連表「社員」53から全レコードの社員コード5
31と氏名532を読み出し、メモリ領域に書き込んでい
る。
FIG. 2 shows a relation table reading means 1, a menu creating means 2, a search condition inputting means 3 and a search expression creating means 4.
Shows the function of. As described above, the association table reading means 1 is
If the search key specified by the user is registered as a code in the main table so that the user can select the search value directly from the name instead of the code assigned mechanically, the code from the related table And has the function of reading the name corresponding to the code. In this example, when you specify the author of the document, you can select St
Employee code 5 of all records from related table "Employee" 53 in ep101
31 and name 532 are read and written in the memory area.

【0012】次にStep102ではメニュー作成手段2が、St
ep101で読み出した氏名532を一覧できるようにメニュー
を作成する。Step103では検索条件入力手段3が作成し
たメニューならびにその他の検索キーを表示する指定画
面6を生成する。利用者はStep104でこの指定画面6を通
して検索条件の入力を行う。検索条件入力手段3は利用
者が入力した値を検索式作成手段4に渡す。
Next, in Step 102, the menu creating means 2
Create a menu so that the names 532 read by ep101 can be listed. In Step 103, the designation screen 6 for displaying the menu created by the search condition input means 3 and other search keys is generated. The user inputs search conditions through this designation screen 6 in Step 104. The search condition input means 3 passes the value input by the user to the search expression creating means 4.

【0013】利用者がメニューを用いて氏名を選択する
と、検索式作成手段4は次のような働きをする。本実施
例で利用者が常陸花子を選択した場合、検索式作成手段
4は先のStep101で読み出した社員コードと氏名から、常
陸花子に対応する社員コード532を読み出す(Step10
5)。そして読み出した社員コード532「10005」を検索
条件として他の検索値と共に検索式を生成する。
When the user selects a name using the menu, the retrieval formula creating means 4 operates as follows. When the user selects Hitachi Hanako in this embodiment, a search formula creating means
4 reads the employee code 532 corresponding to Hitachi Hanako from the employee code and name read in Step 101 above (Step 10
Five). Then, using the read employee code 532 “10005” as a search condition, a search expression is generated together with other search values.

【0014】このように関連表読み出し手段1とメニュ
ー作成手段2、検索条件入力手段3ならびに検索式生成手
段4の働きによって、利用者は便宜上付けられたコード
ではなく直接的に利用できる名称から検索値を選択する
ことができる。そして利用者の選択した名称に対するコ
ードを取得し、その値を用いて検索式を生成することか
らデータベースの表構造や検索式生成手法はこれまでと
なんら変わりなく利用することができる。
As described above, the function of the relation table reading means 1, the menu creating means 2, the search condition input means 3 and the search expression creating means 4 allows the user to search from a name that can be directly used instead of a code attached for convenience. You can select the value. Since the code for the name selected by the user is acquired and the search expression is generated using the value, the table structure of the database and the search expression generation method can be used without any change.

【0015】図3は本発明の他の実施例を説明する図で
ある。ここでは関連表読み出し手段1の読み出す関連表
のレコード数(すなわちコード数)が非常に多い場合を
挙げている。例えば表「社員」53のレコード数が数百件
もある場合には、それらをすべてメニューに一覧表示し
ても、利用者が希望の氏名を選択するのが困難であり、
入力ミスも増えてしまう。こうした場合に本実施例では
社員の所属を利用して階層的に選択できるようにメニュ
ーを作成している。はじめに表「部署」55から部署コー
ド551と部署名552を、表「所属」54から所属コード54
1、部署コード542、所属名543を読み出す。そして全部
署名をメニューの第一階層611に作成する。第一階層の
任意の名称が選択された場合には、はじめに選択された
名称に対応するコードに変換する。ここでは表「部署」
55から部署名「営業」5521に対応する「部署コード」55
1を得る。次に表「所属」54から読み出したデータから
「部署コード」542が先に得た「営業」5521に対応する
「部署コード」551である「所属名」543を第二階層612
に一覧表示する。第三階層も同様に、はじめに「所属
名」543が「二課」5431に対応する「所属コード」541を
得る。そして表「社員」53から「所属コード」532が先
に得た「二課」5431に対応する「所属コード」541と同
様の氏名を第三階層に表示する。このように非常に多い
選択肢の中から検索値を選択しなければならない場合に
も、利用者が選択しやすくなっている。検索式の生成は
前記第一の実施例と同様に検索式生成手段が「常陸花
子」に対応するコードに変換し検索式を生成する。
FIG. 3 is a diagram for explaining another embodiment of the present invention. Here, the case where the number of records (that is, the number of codes) of the relation table read by the relation table reading means 1 is very large is given. For example, if there are hundreds of records in the table "Employees" 53, it is difficult for the user to select the desired name even if all of them are listed in the menu.
Input mistakes will increase. In such a case, in this embodiment, a menu is created so that the employee's affiliation can be used for hierarchical selection. First, the department code 551 and department name 552 from the table "Department" 55, the department code 54 from the table "Affiliation" 54
1, department code 542, department name 543 are read. Then, all signatures are created in the first layer 611 of the menu. When an arbitrary name of the first layer is selected, it is converted into a code corresponding to the first selected name. Here is the table "Department"
55 "Department code" 55 corresponding to department name "Sales" 5521
Get one. Next, from the data read from the table “affiliation” 54, the “department code” 542 is the “department code” 551 corresponding to the “sales” 5521, the “affiliation name” 543 is the second layer 612.
List in. Similarly, in the third layer, first, "affiliation name" 543 obtains "affiliation code" 541 corresponding to "second section" 5431. Then, the same name as the “affiliation code” 541 corresponding to the “division 2” 5431 obtained from the “employee” 53 in the table “employee” 53 is displayed in the third hierarchy. Even when the search value has to be selected from among such a large number of options, the user can easily select it. As in the case of the first embodiment, the search expression generation means converts the search expression into a code corresponding to "Hitachi Hanako" to generate the search expression.

【0016】[0016]

【発明の効果】本発明は以上説明したように、データベ
ースの情報検索時にコードに対する名称を関連表からあ
らかじめ読み込みメニューに表示することによって、利
用者が検索条件を指定しやすいようにしている。さらに
利用者の選択した名称に対応するコードを取得しそのコ
ードによって検索式を作成することによって、データベ
ースの表構造や検索式作成手法は従来通りで検索を行う
ことができる。
As described above, the present invention makes it easy for the user to specify the search condition by displaying the name of the code from the related table in advance in the menu when searching the information in the database. Further, by obtaining the code corresponding to the name selected by the user and creating the search expression by the code, the database table structure and the search expression creating method can be searched as usual.

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

【図1】本発明の一実施例を示す情報検索方式の構成図
である。
FIG. 1 is a configuration diagram of an information retrieval system showing an embodiment of the present invention.

【図2】本発明の働きを説明するための説明図である。FIG. 2 is an explanatory diagram for explaining the function of the present invention.

【図3】本発明の他の実施例を示す情報検索方式の構成
図である。
FIG. 3 is a configuration diagram of an information retrieval system showing another embodiment of the present invention.

【図4】従来の情報検索方式を説明する構成図である。FIG. 4 is a configuration diagram illustrating a conventional information search method.

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

1 関連表読み出し手段 2 メニュー作成手段 3 検索条件入力手段 4 検索式作成手段 5 データベース 51 主表「文書」 511 分類コード 512 社員コード 52 関連表「分類」 521 分類コード 53 関連表「社員」 531 社員コード 532 氏名 54 関連表「所属」 541 所属コード 542 部署コード 543 所属名 5431 二課 55 関連表「部署」 551 部署コード 552 部署名 5521 営業 532 所属コード 6 指定画面 61 コマンドメニュー 611 第一階層 612 第二階層 613 第三階層 1 Related Table Reading Means 2 Menu Creating Means 3 Search Condition Inputting Means 4 Search Formula Creating Means 5 Database 51 Main Table “Document” 511 Classification Code 512 Employee Code 52 Related Table “Classification” 521 Classification Code 53 Related Table “Employee” 531 Employees Code 532 Name 54 Related Table "Affiliation" 541 Affiliation Code 542 Department Code 543 Affiliation Name 5431 Second Section 55 Related Table "Department" 551 Department Code 552 Department Name 5521 Sales 532 Affiliation Code 6 Designation Screen 61 Command Menu 611 First Tier 612 Number 1 2nd layer 613 3rd layer

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データベースに対する情報の検索を実行
するデータベース管理システムにおいて、データベース
から情報を検索する際、利用者が指定する検索キーが主
表においてコードで登録されている場合に、あらかじめ
前記主表におけるコードに対応した関連表から前記のコ
ードと該コードに対する名称を読み出す関連表読み出し
手段と、前記関連表読み出し手段において読み出した、
前記コードに対する名称を画面において一覧できるメニ
ューを作成するメニュー作成手段と、作成したメニュー
ならびにその他の検索キーを表示して利用者に検索条件
の入力を促す指定画面を表示し、利用者の指定する検索
条件を取得する検索条件入力手段と、前記検索条件入力
手段において入力された検索条件をもとに、該検索条件
に前記メニューにて指定された名称が存在した場合に、
名称に対するコードに変換し、主表に対しての所望のレ
コードを検索するための検索式を生成する検索式作成手
段4とを有することを特徴とする情報検索方式。
1. In a database management system for executing a search for information in a database, when a search key specified by a user is registered as a code in the main table when searching for information from the database, the main table is previously set. Relationship table reading means for reading the code and the name for the code from the relationship table corresponding to the code in, and read by the relationship table reading means,
A menu creating means for creating a menu capable of listing the names of the codes on the screen, and a specified screen for displaying the created menu and other search keys to prompt the user to enter search conditions, and specify the user Based on the search condition input means for acquiring the search condition and the search condition input by the search condition input means, when the name specified in the menu exists in the search condition,
An information retrieval system comprising: a retrieval formula creating means (4) for converting a code for a name and generating a retrieval formula for retrieving a desired record for a main table.
JP6323675A 1994-11-30 1994-11-30 Information retrieving system Withdrawn JPH08161345A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6323675A JPH08161345A (en) 1994-11-30 1994-11-30 Information retrieving system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6323675A JPH08161345A (en) 1994-11-30 1994-11-30 Information retrieving system

Publications (1)

Publication Number Publication Date
JPH08161345A true JPH08161345A (en) 1996-06-21

Family

ID=18157357

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6323675A Withdrawn JPH08161345A (en) 1994-11-30 1994-11-30 Information retrieving system

Country Status (1)

Country Link
JP (1) JPH08161345A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003108601A (en) * 2001-09-26 2003-04-11 Nec System Technologies Ltd Efficient hierarchical retrieval system and method by sub-window multi-frame
JP2012014709A (en) * 2000-05-22 2012-01-19 Salesforce.Com Inc System for publishing, organizing, accessing and distributing information on computer network
JP2015146182A (en) * 2014-01-31 2015-08-13 株式会社リコー Extraction and report of electronic document using tagging analysis and/or logic custodian

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012014709A (en) * 2000-05-22 2012-01-19 Salesforce.Com Inc System for publishing, organizing, accessing and distributing information on computer network
JP2003108601A (en) * 2001-09-26 2003-04-11 Nec System Technologies Ltd Efficient hierarchical retrieval system and method by sub-window multi-frame
JP2015146182A (en) * 2014-01-31 2015-08-13 株式会社リコー Extraction and report of electronic document using tagging analysis and/or logic custodian

Similar Documents

Publication Publication Date Title
US8429519B2 (en) Presentation generator
JP3311540B2 (en) Data management system
JP2005190163A (en) Method, apparatus and program for retrieving structured data
JP2003141173A (en) Database management system and database
JPH08161345A (en) Information retrieving system
JP2000090105A (en) Document managing method and document management and retrieval system
JP2948088B2 (en) Integrated search system of family register information and removal information
JP2001195414A (en) Information management system using spatial data
JP2990314B2 (en) Data management device
JP3659595B2 (en) Document parts management device for structured documents
US20180032552A1 (en) Configurable Hyper-Referenced Associative Object Schema
JPH10232879A (en) Design information managing system
JPH11312166A (en) Data base management device
JP2827658B2 (en) Figure analysis device and figure search device
JP2001075998A (en) Electronic fixing system and file list display method
JP5542857B2 (en) Query issuing device, query issuing program, query issuing method
JPH0830421A (en) Method for executing command through dialogue
JP2774655B2 (en) Electronic filing equipment
JP2888458B2 (en) File storage device
JPH03251959A (en) Information file device
JP2000010980A (en) Data base retrieval system/method and recording medium
JPH06162094A (en) Database system
JP2003076721A (en) Electronic file registration and retrieval system, and client system
JPH11345234A (en) Data processor and storage medium
JP2001101166A (en) Electronic filing device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20020205