JPH10254887A - Data base system - Google Patents

Data base system

Info

Publication number
JPH10254887A
JPH10254887A JP9054991A JP5499197A JPH10254887A JP H10254887 A JPH10254887 A JP H10254887A JP 9054991 A JP9054991 A JP 9054991A JP 5499197 A JP5499197 A JP 5499197A JP H10254887 A JPH10254887 A JP H10254887A
Authority
JP
Japan
Prior art keywords
search
data
database
search condition
searching
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
JP9054991A
Other languages
Japanese (ja)
Inventor
Sukeyuki Mochizuki
祐之 望月
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP9054991A priority Critical patent/JPH10254887A/en
Publication of JPH10254887A publication Critical patent/JPH10254887A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To greatly reduce time and labor for retrieving data and the load of CPU by automatically drawing related data in the other data bases by the minimum number of retrieving times only by retrieving a first data base when related data are registered in plural data bases. SOLUTION: When a sales data base 4 or a stock data base 5 is designated and the first retrieving condition of retrieving object data is inputted, a managing computer 3 retrieves the designated data base to find data corresponding to the first retrieving condition and reverse-generate a second retrieving condition based on this data, and accesses to the other data bases through the use of this second retrieving condition or ID included in the data to find data corresponding to the first retrieving condition.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数のデータベー
スのうちの1つについて検索を行なったとき、他のデー
タベースについても、自動的に検索を行なって各データ
ベースに登録されている、検索対象となったデータを確
実に検出するデータベースシステムに関する。
BACKGROUND OF THE INVENTION The present invention relates to a method for searching for one of a plurality of databases, automatically searching for another database, and registering the search target in each database. The present invention relates to a database system for reliably detecting changed data.

【0002】[0002]

【従来の技術】商品の販売管理、在庫管理などを行なう
データベースシステムでは、商品の販売管理データが登
録されるデータベースと、商品の在庫管理データが登録
されるデータベースと、これらの各データベースを管理
する管理コンピュータと、この管理コンピュータとユー
ザとのマンマシンインタフェースとなる入出力装置とに
よって、システムを構築し、入出力装置が操作されて、
各データベースのいずれかが指定され、検索対象となる
データの検索条件が入力されたとき、管理コンピュータ
によって、指定されたデータベースを検索し、前記検索
条件に対応するデータが存在すれば、これを読み出し
て、前記入出力装置に表示するとともに、必要に応じて
プリントアウトする。
2. Description of the Related Art In a database system for performing product sales management, inventory management, and the like, a database in which product sales management data is registered, a database in which product inventory management data is registered, and these databases are managed. A system is constructed by the management computer and the input / output device serving as a man-machine interface between the management computer and the user, and the input / output device is operated.
When any one of the databases is specified and the search condition of the data to be searched is input, the management computer searches the specified database and reads out the data corresponding to the search condition if it exists. The information is displayed on the input / output device and printed out as necessary.

【0003】[0003]

【発明が解決しようとする課題】ところで、このような
従来のデータベースシステムにおいては、次に述べるよ
うな問題があった。
However, such a conventional database system has the following problems.

【0004】すなわち、1つのデータベースに登録され
ているデータを検索するとき、まず1つ目のデータベー
スを選択して、検索条件を入力し、これによって得られ
たデータを検討して、このデータと関連するデータが他
のデータベース内に含まれる可能性があるかどうかを判
定する。
[0004] That is, when searching for data registered in one database, first, the first database is selected, search conditions are input, and data obtained thereby is examined. Determine if the relevant data is likely to be included in another database.

【0005】そして、他のデータベース内に前記データ
と関連するデータが登録されている可能性があると判断
したとき、関連するデータが登録されている可能性があ
る他のデータベースを選択して、1つ目のデータベース
を検索して得られた各データに含まれている従業員番
号、商品番号などの各IDを入力し、このデータベース
を前記ID数分だけ、繰り返し検索させて、前記データ
と関連するデータを読み出す。
When it is determined that there is a possibility that data related to the data is registered in another database, another database in which related data is likely to be registered is selected. Enter each ID such as employee number and product number included in each data obtained by searching the first database, and search this database repeatedly for the number of IDs, Read related data.

【0006】この後、これらの検索作業が終了した時点
で、各データベースを検索して得られた検索結果をまと
めて、一覧表などを作成する。
[0006] Thereafter, when these search operations are completed, the search results obtained by searching each database are put together to create a list or the like.

【0007】このため、1つ目のデータベースを検索し
て得られた各データの数が多いとき、これらの各データ
に含まれているIDの数と同じ検索回数だけ、2つ目の
データベースを検索しなければならず、2つ目以降のデ
ータベースを検索するのに時間と、手間とがかかり過ぎ
てしまうとともに、CPU(負荷)/ディスクが増大し
てしまうという問題があった。
Therefore, when the number of pieces of data obtained by searching the first database is large, the second database is searched by the same number of times as the number of IDs included in each piece of data. It has to be searched, so that it takes too much time and effort to search the second and subsequent databases, and there is a problem that the CPU (load) / disk increases.

【0008】本発明は上記の事情に鑑み、請求項1で
は、複数のデータベース内に関連するデータが登録され
ているとき、1つ目のデータベースを検索するだけで、
他のデータベース中にある、関連するデータを最も少な
い検索回数で、自動的に引き出すことができ、これによ
ってデータ検索に要する時間と、手間と、CPUの負荷
とを大幅に削減することができるとともに、オペレータ
の判断ミスなどに起因するデータの引き出しミスなどを
無くすことができるデータベースシステムを提供するこ
とを目的としている。
The present invention has been made in view of the above circumstances, and in claim 1, when related data is registered in a plurality of databases, only the first database is searched.
Relevant data in other databases can be automatically retrieved with the least number of searches, thereby greatly reducing the time, labor, and CPU load required for data search. It is another object of the present invention to provide a database system that can eliminate data withdrawal errors or the like caused by an operator's mistake or the like.

【0009】また、請求項2では、最初のデータベース
(1つ目のデータベース)を検索して得られた検索結果
に含まれているIDを使用した検索と、前記検索結果か
ら逆生成した検索条件とのうち、最適な方を選択して、
他のデータベースを検索することができ、これによって
データ検索に要する時間と、手間と、CPUの負荷とを
大幅に削減することができるとともに、オペレータの判
断ミスなどに起因するデータの引き出しミスなどを無く
すことができるデータベースシステムを提供することを
目的としている。
According to another aspect of the present invention, a search using an ID included in a search result obtained by searching a first database (first database) and a search condition reversely generated from the search result And choose the best one,
It is possible to search other databases, thereby greatly reducing the time, labor, and load on the CPU required for data search, and to prevent data extraction errors caused by operator's misjudgment. The purpose is to provide a database system that can be eliminated.

【0010】また、請求項3では、最初のデータベース
(1つ目のデータベースを検索して得られた検索結果か
ら逆生成した検索条件を、より高精度化させることがで
き、これによってデータ検索に要する時間と、手間と、
CPUの負荷とを大幅に削減することができるととも
に、オペレータの判断ミスなどに起因するデータの引き
出しミスなどを無くすことができるデータベースシステ
ムを提供することを目的としている。
According to the third aspect of the present invention, the first database (the search condition reversely generated from the search result obtained by searching the first database) can be made more accurate, thereby enabling the data search The time and effort required,
It is an object of the present invention to provide a database system that can significantly reduce the load on a CPU and eliminate a data extraction error or the like caused by an operator's judgment error or the like.

【0011】[0011]

【課題を解決するための手段】上記の目的を達成するた
めに本発明は、請求項1では、第1検索条件が入力され
たとき、複数のデータベースのうち、指定されたデータ
ベースを検索して、前記第1検索条件に対応するデータ
を抽出するデータベースシステムにおいて、前記第1検
索条件に基づき、1つ目のデータベースを検索して得ら
れた各データの属性データに基づき、他のデータベース
を検索する際に必要な第2検索条件を逆生成する検索条
件逆生成機構と、この検索条件逆生成機構によって生成
された第2検索条件に基づき、他のデータベースを検索
して、前記第2検索条件に対応するデータを抽出する検
索機構と、この検索機構によって検索された各データの
うち、前記第1検索条件に対応しているデータを選択
し、不足しているデータについては、前記検索機構を再
動作させて、他のデータベースに対するID検索を行な
わせ、不足しているデータを抽出させる結果判断機構と
を備えたことを特徴としている。
In order to achieve the above object, according to the present invention, when a first search condition is input, a specified database is searched from a plurality of databases. In a database system for extracting data corresponding to the first search condition, another database is searched based on attribute data of each data obtained by searching a first database based on the first search condition. A search condition reverse generation mechanism for reversely generating a second search condition required for performing the search, and searching for another database based on the second search condition generated by the search condition reverse generation mechanism, And a search mechanism for extracting data corresponding to the first search condition from among the data searched by the search mechanism. For data, the search mechanism is re-operated, and characterized in that a result of determination mechanism to perform the ID search for other databases to extract the missing data.

【0012】また、請求項2では、請求項1に記載のデ
ータベースシステムにおいて、前記第1検索条件に基づ
き、前記1つ目のデータベースを検索して得られた各デ
ータに基づき、他のデータベースをID検索するのに要
する検索時間と、前記検索条件逆生成機構によって逆生
成された第2検索条件を使用して他のデータベースを検
索するのに要する検索時間とを推定し、これらの各検索
時間を比較して、検索時間が短くなる方の検索方法で、
前記検索機構を動作させて、他のデータベースを検索さ
せるID検索/逆生成検索判断機構を備えたことを特徴
としている。
According to a second aspect of the present invention, in the database system according to the first aspect, based on each data obtained by searching the first database based on the first search condition, another database is created. Estimate the search time required for performing an ID search and the search time required for searching another database using the second search condition reversely generated by the search condition reverse generation mechanism. , The search method that shortens the search time,
An ID search / reverse generation search determination mechanism for operating the search mechanism to search another database is provided.

【0013】また、請求項3では、請求項1または2に
記載のデータベースシステムにおいて、前記検索条件逆
生成機構によって逆生成された第2検索条件と、前記1
つ目のデータベースを検索する際に使用した第1検索条
件とを他のデータベース用に編集して、前記検索機構に
他のデータベースを検索させる編集機構を備えたことを
特徴としている。
According to a third aspect, in the database system according to the first or second aspect, the second search condition reversely generated by the search condition reverse generation mechanism;
It is characterized in that an editing mechanism is provided which edits the first search condition and the first search condition used when searching the second database for another database, and causes the search mechanism to search the other database.

【0014】上記の構成において、請求項1では、第1
検索条件が入力されたとき、複数のデータベースのう
ち、指定されたデータベースを検索して、前記第1検索
条件に対応するデータを抽出するデータベースシステム
において、前記第1検索条件に基づき、1つ目のデータ
ベースを検索して得られた各データの属性データに基づ
き、検索条件逆生成機構によって、他のデータベースを
検索する際に必要な第2検索条件を逆生成し、この第2
検索条件に基づき、検索機構によって、他のデータベー
スを検索し、前記第2検索条件に対応するデータを抽出
した後、結果判断機構によって、前記検索機構で検索さ
れた各データのうち、前記第1検索条件に対応している
データを選択し、不足しているデータについては、前記
検索機構を再動作させて、他のデータベースに対するI
D検索を行なわせ、不足しているデータを抽出させるこ
とにより、複数のデータベース内に関連するデータが登
録されているとき、1つ目のデータベースを検索するだ
けで、他のデータベース中にある、関連するデータを最
も少ない検索回数で、自動的に引き出し、これによって
データ検索に要する時間と、手間と、CPUの負荷とを
大幅に削減するとともに、オペレータの判断ミスなどに
起因するデータの引き出しミスなどを無くす。
In the above configuration, the first aspect of the present invention is the first aspect.
When a search condition is input, a database system that searches a specified database from among a plurality of databases and extracts data corresponding to the first search condition, based on the first search condition, Based on the attribute data of each data obtained by searching the database, a second search condition required for searching another database is reversely generated by a search condition reverse generation mechanism.
Based on the search condition, another database is searched by a search mechanism, and data corresponding to the second search condition is extracted. Then, the first data among the data searched by the search mechanism is searched by a result determination mechanism. The data corresponding to the search condition is selected, and for the missing data, the search mechanism is operated again, and the I
By performing the D search and extracting the missing data, when related data is registered in a plurality of databases, simply searching the first database and searching for the other data in the other databases. Relevant data is automatically extracted with the least number of searches, thereby significantly reducing the time required for data search, time and effort, and the load on the CPU. And so on.

【0015】また、請求項2では、請求項1に記載のデ
ータベースシステムにおいて、前記第1検索条件に基づ
き、1つ目のデータベースを検索して得られた各データ
に基づき、他のデータベースをID検索するのに要する
検索時間と、前記検索条件逆生成機構によって逆生成さ
れた第2検索条件を使用して他のデータベースを検索す
るのに要する検索時間とを推定し、これらの各検索時間
を比較して、検索時間が短くなる方の検索方法で、前記
検索機構を動作させて、他のデータベースを検索させる
ID検索/逆生成検索判断機構を設けることにより、最
初のデータベース(1つ目のデータベースを検索して得
られた検索結果に含まれているIDを使用した検索と、
前記検索結果から逆生成した検索条件とのうち、最適な
方を選択して、他のデータベースを検索し、これによっ
てデータ検索に要する時間と、手間と、CPUの負荷と
を大幅に削減するとともに、オペレータの判断ミスなど
に起因するデータの引き出しミスなどを無くす。
According to a second aspect of the present invention, in the database system according to the first aspect, based on each data obtained by searching the first database based on the first search condition, another database is identified. The search time required for searching and the search time required for searching another database using the second search condition reversely generated by the search condition reverse generation mechanism are estimated, and each of these search times is estimated. In comparison, the first database (the first database) is provided by providing the ID search / reverse generation search determining mechanism that operates the search mechanism and searches another database in the search method that shortens the search time. A search using the ID included in the search results obtained by searching the database;
Of the search conditions inversely generated from the search results, the optimum one is selected, and another database is searched, thereby significantly reducing the time, labor, and CPU load required for data search. In addition, it is possible to eliminate data withdrawal errors or the like caused by an operator's determination error or the like.

【0016】また、請求項3では、請求項1または2に
記載のデータベースシステムにおいて、前記検索条件逆
生成機構によって逆生成された第2検索条件と、最初の
データベース(1つ目のデータベースを検索する際に使
用した第1検索条件とを他のデータベース用に編集し
て、前記検索機構に他のデータベースを検索させる編集
機構を設けることにより、最初のデータベース(1つ目
のデータベースを検索して得られた検索結果から逆生成
した検索条件を、より高精度化させ、これによってデー
タ検索に要する時間と、手間と、CPUの負荷とを大幅
に削減するとともに、オペレータの判断ミスなどに起因
するデータの引き出しミスなどを無くす。
According to a third aspect, in the database system according to the first or second aspect, the second search condition reversely generated by the search condition reverse generation mechanism and the first database (the first database is searched). By editing the first search condition used when performing the search for another database and providing the search mechanism with an editing mechanism for searching the other database, the first database (the first database is searched and searched). The search conditions inversely generated from the obtained search results are made more accurate, thereby significantly reducing the time, labor, and load on the CPU required for data search, and resulting from operator's misjudgment. Eliminate data withdrawal errors.

【0017】[0017]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

《実施の形態の構成》図1は本発明に係るデータベース
システムの実施の形態を示すブロック図である。
<< Structure of Embodiment >> FIG. 1 is a block diagram showing an embodiment of a database system according to the present invention.

【0018】この図に示すデータベースシステム1は、
商品の販売データなどがレコード形式で登録される販売
データベース4と、商品の在庫データなどがレコード形
式で登録される在庫データベース5と、これら販売デー
タベース4、在庫データベース5を管理する管理コンピ
ュータ3と、この管理コンピュータ3とオペレータとの
マンマシンインタフェースとなる入出力装置2とを備え
ている。
The database system 1 shown in FIG.
A sales database 4 in which sales data of products are registered in a record format, a stock database 5 in which inventory data of products is registered in a record format, a management computer 3 for managing the sales database 4 and the stock database 5, An input / output device 2 serving as a man-machine interface between the management computer 3 and an operator is provided.

【0019】そして、入出力装置2が操作されて、商品
についての販売データや在庫データなどが入力される毎
に、管理コンピュータ3によって、これら販売データや
在庫データなどを取り込んで、販売データベース4、在
庫データベース5に各々、登録する。
Each time the input / output device 2 is operated to input sales data or inventory data of a product, the management computer 3 fetches the sales data or inventory data, and the sales database 4, Each is registered in the stock database 5.

【0020】また、販売データベース4、在庫データベ
ース5のいずれかが指定され、検索対象となるデータの
検索条件(第1検索条件)が入力されたとき、管理コン
ピュータ3によって、指定されたデータベース、例えば
販売データベース4を検索して、前記第1検索条件に対
応する販売データを見つけ出すとともに、検索で得られ
た各販売データの属性データ(項目データなどのデー
タ)に基づき、在庫データベース5を検索するのに最適
な検索条件(第2検索条件)を逆生成して、この第2検
索条件または前記各販売データの属性データの1つであ
る商品番号(ID)のうち、最適な方を使用して、在庫
データベース5を検索し、前記第1検索条件に対応する
データを見つけ出す。
When one of the sales database 4 and the inventory database 5 is specified, and a search condition (first search condition) of data to be searched is input, the management computer 3 specifies the specified database, for example, The sales database 4 is searched to find sales data corresponding to the first search condition, and the inventory database 5 is searched based on attribute data (data such as item data) of each sales data obtained by the search. , An optimal search condition (second search condition) is inversely generated, and the most appropriate one of the second search condition or the product number (ID) which is one of the attribute data of the sales data is used. , And searches the inventory database 5 to find data corresponding to the first search condition.

【0021】《実施の形態の動作》次に、図1に示すブ
ロック図、図2に示す模式図を参照しながら、この実施
の形態の動作を詳細に説明する。
<< Operation of Embodiment >> Next, the operation of this embodiment will be described in detail with reference to the block diagram shown in FIG. 1 and the schematic diagram shown in FIG.

【0022】<データ登録動作>まず、オペレータによ
って、入出力装置2が操作されて、販売データベース
4、在庫データベース5のいずれか、例えば販売データ
ベース4に対し、新たな販売データが入力される毎に、
管理コンピュータ3によって、前記販売データが取り込
まれ、これが販売データベース4にレコード形式で登録
され、また入出力装置2が操作されて、既に登録されて
いる販売データに対する更新データが入力される毎に、
管理コンピュータ3によって、前記更新データが取り込
まれ、販売データベース4に登録されている販売データ
のうち、前記更新データで指定された販売データの内容
が更新される。
<Data Registration Operation> First, each time the operator operates the input / output device 2 to input new sales data to any one of the sales database 4 and the inventory database 5, for example, the sales database 4. ,
The management computer 3 fetches the sales data, registers it in the sales database 4 in a record format, and operates the input / output device 2 to input update data for the already registered sales data.
The management computer 3 fetches the update data, and among the sales data registered in the sales database 4, the content of the sales data specified by the update data is updated.

【0023】同様に、オペレータによって、入出力装置
2が操作されて、販売データベース4、在庫データベー
ス5のいずれか、例えば在庫データベース5に対し、新
たな在庫データが入力される毎に、管理コンピュータ3
によって、前記在庫データが取り込まれ、これが在庫デ
ータベース5にレコード形式で登録され、また入出力装
置2が操作されて、既に登録されている在庫データに対
する更新データが入力される毎に、管理コンピュータ3
によって、前記更新データが取り込まれ、在庫データベ
ース5に登録されている在庫データのうち、前記更新デ
ータで指定された在庫データの内容が更新される。
Similarly, every time the operator operates the input / output device 2 to input new stock data to one of the sales database 4 and the stock database 5, for example, the stock database 5, the management computer 3
Each time the input / output device 2 is operated and the update data for the already registered inventory data is input, the management computer 3
Thus, the update data is taken in, and among the inventory data registered in the inventory database 5, the content of the inventory data specified by the update data is updated.

【0024】<データ検索動作>この後、オペレータに
よって、入出力装置2が操作されて、販売した商品など
を検索する検索条件(第1検索条件)が入力されると、
管理コンピュータ3によって、販売データベース4がア
クセスされて、前記第1検索条件を満たす複数の販売デ
ータが抽出され、これが入出力装置2のディスプレイ
(結果表示機構11)上に表示されるとともに、必要に
応じてプリンタ装置(図示は省略する)からプリントア
ウトされる。
<Data Search Operation> After that, when the operator operates the input / output device 2 to input search conditions (first search conditions) for searching for sold products, etc.
The sales computer 4 is accessed by the management computer 3 to extract a plurality of sales data satisfying the first search condition, and this is displayed on the display (result display mechanism 11) of the input / output device 2 and becomes necessary. Accordingly, the printout is performed from a printer (not shown).

【0025】次いで、前記各販売データ中に含まれてい
る各項目データ(この場合、件数、商品番号を示すI
D、種類、発売日、値段などの項目データ)と、在庫デ
ータベース5に登録されている各在庫データの各項目デ
ータ(この場合、件数、商品番号を示すID、種類、登
録日、卸値、格納場所などの項目データ)との関係に基
づき、図2に示すように、管理コンピュータ3のID検
索/逆生成検索判断機構6によって、前記販売データ
と、前記在庫データとの関連関係が求められ、この関連
関係に基づき、在庫データベース5に対して、IDを使
用した検索、または第2検索条件を使用した検索のう
ち、どちらの検索を使用した方が検索回数が少なくな
り、検索時間が短くなるかが判定される。
Next, each item data included in each of the sales data (in this case, the number of items and the I
D, item data such as type, release date, price, etc.) and item data of each item of stock data registered in the inventory database 5 (in this case, ID indicating the number of items, product number, type, registration date, wholesale price, storage) Based on the relationship between the sales data and the inventory data, as shown in FIG. 2, the ID search / reverse generation search determination mechanism 6 of the management computer 3 determines the relationship between the sales data and the stock data. Based on this relation, which of the search using the ID or the search using the second search condition is used in the stock database 5, the number of searches is smaller, and the search time is shorter. Is determined.

【0026】この場合、前記第1検索条件を使用して販
売データベース4を検索して得られた各販売データの数
が1件や2件しかなければ、前記各販売データに含まれ
ている各IDを使用して、在庫データベース5を検索す
る方が検索回数が少なくなり、検索時間を短くすること
ができると判断され、この判断結果に基づき、商品番号
(商品を示すID)が検索キーにされて、管理コンピュ
ータ3の検索機構9により、在庫データベース5が検索
されて、前記商品番号を持つ在庫データが抽出されると
ともに、これが在庫表として、入出力装置2のディスプ
レイ(結果表示機構11)上に表示されるとともに、必
要に応じてプリンタ装置からプリントアウトされる。
In this case, if the number of sales data obtained by searching the sales database 4 using the first search condition is only one or two, each sales data included in the sales data is It is determined that searching the inventory database 5 using the ID reduces the number of searches and can shorten the search time. Based on the determination result, the product number (ID indicating the product) is used as a search key. Then, the stock database 5 is searched by the search mechanism 9 of the management computer 3 to extract stock data having the product number, and this is used as a stock table as a display of the input / output device 2 (result display mechanism 11). It is displayed on the top and printed out from the printer as needed.

【0027】また、前記第1検索条件を使用して前記販
売データベース4を検索して得られた各販売データの数
が、図2の例に示すように、予め設定されている設定数
より多い7件であるときには、管理コンピュータ3のI
D検索/逆生成検索判断機構6によって、前記各販売デ
ータの各IDを使用して、在庫データベース5を検索す
る方より、新たな検索条件を設定して在庫データベース
5を検索した方が検索回数が少なくなり、検索時間を短
くすることができると判断され、この判断結果に基づ
き、検索条件逆生成機構8による第2検索条件の生成が
開始される。
The number of sales data obtained by searching the sales database 4 using the first search condition is larger than a preset number as shown in the example of FIG. If the number is seven, the I
The D search / reverse generation search judging mechanism 6 uses the respective IDs of the sales data to search the inventory database 5, rather than searching the inventory database 5 by setting new search conditions. Is reduced, and it is determined that the search time can be shortened. Based on the determination result, the generation of the second search condition by the search condition reverse generation mechanism 8 is started.

【0028】この際、前記各販売データ中に含まれてい
る各項目データ(この場合、件数、商品番号を示すI
D、種類、発売日、値段などの項目データ)と、在庫デ
ータベース5に登録されている各在庫データの各項目デ
ータ(この場合、件数、商品番号を示すID、種類、登
録日、卸値、格納場所などの項目データ)との関連関係
に基づき、同一の項目内容、例えば下記に示す項目内容
が注目されて、これら(a)〜(c)の関連関係がまと
められ、関連情報7が作成される。
At this time, each item data contained in each of the sales data (in this case, I
D, item data such as type, release date, and price) and item data of each item of inventory data registered in the inventory database 5 (in this case, the number of items, ID indicating product number, type, registration date, wholesale price, storage) The same item contents, for example, the following item contents are noticed based on the relation relationship with the item data such as a place), and the relations of (a) to (c) are put together, and the related information 7 is created. You.

【0029】(a)販売データベース4にある商品の種
類は、在庫データベース5にある商品の種類と同一の内
容である。 (b)販売データベース4にある商品の値段は、在庫デ
ータベース5にある商品の値段の倍の値である。 (c)販売データベース4にある商品の発売日は、在庫
データベース5にある商品の登録日に近い。
(A) The type of the product in the sales database 4 has the same content as the type of the product in the inventory database 5. (B) The price of the product in the sales database 4 is twice the price of the product in the inventory database 5. (C) The release date of the product in the sales database 4 is close to the registration date of the product in the inventory database 5.

【0030】そして、関連情報7に基づき、前記管理コ
ンピュータの検索条件逆生成機構8によって、在庫デー
タベース5に登録されている各在庫データのうち、前記
第1検索条件を使用して前記販売データベース4を検索
して得られた各販売データ中に含まれる各商品番号(I
D)などと、同じ商品番号(ID)などを含む在庫デー
タを抽出するのに最も適した検索条件、例えば下記に示
す第2検索条件が逆生成される。
Then, based on the related information 7, the search condition reverse generation mechanism 8 of the management computer uses the first search condition among the inventory data registered in the inventory database 5 to generate the sales database 4 using the first search condition. For each product number (I) included in each sales data obtained by searching for
D) and the like, a search condition most suitable for extracting inventory data including the same product number (ID), for example, a second search condition shown below is inversely generated.

【0031】(1)種類=“ソフト”、かつ (2)“93.3”<登録日<“93.6”、かつ (3)4万円≦卸値≦8万円 この場合、卸値の条件については、販売データベース4
を第1検索条件で検索して得られた各販売データの中
で、値段が8万円から16万円のものが6件、100万
円のものが1件あるが、卸値を4万円≦卸値≦8万円に
設定すると、在庫データベース5を検索したとき、ヒッ
ト件数が多くなり過ぎる恐れがあることから、4万円≦
卸値≦8万円という条件が採用される。
(1) Kind = “soft”, and (2) “93.3” <registration date <“93.6”, and (3) 40,000 yen ≦ wholesale price ≦ 80,000 yen In this case, the condition of the wholesale price About sales database 4
Among the sales data obtained by searching for the first search condition, there are 6 cases where the price is from 80,000 yen to 160,000 yen and 1 case where the price is 1 million yen, but the wholesale price is 40,000 yen. If the price is set to ≦ whole price ≦ 80,000 yen, the number of hits may be too large when searching the inventory database 5.
The condition that the wholesale price is 80,000 yen is adopted.

【0032】この後、第2検索条件の逆生成が終了する
と、この第2検索条件に基づき、管理コンピュータ3の
検索機構9によって、在庫データベース5が検索され
て、前記第2検索条件を満たす各在庫データが抽出され
るとともに、これらの各在庫データのうち、余分なID
を含む在庫データが削除され、残った各在庫データに基
づき、商品番号(ID)と、格納場所との関係を示す在
庫一覧表12が作成され、これが管理コンピュータ3の
メモリ14に記憶される。
Thereafter, when the reverse generation of the second search condition is completed, the stock database 5 is searched by the search mechanism 9 of the management computer 3 based on the second search condition, and each of the inventory databases 5 satisfying the second search condition is searched. Inventory data is extracted, and among these inventory data, an extra ID
Is deleted, and a stock list 12 indicating the relationship between the product number (ID) and the storage location is created based on the remaining stock data, and this is stored in the memory 14 of the management computer 3.

【0033】次いで、管理コンピュータ3の結果判断機
構10によって、前記第1検索条件を使用して、販売デ
ータベース4を検索して得られた各販売データの商品番
号(ID)と、在庫一覧表12にある各在庫データの商
品番号(ID)とが比較されて、販売データベース4を
検索して得られた各販売データに含まれている各商品番
号の全てが在庫一覧表12中に含まれているかどうかが
チェックされる。
Next, the result judging mechanism 10 of the management computer 3 uses the first search condition to search the sales database 4 for the product number (ID) of each sales data and the inventory list 12 Is compared with the item number (ID) of each item of inventory data, and all the item numbers included in each item of sales data obtained by searching the sales database 4 are included in the inventory list 12. Is checked.

【0034】そして、図2に示す場合では、前記第2検
索条件として、販売データベース4を第1検索条件で検
索して得られた各販売データの中で、値段が100万円
のものを含んでいないなどの理由により、販売データベ
ース4を検索して得られた各販売データの商品番号(I
D)のうち、商品番号“B09”の在庫データが検索さ
れていない。
In the case shown in FIG. 2, the second search condition includes, for each sales data obtained by searching the sales database 4 under the first search condition, the sales data having a price of 1,000,000 yen. For example, the product number (I) of each sales data obtained by searching the sales database 4
In D), the inventory data of the product number “B09” has not been searched.

【0035】そこで、このような場合には、結果判断機
構10の判断結果に基づき、管理コンピュータ3の検索
機構9によって、前記商品番号“B09”を直接、使用
したID検索により、在庫データベース5が再度、検索
されて、前記商品番号“B09”を含む在庫データが抽
出され、この在庫データに基づき、商品番号“B09”
と、格納場所との関係を示す在庫一覧表13が作成さ
れ、これら各在庫一覧表12、13が入出力装置2のデ
ィスプレイ(結果表示機構11)に表示される。
Therefore, in such a case, based on the result of the judgment by the result judgment mechanism 10, the search mechanism 9 of the management computer 3 performs an ID search directly using the product number "B09" to thereby store the inventory database 5 in the inventory database 5. The inventory data including the product number “B09” is extracted again, and the product number “B09” is extracted based on the stock data.
And an inventory list 13 showing the relationship between the inventory list and the storage location, and these inventory lists 12 and 13 are displayed on the display (result display mechanism 11) of the input / output device 2.

【0036】また、前記第2検索条件を使用して、在庫
データベース5を検索して得られた各在庫データのID
数が第1検索条件を使用して前記販売データベース4を
検索して得られた各販売データのID数に比べて、大幅
に少ないときには、検索機構9による、IDを使用した
在庫データベース5の検索を行なうと、検索回数が多く
なる過ぎることから、IDを使用した検索処理がスキッ
プされて、ID検索/逆生成検索判断機構6が再度、起
動され、このID検索/逆生成検索判断機構6の制御の
下に、検索条件逆生成機構8によって、第2検索条件を
使用して在庫データベース5を検索したとき、抽出する
ことができなかった在庫データを検索するのに最適な第
3検索条件が生成される。
The ID of each stock data obtained by searching the stock database 5 using the second search condition.
When the number is significantly smaller than the number of IDs of each sales data obtained by searching the sales database 4 using the first search condition, the search mechanism 9 searches the inventory database 5 using the ID. Is performed, the search process using the ID is skipped because the number of searches becomes too large, the ID search / reverse generation search determination mechanism 6 is activated again, and the ID search / reverse generation search determination mechanism 6 Under the control, the search condition reverse generating mechanism 8 searches the inventory database 5 using the second search condition to find a third search condition that is optimal for searching inventory data that could not be extracted. Generated.

【0037】そして、この第3検索条件に基づき、管理
コンピュータ3の検索機構9によって、在庫データベー
ス5の検索処理、管理コンピュータ3の結果判断機構1
0による検索結果の判断処理が行われ、在庫データベー
ス5から、前記第2検索条件で検索することができなか
った各在庫データが検索されるとともに、この検索処理
で得られた各在庫データのうち、不要なものが削除さ
れ、残っている在庫データに基づき、在庫一覧表が作成
される。
Based on the third search condition, the search mechanism 9 of the management computer 3 searches the inventory database 5 and the result determination mechanism 1 of the management computer 3
0, a search result determination process is performed, and each stock data item that could not be searched under the second search condition is searched from the stock database 5, and among the respective stock data items obtained by this search process, Unnecessary items are deleted, and an inventory list is created based on the remaining inventory data.

【0038】この後、前記第1検索条件を使用して、販
売データベース4を検索して得られた各販売データの商
品番号(ID)と、前記第2検索条件を使用した検索処
理で得られた在庫一覧表12にある各在庫データの商品
番号(ID)および前記第3検索条件を使用した検索処
理で得られた在庫一覧表にある各在庫データの商品番号
(ID)とが比較されて、販売データベース4を検索し
て得られた各販売データに含まれている各商品番号の全
てが前記在庫一覧表、在庫一覧表12中に含まれている
かどうかがチェックされる。
Thereafter, the product number (ID) of each sales data obtained by searching the sales database 4 using the first search condition, and the product number (ID) obtained by the search process using the second search condition. The product number (ID) of each stock data in the stock list 12 obtained is compared with the product number (ID) of each stock data in the stock list obtained by the search process using the third search condition. Then, it is checked whether or not all of the product numbers included in each sales data obtained by searching the sales database 4 are included in the stock list and the stock list 12.

【0039】そして、前記第1検索条件を使用して、販
売データベース4を検索して得られた各販売データの商
品番号(ID)のうち、在庫一覧表および在庫一覧表1
2から漏れている商品番号(ID)があれば、上述した
ID検索または次の検索条件の逆生成処理が実行され、
前記各販売データの商品番号(ID)を持つ在庫データ
が全て得られたとき、これによって得れた在庫一覧表お
よびそれまでの在庫一覧表12がまとめられて、入出力
装置2のディスプレイ(結果表示機構11)に表示され
る。
Then, among the product numbers (ID) of each sales data obtained by searching the sales database 4 using the first search condition, the inventory list and the inventory list 1
If there is a product number (ID) that is missing from 2, the above-described ID search or reverse generation of the next search condition is executed,
When all the inventory data having the product number (ID) of each sales data is obtained, the obtained inventory list and the previous inventory list 12 are put together and displayed on the display of the input / output device 2 (results). It is displayed on the display mechanism 11).

【0040】また、前記第2検索条件、第3検索条件を
使用して、在庫データベース5を検索して得られた在庫
データ数が予め設定されている数より、多いときには、
管理コンピュータ3の結果判断機構10によって、ID
検索/逆生成検索判断機構6が再起動されて、これら第
2検索条件、第3検索条件が絞り込まれた後、検索機構
9によって、在庫データベース5が再検索され、これに
よって得れた在庫データに基づき、在庫一覧表が作成さ
れる。
When the number of inventory data obtained by searching the inventory database 5 using the second search condition and the third search condition is larger than a preset number,
The ID is determined by the result determination mechanism 10 of the management computer 3.
After the search / inverse generation search judging mechanism 6 is restarted and the second search condition and the third search condition are narrowed down, the search database 9 is searched again by the search mechanism 9 and the stock data obtained by the search is performed. , An inventory list is created.

【0041】以下、上述した上述したID検索または次
の検索条件の逆生成処理が実行され、前記各販売データ
の商品番号(ID)を持つ在庫データが全て得られたと
き、これによって得れた在庫一覧表およびそれまでの在
庫一覧表12がまとめられて、入出力装置2のディスプ
レイ(結果表示機構11)に表示される。
Thereafter, the above-described ID search or the reverse generation process of the next search condition is executed, and when all the stock data having the product number (ID) of each of the sales data is obtained, this is obtained. The inventory list and the previous inventory list 12 are put together and displayed on the display (result display mechanism 11) of the input / output device 2.

【0042】《実施の形態の効果》このようにこの実施
の形態においては、販売データベース4、在庫データベ
ース5のいずれかが指定され、検索対象となるデータの
第1検索条件が入力されたとき、管理コンピュータ3に
よって、指定されたデータベースを検索して、前記第1
検索条件に対応するデータを見つけ出すとともに、この
データに基づき、第2検索条件を逆生成して、この第2
検索条件または、前記データに含まれるIDを使用し
て、他のデータベースをアクセスし、前記第1検索条件
に対応するデータを見つけ出すようにしているので、複
数のデータベース内に関連するデータが登録されている
とき、1つ目のデータベースを検索するだけで、他のデ
ータベース中にある、関連するデータを最も少ない検索
回数で、自動的に引き出すことができ、これによってデ
ータ検索に要する時間と、手間と、CPUの負荷とを大
幅に削減することができるとともに、オペレータの判断
ミスなどに起因するデータの引き出しミスなどを無くす
ことができる。
<< Effects of Embodiment >> As described above, in this embodiment, when either the sales database 4 or the inventory database 5 is specified and the first search condition of the data to be searched is input, The management computer 3 searches the designated database and retrieves the first
In addition to finding data corresponding to the search condition, a second search condition is inversely generated based on the data to obtain the second search condition.
Since another database is accessed using a search condition or an ID included in the data to find data corresponding to the first search condition, related data is registered in a plurality of databases. In this case, by simply searching the first database, the related data in the other databases can be automatically extracted with the minimum number of searches, thereby reducing the time required for data search and the time and effort. In addition, the load on the CPU can be greatly reduced, and a data extraction error or the like due to an operator's determination error or the like can be eliminated.

【0043】また、この実施の形態では、第1検索条件
を使用して販売データベース4を検索した後、ID検索
/逆生成検索判断機構6によって、在庫データベース5
に対し、ID検索を実施するか、第2検索条件を逆生成
して、検索を実施するかを判断しているので、最初のデ
ータベース(1つ目のデータベースを検索して得られた
検索結果に含まれているIDを使用した検索と、前記検
索結果から逆生成した検索条件とのうち、最適な方を選
択して、他のデータベースを検索することができ、これ
によってデータ検索に要する時間と、手間と、CPUの
負荷とを大幅に削減することができるとともに、オペレ
ータの判断ミスなどに起因するデータの引き出しミスな
どを無くすことができる。
Also, in this embodiment, after the sales database 4 is searched using the first search condition, the inventory database 5 is searched by the ID search / reverse generation search judgment mechanism 6.
In response to this, it is determined whether to execute an ID search or reversely generate the second search condition to execute the search. Therefore, the first database (the search result obtained by searching the first database) Out of the search using the ID included in the search result and the search condition reversely generated from the search result, the other database can be searched. In addition, it is possible to greatly reduce the labor and the load on the CPU, and it is also possible to eliminate a data extraction error or the like caused by an operator's determination error or the like.

【0044】《他の実施の形態》また、上述した実施の
形態においては、第1検索条件を使用して販売データベ
ース4を検索して得られた各販売データに含まれている
各項目の内容を使用して第2検索条件を生成し、この第
2検索条件を使用して、在庫データベース5を検索する
ようにしているが、図3に示すように、検索条件逆生成
機構8と、検索機構9との間に編集機構15を設け、こ
の編集機構15によって、検索条件逆生成機構8で逆生
成された第2検索条件と、販売データベース4を検索し
たときに使用した第1検索条件とを編集して、第2検索
条件を最適化し、この第2検索条件を使用して、在庫デ
ータベース5の検索を行なうようにしても良い。
<< Other Embodiments >> In the above-described embodiment, the contents of each item included in each sales data obtained by searching the sales database 4 using the first search condition. Is used to generate a second search condition, and the inventory database 5 is searched using the second search condition. As shown in FIG. An editing mechanism 15 is provided between the second search condition and the second search condition generated by the search condition reverse generation mechanism 8, and the first search condition used when searching the sales database 4. May be edited to optimize the second search condition, and the inventory database 5 may be searched using the second search condition.

【0045】このようにすることにより、上述した実施
の形態より、さらに検索精度を高くすることができると
ともに、第2検索条件を最適化させた分だけ、さらに検
索時間を短縮することができる。
By doing so, it is possible to further improve the search accuracy as compared with the above-described embodiment, and to further reduce the search time by the amount by which the second search condition is optimized.

【0046】[0046]

【発明の効果】以上説明したように本発明によれば、請
求項1では、複数のデータベース内に関連するデータが
登録されているとき、1つ目のデータベースを検索する
だけで、他のデータベース中にある、関連するデータを
最も少ない検索回数で、自動的に引き出すことができ、
これによってデータ検索に要する時間と、手間と、CP
Uの負荷とを大幅に削減することができるとともに、オ
ペレータの判断ミスなどに起因するデータの引き出しミ
スなどを無くすことができる。
As described above, according to the present invention, according to the first aspect, when related data is registered in a plurality of databases, only the first database is searched and another database is searched. Automatically retrieve relevant data within the site with the least number of searches,
As a result, the time required for data retrieval, labor, and CP
It is possible to greatly reduce the load on U, and to eliminate a data extraction error caused by an operator's determination error or the like.

【0047】また、請求項2では、最初のデータベース
(1つ目のデータベースを検索して得られた検索結果に
含まれているIDを使用した検索と、前記検索結果から
逆生成した検索条件とのうち、最適な方を選択して、他
のデータベースを検索することができ、これによってデ
ータ検索に要する時間と、手間と、CPUの負荷とを大
幅に削減することができるとともに、オペレータの判断
ミスなどに起因するデータの引き出しミスなどを無くす
ことができる。
In the present invention, the first database (a search using an ID included in a search result obtained by searching the first database, and a search condition reversely generated from the search result) The most suitable one can be selected and another database can be searched. As a result, the time required for data search, the labor and the load on the CPU can be significantly reduced, and the operator's judgment can be made. It is possible to eliminate a data extraction error or the like caused by an error or the like.

【0048】また、請求項3では、最初のデータベース
(1つ目のデータベースを検索して得られた検索結果か
ら逆生成した検索条件を、より高精度化させることがで
き、これによってデータ検索に要する時間と、手間と、
CPUの負荷とを大幅に削減することができるととも
に、オペレータの判断ミスなどに起因するデータの引き
出しミスなどを無くすことができる。
According to the third aspect of the present invention, the first database (the search condition reversely generated from the search result obtained by searching the first database) can be made more accurate, thereby enabling the data search to be performed. The time and effort required,
The load on the CPU can be significantly reduced, and a data extraction error or the like caused by an operator's determination error or the like can be eliminated.

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

【図1】本発明によるデータベースシステムの実施の形
態を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a database system according to the present invention.

【図2】図1に示すデータベースシステムの動作例を示
す模式図である。
FIG. 2 is a schematic diagram showing an operation example of the database system shown in FIG. 1;

【図3】本発明によるデータベースシステムの他の実施
の形態を示すブロック図である。
FIG. 3 is a block diagram showing another embodiment of the database system according to the present invention.

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

1 データベースシステム 2 入出力装置 3 管理コンピュータ 4 販売データベース 5 在庫データベース 6 ID検索/逆生成検索判断機構 7 関連情報 8 検索条件逆生成機構 9 検索機構 10 結果判断機構 11 結果表示機構 12 在庫一覧表 13 在庫一覧表 14 メモリ 15 編集機構 DESCRIPTION OF SYMBOLS 1 Database system 2 I / O device 3 Management computer 4 Sales database 5 Inventory database 6 ID search / reverse generation search judgment mechanism 7 Related information 8 Search condition reverse generation mechanism 9 Search mechanism 10 Result judgment mechanism 11 Result display mechanism 12 Inventory list 13 Inventory list 14 Memory 15 Editing mechanism

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 第1検索条件が入力されたとき、複数の
データベースのうち、指定されたデータベースを検索し
て、前記第1検索条件に対応するデータを抽出するデー
タベースシステムにおいて、 前記第1検索条件に基づき、1つ目のデータベースを検
索して得られた各データの属性データに基づき、他のデ
ータベースを検索する際に必要な第2検索条件を逆生成
する検索条件逆生成機構と、 この検索条件逆生成機構によって生成された第2検索条
件に基づき、他のデータベースを検索して、前記第2検
索条件に対応するデータを抽出する検索機構と、 この検索機構によって検索された各データのうち、前記
第1検索条件に対応しているデータを選択し、不足して
いるデータについては、前記検索機構を再動作させて、
他のデータベースに対するID検索を行なわせ、不足し
ているデータを抽出させる結果判断機構と、 を備えたことを特徴とするデータベースシステム。
1. A database system for searching a specified database among a plurality of databases when a first search condition is input and extracting data corresponding to the first search condition, wherein the first search A search condition reverse generation mechanism for reversely generating a second search condition required for searching another database based on attribute data of each data obtained by searching the first database based on the condition; A search mechanism for searching another database based on the second search condition generated by the search condition reverse generation mechanism to extract data corresponding to the second search condition; Of these, data corresponding to the first search condition is selected, and for missing data, the search mechanism is operated again,
And a result determination mechanism for performing an ID search with respect to another database and extracting missing data.
【請求項2】 請求項1に記載のデータベースシステム
において、 前記第1検索条件に基づき、前記1つ目のデータベース
を検索して得られた各データに基づき、他のデータベー
スをID検索するのに要する検索時間と、前記検索条件
逆生成機構によって逆生成された第2検索条件を使用し
て他のデータベースを検索するのに要する検索時間とを
推定し、これらの各検索時間を比較して、検索時間が短
くなる方の検索方法で、前記検索機構を動作させて、他
のデータベースを検索させるID検索/逆生成検索判断
機構を、 備えたことを特徴とするデータベースシステム。
2. The database system according to claim 1, wherein an ID search of another database is performed based on each data obtained by searching the first database based on the first search condition. Estimate the required search time and the search time required to search another database using the second search condition reversely generated by the search condition reverse generation mechanism, compare these search times, A database system comprising: an ID search / reverse generation search determination mechanism that operates the search mechanism and searches another database by a search method that shortens the search time.
【請求項3】 請求項1または2に記載のデータベース
システムにおいて、 前記検索条件逆生成機構によって逆生成された第2検索
条件と、前記1つ目のデータベースを検索する際に使用
した第1検索条件とを他のデータベース用に編集して、
前記検索機構に他のデータベースを検索させる編集機構
を、 備えたことを特徴とするデータベースシステム。
3. The database system according to claim 1, wherein the second search condition reversely generated by the search condition reverse generation mechanism and a first search used when searching the first database. Edit the conditions and for other databases,
A database system, comprising: an editing mechanism for causing the search mechanism to search another database.
JP9054991A 1997-03-10 1997-03-10 Data base system Pending JPH10254887A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9054991A JPH10254887A (en) 1997-03-10 1997-03-10 Data base system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9054991A JPH10254887A (en) 1997-03-10 1997-03-10 Data base system

Publications (1)

Publication Number Publication Date
JPH10254887A true JPH10254887A (en) 1998-09-25

Family

ID=12986128

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9054991A Pending JPH10254887A (en) 1997-03-10 1997-03-10 Data base system

Country Status (1)

Country Link
JP (1) JPH10254887A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000194705A (en) * 1998-12-24 2000-07-14 Pfu Ltd Product information merging retrieval system, its control method and recording medium for the system
US6584460B1 (en) 1998-11-19 2003-06-24 Hitachi, Ltd. Method of searching documents and a service for searching documents
JP2006053798A (en) * 2004-08-12 2006-02-23 Yamanashi Tlo:Kk Query deriving method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6584460B1 (en) 1998-11-19 2003-06-24 Hitachi, Ltd. Method of searching documents and a service for searching documents
US7693910B2 (en) 1998-11-19 2010-04-06 Hitachi, Ltd. Method of searching documents and a service for searching documents
JP2000194705A (en) * 1998-12-24 2000-07-14 Pfu Ltd Product information merging retrieval system, its control method and recording medium for the system
JP2006053798A (en) * 2004-08-12 2006-02-23 Yamanashi Tlo:Kk Query deriving method

Similar Documents

Publication Publication Date Title
JP2001075969A (en) Method and device for image management retrieval and storage medium
JPH0765035A (en) Structured document retrieving device
US20080059432A1 (en) System and method for database indexing, searching and data retrieval
JPH10312396A (en) Data base system and computer-readable record medium where data base retrieval program is recorded
JPH10254887A (en) Data base system
JPH1091644A (en) Method and device for processing data base query
JP2848313B2 (en) Hardware configuration automatic creation device
JP2990314B2 (en) Data management device
JP2000076254A (en) Keyword extraction device, similar document retrieval device using the same, keyword extraction method and record medium
JP3508842B2 (en) Database search system and recording medium storing database search program
Wu The deep web: Woven to catch the middle ground
JP2002014985A (en) Document retrieval system and retrieved document registration control method
JP2001265783A (en) Star schemer retrieving system and program recording medium therefor
JP2000148782A (en) Method and system for retrieval from relational data base and information recording medium where retrieving program for relational data base is recorded
JP2000066933A (en) Time series data management system
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JP2003330957A (en) Set attribute retrieval system, method, and program
JPH04230576A (en) Method for retrieving record
JPH05120347A (en) File retrieving system
JPH09212520A (en) Electronic dictionary formation device
JPH10187514A (en) Method and device for reflecting data wear house with data
JPH05241925A (en) File access managing system
JPH041855A (en) Document/drawing control system
KR19980040474A (en) Method and apparatus for searching records in a subscriber management system for Windows using a template
JP2004178180A (en) Registration and retrieval system for full-text retrieval information

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080903

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080903

Year of fee payment: 9

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

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20090903

LAPS Cancellation because of no payment of annual fees