JPH06301728A - Data base structure and its retrieving device - Google Patents

Data base structure and its retrieving device

Info

Publication number
JPH06301728A
JPH06301728A JP5110899A JP11089993A JPH06301728A JP H06301728 A JPH06301728 A JP H06301728A JP 5110899 A JP5110899 A JP 5110899A JP 11089993 A JP11089993 A JP 11089993A JP H06301728 A JPH06301728 A JP H06301728A
Authority
JP
Japan
Prior art keywords
search
database
field
information
data base
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
JP5110899A
Other languages
Japanese (ja)
Other versions
JP3359951B2 (en
Inventor
Hiroyuki Sakakura
弘行 坂倉
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.)
Nippon Steel Corp
Original Assignee
Nippon Steel Corp
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 Nippon Steel Corp filed Critical Nippon Steel Corp
Priority to JP11089993A priority Critical patent/JP3359951B2/en
Publication of JPH06301728A publication Critical patent/JPH06301728A/en
Application granted granted Critical
Publication of JP3359951B2 publication Critical patent/JP3359951B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide the data base structure and its retrieving device, by which handleability of a data base and operability of the retrieving device side do not become troublesome nor complicated, even when the plural data base of each different structure is handled and when the structure of the data base is change. CONSTITUTION:Information of a retrievable field and a displaceable field is set to a data base side and its setting is changeable, and also, on the retrieving device side, a retrieval processing screen corresponding to its information can be set, by which even if plural data bases of each different structure exist, or the structure of the data base is changed, the retrieving device side can always execute the retrieval processing by the same program, and it is also unnecessary to execute an operation related to an unnecessary field. Moreover, when a user can be discriminated, and the information of retrievable and displaceable fields can be limited in accordance with the result of this discrimination, retrieval and display levels can be set in accordance with the user, therefore, handleability of the data base and operability of the retrieving device side are improved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データベース構造及び
その検索装置に関し、特に複数のクライアントがアクセ
スするネットワーク上に設けられたデータベースシステ
ムに適したデータベース構造及びその検索装置に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database structure and a search device therefor, and more particularly to a database structure suitable for a database system provided on a network accessed by a plurality of clients and a search device therefor.

【0002】[0002]

【従来の技術】従来、例えば複数のクライアントとサー
バとが設けられたサーバ・クライアント型のワークステ
ーションに於て、サーバに設けられたリレーショナルデ
ータベース(以下、RDBと記す)にクライアント機か
らネットワークを介してアクセスして検索を行う場合、
クライアント機毎にアクセスするRDBに応じて使用者
が予めデータベースの各フィールドのうち検索可能なフ
ィールド及び表示可能なフィールドを設定した検索プロ
グラムを作成しておくか、または検索処理を行う度にジ
ェネレータにより全フィールドを検索可能、かつ表示可
能に自動設定し、実際の検索時に各フィールドを画面表
示し、目的に応じて条件を設定して検索を行う汎用の検
索プログラムを用いていた。
2. Description of the Related Art Conventionally, for example, in a server-client type workstation provided with a plurality of clients and a server, a relational database (hereinafter referred to as RDB) provided in the server is transmitted from the client machine via a network. To access and search
Depending on the RDB accessed by each client machine, the user may create a search program in which searchable fields and displayable fields are set in each field of the database in advance, or a generator may be used each time a search process is performed. A general-purpose search program was used in which all fields were automatically set to be searchable and displayable, each field was displayed on the screen at the time of actual search, conditions were set according to the purpose, and the search was performed.

【0003】しかしながら、クライアント機毎に検索プ
ログラムを作成しておく場合、フィールドの異なる複数
のRDBがあると、各RDB毎の専用検索プログラムを
全クライアント機に用意しなければならず、その管理が
煩雑になるばかりでなく、またRDBの構造を変えたと
きに全クライアント機の検索プログラムを変更しなけれ
ばならず、その管理が煩雑になる問題があった。
However, when a search program is created for each client machine, if there are a plurality of RDBs having different fields, a dedicated search program for each RDB must be prepared for all the client machines, and the management thereof is required. Not only becomes complicated, but also when the structure of the RDB is changed, the search programs of all client machines must be changed, which causes a problem of complicated management.

【0004】一方、通常RDBにはその用途に応じて検
索に無関係なフィールドや表示する必要のないフィール
ドも設定されていることから、検索処理を行う度にジェ
ネレータにより全フィールドを検索可能、かつ表示可能
に自動設定する汎用の検索プログラムを用いる場合、上
記検索に無関係なフィールドや表示する必要のないフィ
ールドも検索フィールドまたは表示フィールドとして自
動設定されてしまい、検索画面及び検索されたレコード
の表示画面が複雑になり、検索操作性及び検索結果の視
認性が劣化すると云う問題があった。
On the other hand, the RDB usually has fields irrelevant to the search and fields that do not need to be displayed depending on its use. Therefore, every time the search processing is performed, all fields can be searched and displayed by the generator. When using a general-purpose search program that is automatically set as possible, fields unrelated to the above search and fields that do not need to be displayed are also automatically set as search fields or display fields, and the search screen and the display screen of the searched records are displayed. There is a problem that it becomes complicated and the search operability and the visibility of search results deteriorate.

【0005】[0005]

【発明が解決しようとする課題】本発明は上記したよう
な従来技術の問題点に鑑みなされたものであり、その主
な目的は、互いに異なる構造の複数のデータベースを扱
う場合やデータベースの構造を変更した場合でもデータ
ベースの取扱い性、検索装置側の操作性が煩雑化、複雑
化することのないデータベース構造及びその検索装置を
提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the problems of the prior art as described above, and its main purpose is to handle a plurality of databases having different structures or to structure a database. An object of the present invention is to provide a database structure and its search device that do not complicate the handling of the database and the operability on the side of the search device even if the database is changed.

【0006】[0006]

【課題を解決するための手段】上述した目的は本発明に
よれば、記憶装置に記憶された複数のフィールドを有す
る1つ若しくは2つ以上のデータベースと、該データベ
ースに対して検索処理を行うための1つ若しくは2つ以
上の検索装置とを有するデータベース構造及びその検索
装置であって、前記各フィールドのうち検索可能なフィ
ールド及び表示可能なフィールドの情報を前記データベ
ース側に設定及び設定変更可能となっており、前記検索
装置が、前記検索可能なフィールド及び表示可能なフィ
ールドの情報を読込み、かつその情報に応じた検索処理
画面を設定可能なレイアウト処理部を有することを特徴
とするデータベース構造及びその検索装置を提供するこ
とにより達成される。
According to the present invention, the above-mentioned object is to perform one or more databases having a plurality of fields stored in a storage device and a search process for the databases. 1. A database structure having one or more search devices according to claim 1, and a search device therefor, wherein information of searchable fields and displayable fields of each of the fields can be set and changed on the database side. And a database structure characterized in that the search device has a layout processing unit capable of reading information of the searchable field and displayable field and setting a search processing screen according to the information. This is achieved by providing the search device.

【0007】[0007]

【作用】このように、検索可能なフィールド及び表示可
能なフィールドの情報をデータベース側に設定及び設定
変更可能とし、かつ検索装置側ではその情報に応じた検
索処理画面を設定可能とすることで、互いに異なる構造
の複数のデータベースがあったり、データベースの構造
が変わっても検索装置側では常に同じプログラムで検索
処理を行うことができ、不必要なフィールドについての
操作を行う必要もない。更に検索装置または検索装置の
使用者を識別可能とし、この識別結果に応じて検索可能
なフィールド及び表示可能なフィールドの情報を限定可
能とすることで、使用者に応じて検索レベル及び表示レ
ベルを設定できる。
As described above, the information of the searchable field and the displayable field can be set and changed on the database side, and the search processing screen corresponding to the information can be set on the search device side. Even if there are a plurality of databases having different structures, or the structures of the databases are changed, the search device can always perform the search process with the same program, and it is not necessary to perform operations on unnecessary fields. Further, by making it possible to identify the search device or the user of the search device and limiting the information of the searchable field and the displayable field according to the identification result, the search level and the display level can be set according to the user. Can be set.

【0008】[0008]

【実施例】以下、本発明の好適実施例を添付の図面につ
いて詳しく説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT A preferred embodiment of the present invention will now be described in detail with reference to the accompanying drawings.

【0009】図1は、本発明が適用されたサーバ・クラ
イアント型のワークステーションのシステム構成を示す
ブロック図である。このシステムは、大容量記憶装置2
を有するサーバ1と、このサーバ1に公知のネットワー
ク3を介して接続された複数のクライアント機4とを有
している。各クライアント機4には後記する検索対象デ
ータベースの構造、検索情報タイプ及び表示情報タイプ
をサーバ1側から受信してこの情報を基に検索項目、検
索画面及び表示画面を自動生成するレイアウト処理部1
1が設けられている。
FIG. 1 is a block diagram showing the system configuration of a server / client type workstation to which the present invention is applied. This system is a mass storage device 2
And a plurality of client machines 4 connected to the server 1 via a known network 3. The layout processing unit 1 that receives the structure of the search target database, the search information type, and the display information type, which will be described later, from each server 4 and automatically generates the search item, the search screen, and the display screen based on this information.
1 is provided.

【0010】記憶装置2内には互いに異なる構造の2つ
のデータベースA、Bが記憶されている。ここで、図2
にはデータベースAに設定されたデータベース構造、検
索レベル設定値、表示レベル設定値及び表示フォーマッ
トを示している。例えばデータベースAは、特許公開公
報管理用のデータベースであり、フィールドとして「発
行国」、「公開日」、「公開番号」、「公報種別」、
「出願日」、「発明考案の名称」、「識別番号」、「氏
名又は名称」、「住所又は居所」、「発明考案者」、
「要約」、「請求の範囲」、「詳細な説明」、「図面の
簡単な説明」、「分野」及び「イメージ」が設定されて
いる。このうち、フィールド「発行国」、「識別番号」
及び「イメージ」の検索レベル設定値は「0」であり、
検索可能フィールドから除外されている。「公開番号」
の検索レベル設定値は「2」であり、このフィールドに
よる検索のみ一般ユーザにも開放されている。残りのフ
ィールドの検索レベル設定値は「1」であり、特権ユー
ザのみ検索可能となっている。また、フィールド「発行
国」の表示レベル設定値は「0」であり、クライアント
機4に検索結果を表示する際に該フィールドはその表示
対象フィールドから除外されることとなる。フィールド
「イメージ」の表示レベル設定値は「0」であり、検索
後のこのフィールドの表示のみ一般ユーザにも開放され
ている。即ち、一般ユーザは「公開番号」による検索を
行い「イメージ」のフィールドを表示することのみ可能
となっている。
In the storage device 2, two databases A and B having different structures are stored. Here, FIG.
Shows the database structure, the search level setting value, the display level setting value, and the display format set in the database A. For example, the database A is a database for managing patent publications, and has fields of “issue country”, “publication date”, “publication number”, “publication type”,
"Application date", "Invention title", "Identification number", "Name or name", "Address or residence", "Inventor",
“Summary”, “Claims”, “Detailed description”, “Brief description of drawings”, “Field” and “Image” are set. Of these, the fields "Issuing country" and "Identification number"
And the search level setting value of "image" is "0",
Excluded from searchable fields. "Public number"
The search level setting value of is "2", and only the search by this field is open to general users. The search level setting value of the remaining fields is "1", and only the privileged user can search. Further, the display level setting value of the field "Issuing country" is "0", and when displaying the search result on the client machine 4, the field is excluded from the display target field. The display level setting value of the field "image" is "0", and only the display of this field after the search is open to general users. That is, a general user can only search by the "public number" and display the "image" field.

【0011】以下に、本実施例に於けるデータベースA
に対する検索処理手順を図3のフローチャート及び図4
〜図6のクライアント機4の表示画面を参照して説明す
る。
The database A in this embodiment will be described below.
3 is a flowchart of FIG. 3 and FIG.
~ It demonstrates with reference to the display screen of the client machine 4 of FIG.

【0012】まず、サーバ1側のデータベースAに対し
てレコード構造の定義、各フィールドに対応する検索・
表示レベルの設定、実際のレコードの登録を行う。次
に、クライアント機4にて使用者がユーザIDを入力
し、サーバ1側からデータベースの一覧表を受信して検
索対象データベースを選択する。この検索対象データベ
ースの構造及び検索情報タイプが前回処理と同じか否か
を判別し、同じでない場合、サーバ1側からその構造及
び検索情報を受信する。そして、この情報を基に検索項
目及び検索画面を自動生成する。
First, the record structure definition for the database A on the server 1 side, and the search / correspondence corresponding to each field
Set the display level and register the actual record. Next, the user inputs the user ID at the client machine 4, receives a list of databases from the server 1 side, and selects a search target database. It is determined whether or not the structure and search information type of this search target database are the same as those of the previous processing. If they are not the same, the structure and search information are received from the server 1 side. Then, a search item and a search screen are automatically generated based on this information.

【0013】図4〜図6は、実際に検索条件を設定する
画面表示である。本実施例では特定ユーザによる検索を
仮定する。まず、図4の画面にて「公開日」、「公開番
号」、「公報種別」、「出願日」、「分野」の検索条件
を設定し、次に図5の画面にて検索キー(キーワード)
を入力し、図6の画面にて検索キーの検索対象フィール
ドを「発明考案の名称」、「氏名又は名称」、「住所又
は居所」、「発明考案者」、「要約」、「請求の範
囲」、「詳細な説明」、「図面の簡単な説明」の中から
設定する。
4 to 6 are screen displays for actually setting search conditions. In this embodiment, a search by a specific user is assumed. First, on the screen of FIG. 4, search conditions such as “publication date”, “publication number”, “publication type”, “application date”, and “field” are set, and then on the screen of FIG. )
6 and enter the search target field of the search key on the screen of FIG. 6 to “name of invention device”, “name or name”, “address or place of residence”, “inventor”, “summary”, “claim” , “Detailed description” and “Simple description of the drawing”.

【0014】次に、サーバ1側に検索リクエストをし、
サーバ1側では検索処理を行い、その結果をクライアン
ト機4に送信する。そして、クライアント機4では表示
レコードを選択し、サーバ1側にそのレコードデータの
送信リクエストをする。また、クライアント機4では表
示情報タイプが前回処理と同じか否かを判別し、同じで
ない場合、サーバ1側から表示情報を受信する。そし
て、この情報を基に表示画面を自動生成し、サーバ1側
からレコードデータを受信して表示する。
Next, a search request is issued to the server 1 side,
The server 1 side performs a search process and sends the result to the client machine 4. Then, the client machine 4 selects a display record and requests the server 1 side to transmit the record data. Further, the client machine 4 determines whether the display information type is the same as the previous processing, and if not, the display information is received from the server 1 side. Then, a display screen is automatically generated based on this information, and the record data is received and displayed from the server 1 side.

【0015】一方、このような検索処理とは別にサーバ
1側ではレコード構造の変更、検索レベルの変更、レコ
ードデータの変更が行われることとなるが、上記したよ
うに、検索時に検索対象データベースの構造、検索情報
タイプ及び表示情報タイプを確認して必要があれば検索
対象データベースから読み出すようにしていることから
クライアント機4側に何等変更を加える必要はない。
On the other hand, in addition to such a search process, the record structure, the search level, and the record data are changed on the server 1 side. Since the structure, the search information type, and the display information type are confirmed and read from the search target database if necessary, it is not necessary to make any changes on the client machine 4 side.

【0016】尚、各データベースの文字列検索可能フィ
ールド(例えばデータベースAでは「発明考案の名
称」、「氏名又は名称」、「住所又は居所」、「発明考
案者」、「要約」、「請求の範囲」、「詳細な説明」、
「図面の簡単な説明」)は、記憶時に同時に各文字(コ
ード)の自己相関情報がマップとして作成され、一種の
インデックスとしてその文書と共に記憶され、サーバ1
に管理されている。従って、検索文字列についても自己
相関情報を作成して上記マップに照合するのみで高速な
検索を行うことができるようになっている。この検索の
速度は全文書の容量には殆ど依存せず、検索する文字列
の長さに依存するものである。
A character string searchable field of each database (for example, in database A, "name of invention invention", "name or name", "address or residence", "inventor", "summary", "request""Range","detaileddescription",
At the time of storage, "Short description of drawings"), autocorrelation information of each character (code) is simultaneously created as a map and stored as a kind of index together with the document.
Is managed by. Therefore, it is possible to perform a high-speed search only by creating autocorrelation information for a search character string and matching it with the map. The speed of this search hardly depends on the capacity of the entire document, but depends on the length of the character string to be searched.

【0017】[0017]

【発明の効果】以上の説明により明らかなように、本発
明によるデータベース構造及びその検索装置によれば、
検索可能なフィールド及び表示可能なフィールドの情報
をデータベース側に設定及び設定変更可能とし、かつ検
索装置側ではその情報に応じた検索処理画面を設定可能
とすることで、互いに異なる構造の複数のデータベース
があったり、データベースの構造が変わっても検索装置
側では常に同じプログラムで検索処理を行うことがで
き、不必要なフィールドについての操作を行う必要もな
い。更に検索装置または検索装置の使用者を識別可能と
し、この識別結果に応じて検索可能なフィールド及び表
示可能なフィールドの情報を限定可能とすることで、使
用者に応じて検索レベル及び表示レベルを設定できる。
以上のことからデータベースの取扱い性及び検索装置側
の操作性が向上する。
As is apparent from the above description, according to the database structure and the search device thereof according to the present invention,
Information of searchable fields and displayable fields can be set and changed on the database side, and the search processing screen can be set on the search device side according to the information, so that multiple databases with different structures can be set. However, even if there is a change in the structure of the database, the search device can always perform a search process with the same program, and it is not necessary to perform an operation for an unnecessary field. Further, by making it possible to identify the search device or the user of the search device and limiting the information of the searchable field and the displayable field according to the identification result, the search level and the display level can be set according to the user. Can be set.
From the above, the handleability of the database and the operability on the search device side are improved.

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

【図1】本発明が適用されたサーバ・クライアント型の
ワークステーションのシステム構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing a system configuration of a server / client type workstation to which the present invention is applied.

【図2】記憶装置に記憶されたデータベースの構造を示
す説明図である。
FIG. 2 is an explanatory diagram showing a structure of a database stored in a storage device.

【図3】本発明が適用されたサーバ・クライアント型の
ワークステーションのデータベースの検索手順を示すフ
ローチャートである。
FIG. 3 is a flowchart showing a procedure for searching a database of a server / client type workstation to which the present invention is applied.

【図4】クライアント機のディスプレイの検索画面を示
す説明図である。
FIG. 4 is an explanatory diagram showing a search screen on the display of the client machine.

【図5】クライアント機のディスプレイの検索画面を示
す説明図である。
FIG. 5 is an explanatory diagram showing a search screen on the display of the client machine.

【図6】クライアント機のディスプレイの検索画面を示
す説明図である。
FIG. 6 is an explanatory diagram showing a search screen on the display of the client machine.

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

1 サーバ 2 記憶装置 3 ネットワーク 4 クライアント機 11 レイアウト処理部 1 server 2 storage device 3 network 4 client device 11 layout processing unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 記憶装置に記憶された複数のフィール
ドを有する1つ若しくは2つ以上のデータベースと、該
データベースに対して検索処理を行うための1つ若しく
は2つ以上の検索装置とを有するデータベース構造及び
その検索装置であって、 前記各フィールドのうち検索可能なフィールド及び表示
可能なフィールドの情報を前記データベース側に設定及
び設定変更可能となっており、 前記検索装置が、前記検索可能なフィールド及び表示可
能なフィールドの情報を読込み、かつその情報に応じた
検索処理画面を設定可能なレイアウト処理部を有するこ
とを特徴とするデータベース構造及びその検索装置。
1. A database having one or more databases having a plurality of fields stored in a storage device, and one or more retrieval devices for performing a search process on the databases. A structure and a search device therefor, wherein information of a searchable field and a displayable field of each of the fields can be set and changed on the database side, and the search device can search the searchable field. A database structure and a search device therefor having a layout processing unit capable of reading information of a displayable field and setting a search processing screen according to the information.
【請求項2】 前記データベースがサーバ・クライア
ント型のワークステーションに於けるサーバ側に設けら
れ、かつ前記検索装置がクライアント側に設けられてい
ることを特徴とする請求項1に記載のデータベース構造
及びその検索装置。
2. The database structure according to claim 1, wherein the database is provided on a server side in a server / client type workstation, and the search device is provided on a client side. The search device.
【請求項3】 前記データベースがリレーショナルデ
ータベースからなることを特徴とする請求項1若しくは
請求項2に記載のデータベース構造及びその検索装置。
3. The database structure according to claim 1 or 2, wherein the database is a relational database.
【請求項4】 前記データベース側に、検索装置また
は検索装置の使用者を識別する識別部を有し、前記検索
装置または検索装置の使用者に応じて前記検索可能なフ
ィールド及び表示可能なフィールドの情報を設定及び設
定変更可能となっていることを特徴とする請求項1乃至
請求項3のいずれかに記載のデータベース構造及びその
検索装置。
4. The database side has an identification section for identifying a search device or a user of the search device, and the searchable field and the displayable field are classified according to the search device or the user of the search device. 4. A database structure and a search device therefor according to claim 1, wherein information can be set and the setting can be changed.
JP11089993A 1993-04-13 1993-04-13 Database search device Expired - Lifetime JP3359951B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11089993A JP3359951B2 (en) 1993-04-13 1993-04-13 Database search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11089993A JP3359951B2 (en) 1993-04-13 1993-04-13 Database search device

Publications (2)

Publication Number Publication Date
JPH06301728A true JPH06301728A (en) 1994-10-28
JP3359951B2 JP3359951B2 (en) 2002-12-24

Family

ID=14547508

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11089993A Expired - Lifetime JP3359951B2 (en) 1993-04-13 1993-04-13 Database search device

Country Status (1)

Country Link
JP (1) JP3359951B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0969112A (en) * 1995-08-31 1997-03-11 Nippon Kaihatsu Ginkou Intelligent estate information management system
JP2010282304A (en) * 2009-06-03 2010-12-16 Mitsubishi Electric Corp Data management retrieval system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60225252A (en) * 1984-04-23 1985-11-09 Fujitsu Ltd Method for selective menu display based on password
JPS62274324A (en) * 1986-05-23 1987-11-28 Hitachi Ltd Data display system
JPH02196354A (en) * 1989-01-25 1990-08-02 Nec Corp Secret protecting system
JPH0492970A (en) * 1990-08-06 1992-03-25 Hitachi Medical Corp Picture display device for medical use
JPH04347747A (en) * 1991-05-27 1992-12-02 Nec Software Kansai Ltd Security system for information retrieval system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60225252A (en) * 1984-04-23 1985-11-09 Fujitsu Ltd Method for selective menu display based on password
JPS62274324A (en) * 1986-05-23 1987-11-28 Hitachi Ltd Data display system
JPH02196354A (en) * 1989-01-25 1990-08-02 Nec Corp Secret protecting system
JPH0492970A (en) * 1990-08-06 1992-03-25 Hitachi Medical Corp Picture display device for medical use
JPH04347747A (en) * 1991-05-27 1992-12-02 Nec Software Kansai Ltd Security system for information retrieval system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0969112A (en) * 1995-08-31 1997-03-11 Nippon Kaihatsu Ginkou Intelligent estate information management system
JP2010282304A (en) * 2009-06-03 2010-12-16 Mitsubishi Electric Corp Data management retrieval system

Also Published As

Publication number Publication date
JP3359951B2 (en) 2002-12-24

Similar Documents

Publication Publication Date Title
US5787421A (en) System and method for information retrieval by using keywords associated with a given set of data elements and the frequency of each keyword as determined by the number of data elements attached to each keyword
US6507837B1 (en) Tiered and content based database searching
KR100562240B1 (en) Multi-target links for navigating between hypertext documents and the like
US5884301A (en) Hypermedia system
US20020059297A1 (en) Search formulation user interface
US20050108219A1 (en) Tiered and content based database searching
US20030069882A1 (en) Context sensitive method for data retrieval from databases
JPH0765035A (en) Structured document retrieving device
WO2001016799A1 (en) Method and system for supporting multiple, historical and future designs in a relational database
EP0627697B1 (en) Indexing/compression scheme for supporting graphics and data selection
JP4084647B2 (en) Information search system, information search method, and information search program
JPH10240760A (en) Method for managing related data
JPH06301728A (en) Data base structure and its retrieving device
KR20000017909A (en) Apparatus for searching information over the internet and information search method using the same
KR100718745B1 (en) Patent retrieve system and method by using text mining
US6978272B1 (en) Method and apparatus for displaying instrumentation parameters in a database system
JPH1091644A (en) Method and device for processing data base query
JP2002024231A (en) Method and system for providing information and recording medium with recorded information providing program
JPH07210568A (en) File management device
JP2000137733A (en) Document file retrieval system
JPH1049540A (en) Information retrieval system
JP2609680B2 (en) Data registration device
JPH01233517A (en) Data base retrieving device
KR20020052525A (en) A patent search service system and method thereof
JP2001265785A (en) Device and method for managing document and storage medium

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20021001

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071011

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081011

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091011

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101011

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111011

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121011

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131011

Year of fee payment: 11

EXPY Cancellation because of completion of term