JPH05334363A - Data base retrieval system - Google Patents

Data base retrieval system

Info

Publication number
JPH05334363A
JPH05334363A JP4140686A JP14068692A JPH05334363A JP H05334363 A JPH05334363 A JP H05334363A JP 4140686 A JP4140686 A JP 4140686A JP 14068692 A JP14068692 A JP 14068692A JP H05334363 A JPH05334363 A JP H05334363A
Authority
JP
Japan
Prior art keywords
database
search
application program
format
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.)
Pending
Application number
JP4140686A
Other languages
Japanese (ja)
Inventor
Toshihiro Motoda
敏浩 元田
Hirohiko Kurokawa
裕彦 黒川
Koji Tokumaru
浩二 徳丸
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 Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP4140686A priority Critical patent/JPH05334363A/en
Publication of JPH05334363A publication Critical patent/JPH05334363A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To retrieve a data base by the same procedure regardless of the kind and retrieval procedure of the data base. CONSTITUTION:A data base interface 13 includes a retrieval condition conversion part 16 which converts data base retrieval conditions, which are passed from an application program 11 and described in standard format, to the format characteristic to the data base 12, a retrieval procedure generation part 17 which retrieves the data base 12 by the retrieval procedure characteristic to the data base 12 under the converted data base retrieval conditions, and a format conversion part 18 which stores the retrieval result in a storage part 14 after converting the format characteristic to the data base 12 to the standard format. The application program 11 utilizes the retrieval result stored in the storage part 14.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データベースと、該デ
ータベースを利用するアプリケーションプログラムから
なるデータベース検索システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database search system including a database and an application program that uses the database.

【0002】[0002]

【従来の技術】従来のデータベース検索システムでは、
データベースを検索するためのアプリケーションプログ
ラムは、データベース毎に提供されるプログラミング環
境によって記述されていた。しかし、このプログラミン
グ環境は、単なるAPIであったり、サブルーチンの集
まりであったり、埋め込み型であったりと統一性がない
ために、図5のブロック図に示すように、アプリケーシ
ョプログラム21の一部にデータベース依存部が存在し
た。そのためデータベース22の種類を変更した場合、
アプリケーションプログラム21の一部を修正する必要
があった。
2. Description of the Related Art In conventional database search systems,
The application program for searching the database is described by the programming environment provided for each database. However, since this programming environment is not uniform such as a simple API, a collection of subroutines, and an embedded type, as shown in the block diagram of FIG. There was a database dependency. Therefore, if you change the type of database 22,
It was necessary to modify a part of the application program 21.

【0003】また、データベース検索を行うための手続
きも、検索を開始した後1件づつ取得するのみで以前に
取得したデータは再度取得できないものや、1件づつ任
意の順序で任意の回数取得ができるものや、一度に全て
のデータが取り出せるもの等データベース毎に異なって
いる。図6は検索結果を1件づつ、一度しか取り出せな
いデータベース22に対する従来の検索方法を示してい
る。このため、例えば検索したデータから操作者の指示
で、任意のものを取り出して表示するアプリケーション
プログラムを任意の順序でデータが取り出せるデータベ
ース上で作成した場合、このプログラムを任意の順序で
データを取り出せないデータベース上で利用できるよう
に変更することは容易ではない。
Also, in the procedure for performing a database search, data that was previously acquired cannot be acquired again after the search is started one by one, or one by one can be acquired in any order and any number of times. What you can do and what you can retrieve all the data at once are different for each database. FIG. 6 shows a conventional search method for the database 22 which can retrieve the search results one by one. Therefore, for example, if an application program that retrieves and displays arbitrary data from the retrieved data is created on a database that can retrieve data in any order, this program cannot retrieve data in any order. It is not easy to change it so that it can be used on the database.

【0004】また、会話処理インタフェースしか持たな
いデータベースでは、アプリケーションプログラムにお
いて会話処理に必要なプロトコルの生成・解釈を行う必
要があり、専用のプログラミング環境が用意されたデー
タベースに比べてより煩雑な処理が必要となる。
Further, in a database having only a conversation processing interface, it is necessary to generate / interpret a protocol required for conversation processing in an application program, which requires more complicated processing than a database provided with a dedicated programming environment. Will be needed.

【0005】これに対し最近では、データベースの検索
方法に関しては、埋め込み型のプログラミング環境で利
用できるデータベース検索言語としてSQLがSQL1
やSQL2のように国際的に標準化されてきている。し
かし、実際にアプリケーションプログラムを作成する場
合について考慮すると、アプリケーションプログラムの
コンパイル方法、データベース毎の仕様上の細かな差異
等は依然として存在し、それらを配慮してデータベース
毎にアプリケーションプログラムを修正する必要があ
る。また、新規に作成するシステムであっても既存シス
テムのデータベースも検索する必要がある場合も多く、
必然的に複数の異なったデータベースの検索が要求され
る。
On the other hand, recently, as for a database search method, SQL is SQL1 as a database search language that can be used in an embedded programming environment.
And SQL2 have been internationally standardized. However, considering the case of actually creating an application program, there are still small differences in the method of compiling the application program and the specifications for each database, and it is necessary to modify the application program for each database in consideration of them. is there. In addition, even in the case of a newly created system, it is often necessary to search the database of the existing system,
Inevitably a search of several different databases is required.

【0006】また、プログラミング環境はデータベース
毎に異なった種類のものが提供されているために、1つ
のアプリケーションプログラムが同時に複数のデータベ
ースに接続され、逐次検索を行うようなアプリケーショ
ンプログラムの作成が困難であった。
Further, since different types of programming environments are provided for each database, it is difficult to create an application program in which one application program is connected to a plurality of databases at the same time and a sequential search is performed. there were.

【0007】本発明の目的は、データベースの種類や検
索手続きによらず、同一の手続きによりデータベースの
検索が可能なデータベース検索システムをアプリケーシ
ョンプログラムに対して提供することにある。
An object of the present invention is to provide a database search system capable of searching a database for an application program by the same procedure regardless of the type of database or search procedure.

【0008】また、本発明の他の目的は、1つのアプリ
ケーションプログラムから複数の異なるデータベースに
対する検索を逐次行うことが可能なデータベース検索シ
ステムを提供することにある。
Another object of the present invention is to provide a database search system capable of sequentially searching a plurality of different databases from one application program.

【0009】[0009]

【課題を解決するための手段】上記第1の目的は、本発
明によれば、検索結果が蓄積される蓄積部と、アプリケ
ーションプログラムから渡された、標準形式で記述され
たデータベース検索条件をデータベースに固有の形式に
変換する検索条件変換部と、変換されたデータベース検
索条件に基づき前記データベースに固有の検索手続きに
より前記データベースを検索する検索手続き生成部と、
検索結果のうち、前記データベースに固有な形式を標準
形式に変換した後、検索結果を前記蓄積部に蓄積する形
式変換部とを含むデータベースインタフェースとを有
し、前記アプリケーションプログラムは、前記蓄積部に
蓄積された検索結果を利用することを特徴とするデータ
ベース検索システムによって達成される。
According to the present invention, the first object is to store a database for storing database search conditions described in a standard format, which is passed from an application program and a storage unit for storing search results. A search condition conversion unit for converting the database into a unique format, and a search procedure generation unit for searching the database by a search procedure specific to the database based on the converted database search condition,
A database interface including a format conversion unit that stores a search result in the storage unit after converting a format unique to the database into a standard format, and the application program is stored in the storage unit. This is achieved by a database search system characterized by utilizing accumulated search results.

【0010】上記第2の目的は、本発明によれば、各デ
ータベースに対応するデータベースインタフェースと、
前記アプリケーションプログラムが検索しようとするデ
ータベースに対応するデータベースインタフェースを前
記アプリケーションプログラムと前記蓄積部に接続する
データベース切換部を有するデータベース検索システム
によって達成される。
According to the present invention, the second object is to provide a database interface corresponding to each database,
This is achieved by a database search system having a database switching unit that connects a database interface corresponding to a database that the application program searches for to the application program and the storage unit.

【0011】[0011]

【作用】データベース、およびデータベースを利用する
アプリケーションプログラムからなるデータベース検索
システムに、検索条件変換部、検索手続き生成部、形式
変換部からなるデータベースインタフェースおよび蓄積
部を付加することにより、データベースや検索手続きに
よらず、同一の手続きによりデータベースを検索でき
る。
In the database search system including the database and the application program that uses the database, the database interface and the storage unit including the search condition conversion unit, the search procedure generation unit and the format conversion unit are added to the database and the search procedure. The same procedure can be used to search the database.

【0012】また、複数のデータベースインタフェース
およびデータベース切換部を用意することにより、1つ
のアプリケーションプログラムが、複数の異なるデータ
ベースに対して逐次検索を行うことができる。
Further, by preparing a plurality of database interfaces and a database switching unit, one application program can sequentially search a plurality of different databases.

【0013】[0013]

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

【0014】図1は本発明の一実施例のデータベース検
索システムの構成図、図2は図1のデータベース検索シ
ステムにおけるデータベース検索手順を示すシーケンス
図、図3は標準形式および固有形式の例を示す図であ
る。
FIG. 1 is a block diagram of a database search system according to an embodiment of the present invention, FIG. 2 is a sequence diagram showing a database search procedure in the database search system of FIG. 1, and FIG. 3 shows examples of standard format and unique format. It is a figure.

【0015】本実施例のデータベース検索システムは、
データベース12と、アプリケーションプログラム11
と、検索結果が蓄積される蓄積部14と、アプリケーシ
ョンプログラム11から渡された、標準形式で記述され
たデータベース検索条件をデータベース12に固有の形
式に変換する検索条件変換部16、変換されたデータベ
ース検索条件に基づきデータベース12に固有の検索手
続きによりデータベース12を検索する検索手続き生成
部17、検索結果のうち、データベース12に固有の形
式を標準形式に変換した後、検索結果を蓄積部14に蓄
積する形式変換部18とを含むデータベースインタフェ
ース13とからなり、アプリケーションプログラム11
は、蓄積部14に蓄積された検索結果を利用する。
The database search system of this embodiment is
Database 12 and application program 11
And a storage unit 14 for storing search results, a search condition conversion unit 16 for converting the database search conditions, which are passed from the application program 11 and described in the standard format, into a format unique to the database 12, and the converted database. A search procedure generation unit 17 that searches the database 12 by a search procedure unique to the database 12 based on the search condition, converts a format unique to the database 12 among the search results to a standard format, and then stores the search result in the storage unit 14. And a database interface 13 including a format conversion unit 18 for converting the application program 11
Uses the search results stored in the storage unit 14.

【0016】次に、本実施例の動作を図2を参照して説
明する。まず、アプリケーションプログラム11が、ア
プリケーションプログラム11から標準形式のデータベ
ース検索条件を与えてデータベース検索をデータベース
インタフェース13に指示する。与えられた標準形式の
データベース検索条件は、検索条件変換部16によりデ
ータベース12に固有の形式のデータベース検索条件と
なるように、標準形式のデータベース検索条件を変換す
る。例えば図3(1)に示す標準形式は、“tbl ”テー
ブルから、“xdate ”カラムが92年1月1日ではな
く、かつ“xno ”カラムが1000より大きいレコード
を検索するというものである。これをいずれもSQLに
準拠しているA,B,Cのデータベースの固有形式に変
換すると、それぞれ図3(2),(3),(4)に示す
ようになる。この例では、データベースによって日付型
の表現形式や不等を示す記号が異なっているが、標準形
式ではこの差異を意識する必要がない。つづいて、デー
タベース固有の形式となったデータベース検索条件は検
索手続き生成部17により、データベース12の検索手
続きに合わせた形式でデータベース12に与えられる。
この与え方はデータベースによって異なる。例えば、埋
め込み型SQLによるデータベース検索の場合では、デ
ータベース固有のSQL文に変換されたデータベース検
索条件をデータベース12に渡し、エラーの有無等の情
報を得る。会話型データベース検索の場合には、そのデ
ータベースに固有の形式に変換されたデータベース検索
条件に、会話に必要な各種コマンド等を付加してデータ
ベース12に送り、データベース12からの応答を解析
しエラーの有無等の情報を得る。その後、特にエラーが
ない場合、検索手続き生成部17はデータベース12に
対してデータベース検索条件に該当するデータ、すなわ
ち検索結果を要求する。検索結果の取得方法もデータベ
ースによって異なる。例えば、埋め込み型SQLによる
データベース検索の場合は、データは1件づつプログラ
ムで確保されたメモリ中に取得することができる。ま
た、会話型データベース検索の場合は、コマンドによっ
て全件を一度に取得するように指示することができる。
データベース12から受け渡された検索結果データは、
そのデータベース12に固有な形式のデータを含む可能
性があるため、形式変換部18によりデータベース12
に固有なデータを標準形式のデータに変換する。例え
ば、文字データの日本語文字コード、数値データの浮動
小数点の形式、デシマルデータの形式・精度等はデータ
ベースによって異なっているため、標準の形式に変換を
行う。標準形式に変換された検索結果データは、形式変
換部18により蓄積部14に蓄積される。
Next, the operation of this embodiment will be described with reference to FIG. First, the application program 11 gives a standard form database search condition from the application program 11 and instructs the database interface 13 to perform a database search. The given standard-format database search conditions are converted by the search-condition conversion unit 16 into standard-format database search conditions so as to become database-specific search conditions. For example, the standard format shown in FIG. 3 (1) is to search the "tbl" table for a record in which the "xdate" column is not January 1, 1992 and the "xno" column is larger than 1000. When this is converted into the unique format of the database of A, B, and C, which are all compliant with SQL, it becomes as shown in FIGS. 3 (2), (3), and (4), respectively. In this example, the date type representation format and the symbol indicating inequality are different depending on the database, but it is not necessary to be aware of this difference in the standard format. Subsequently, the database search condition in a database-specific format is given to the database 12 by the search procedure generation unit 17 in a format suitable for the search procedure of the database 12.
How to give this depends on the database. For example, in the case of a database search by embedded SQL, the database search condition converted into a SQL statement unique to the database is passed to the database 12 to obtain information such as whether there is an error. In the case of a conversational database search, various commands necessary for conversation are added to the database search conditions converted into a format unique to the database and sent to the database 12, and the response from the database 12 is analyzed and an error is detected. Get information such as presence or absence. After that, when there is no particular error, the search procedure generation unit 17 requests the database 12 for data corresponding to the database search condition, that is, a search result. The method of obtaining search results also differs depending on the database. For example, in the case of a database search by embedded SQL, data can be acquired one by one in the memory secured by the program. Further, in the case of conversational database search, it is possible to instruct to acquire all records at once by a command.
The search result data passed from the database 12 is
Since the database 12 may contain data in a format unique to the database 12, the format conversion unit 18 causes the database 12 to
Convert data specific to the standard format data. For example, the Japanese character code of character data, the floating-point format of numerical data, the format / precision of decimal data, etc. differ depending on the database, so conversion is performed to the standard format. The search result data converted into the standard format is stored in the storage unit 14 by the format conversion unit 18.

【0017】データベース検索条件に該当する全てのデ
ータが取得できた時点で、検索手続き生成部17はアプ
リケーションプログラム11に対して検索の終了を通知
する。
When all the data satisfying the database search conditions have been acquired, the search procedure generator 17 notifies the application program 11 of the end of the search.

【0018】以上の手続きにより検索結果が全て蓄積部
14に格納されたため、これ以降のアプリケーションプ
ログラム11は、検索結果データを任意の時点で、かつ
任意の順序で蓄積部14から取り出すことができる。
Since all the search results are stored in the storage unit 14 by the above procedure, the application program 11 thereafter can retrieve the search result data from the storage unit 14 at any time and in any order.

【0019】表1は、蓄積部14に格納されている検索
結果の格納形式を示したものである。検索結果はデータ
ベース12からの検索結果に類似した形で、複数のカラ
ムからなるデータを複数件集めた形になっている。そし
て、各データにはデータベース12から取り出された順
序に従って1件づつ番号が付与されている。アプリケー
ションプログラム11は検索結果データを利用する場
合、番号あるいは番号とカラム番号を指定して、該当す
る部分のデータを取り出す。
Table 1 shows the storage format of the search results stored in the storage unit 14. The search result is in a form similar to the search result from the database 12 and is a form in which a plurality of pieces of data composed of a plurality of columns are collected. Then, each data is numbered one by one according to the order taken out from the database 12. When using the search result data, the application program 11 designates a number or a number and a column number to take out the data of the corresponding portion.

【0020】[0020]

【表1】 図4は本発明の他の実施例のデータベース検索システム
の構成図である。
[Table 1] FIG. 4 is a block diagram of a database search system according to another embodiment of the present invention.

【0021】本実施例は1つのアプリケーションプログ
ラム11が2つのデータベース12a,12bを検索す
るシステムで、各データベース12a,12bに対応す
るデータベースインタフェース13a,13bとデータ
ベース切換部15を有している。
This embodiment is a system in which one application program 11 searches two databases 12a and 12b, and has database interfaces 13a and 13b corresponding to the databases 12a and 12b and a database switching unit 15.

【0022】次に、本実施例の動作を説明する。Next, the operation of this embodiment will be described.

【0023】まず、アプリケーションプログラム11
は、検索するデータベース12aを選択するために、デ
ータベース切換部15を操作し、データベースインタフ
ェース13a側に切換える。前述の実施例に示す通り、
アプリケーションプログラム11から標準形式で指定さ
れたデータベース検索条件にしたがってデータが検索さ
れ蓄積部14に格納される。この時点で、アプリケーシ
ョンプログラム11はデータベース12aから検索され
たデータを参照することができるようになった。つづい
て、アプリケーションプログラム11は再びデータベー
ス切換部15を操作し、データベースインタフェース1
3b側に切換える。データベース12aに対するものと
同様の操作で、データが検索され蓄積部14に格納され
る。
First, the application program 11
Operates the database switching unit 15 to select the database 12a to be searched, and switches to the database interface 13a side. As shown in the previous example,
Data is retrieved from the application program 11 according to the database retrieval condition specified in the standard format and stored in the storage unit 14. At this point, the application program 11 can refer to the data retrieved from the database 12a. Subsequently, the application program 11 operates the database switching unit 15 again, and the database interface 1
Switch to 3b side. The data is retrieved and stored in the storage unit 14 by the same operation as that for the database 12a.

【0024】以上の操作により、アプリケーションプロ
グラム11は、データベース12aおよび12bから検
索したデータをそれぞれ参照することができる。
By the above operation, the application program 11 can refer to the data retrieved from the databases 12a and 12b, respectively.

【0025】[0025]

【発明の効果】以上説明したように、本発明は以下のよ
うな効果がある。
As described above, the present invention has the following effects.

【0026】請求項1の発明は、データベース検索の際
の標準形式のデータベース検索条件をデータベースに固
有の形式に変換して、データベースに固有の検索手続き
によりデータベース検索を行い、データベースに固有の
形式の検索結果を標準形式に変換して、蓄積部に格納
し、以降格納された検索結果を利用することにより、 (1)データベースの機能、検索手続き、格納データ形
式が異なる複数のデータベースに対して同一のアプリケ
ーションプログラムによる検索が可能となる。これによ
り、アプリケーションプログラムはデータベースの種類
を意識する必要がなく、記述が簡素化され、開発が容易
になる。また、一旦開発したアプリケーションプログラ
ムは、新規のデータベースを導入する際でも、修正する
必要がなく長期にわたり使用することができるようにな
る。 (2)電話回線とモデムを利用したデータベース検索の
場合のように、遠隔地のデータベースの検索を行うシス
テムで比較的低速な伝送路を持つものに対して本発明の
システムを適用することにより、検索されたデータを全
てローカルマシンへ転送し蓄積するため、以降のデータ
取得は伝送路に依存せず、データの取得が高速化され
る。
According to the first aspect of the present invention, the database search condition in the standard format at the time of database search is converted into a format unique to the database, and the database search is performed by the search procedure unique to the database. By converting the search results into the standard format, storing them in the storage unit, and using the stored search results thereafter, (1) the same database functions, different search procedures, and the same data format for multiple databases It becomes possible to search by the application program of. As a result, the application program does not need to be aware of the type of database, the description is simplified, and development is facilitated. Further, the application program once developed can be used for a long period of time without modification even when introducing a new database. (2) By applying the system of the present invention to a system that searches a database in a remote place and has a relatively low-speed transmission line, such as a database search using a telephone line and a modem, Since all retrieved data is transferred to the local machine and stored, subsequent data acquisition does not depend on the transmission path, and data acquisition is speeded up.

【0027】請求項2の発明は、複数のデータベースイ
ンタフェースおよびデータベース切換部を用意すること
により、1つのアプリケーションプログラムから、複数
の異なるデータベースに対して逐次検索を行うことがで
きる。これにより、各種のデータベースから情報を集め
統合して処理するというような処理を行うアプリケーシ
ョンプログラムを容易に作成することができる。
According to the second aspect of the present invention, by preparing a plurality of database interfaces and a database switching unit, one application program can sequentially search a plurality of different databases. As a result, it is possible to easily create an application program that performs processing such as collecting information from various databases and integrating and processing.

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

【図1】本発明の一実施例のデータベース検索システム
の構成図である。
FIG. 1 is a configuration diagram of a database search system according to an embodiment of the present invention.

【図2】図1のデータベース検索システムにおけるデー
タベース検索手順を示すシーケンス図である。
FIG. 2 is a sequence diagram showing a database search procedure in the database search system of FIG.

【図3】標準形式および固有形式の例を示す図である。FIG. 3 is a diagram showing an example of a standard format and a unique format.

【図4】本発明の他の実施例のデータベース検索システ
ムの構成図である。
FIG. 4 is a configuration diagram of a database search system according to another embodiment of the present invention.

【図5】データベース検索システムの従来例の構成図で
ある。
FIG. 5 is a configuration diagram of a conventional example of a database search system.

【図6】図5のデータベース検索システムにおけるデー
タベース検索手順を示すシーケンス図である。
6 is a sequence diagram showing a database search procedure in the database search system of FIG.

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

11,21 アプリケーションプログラム(AP) 12,12a,12b,22 データベース(DB) 13,13a,13b, データベースインタフェー
ス 14 蓄積部 15 データーベース切換部 16 検索条件変換部 17 検索手続き生成部 18 形式変換部
11, 21 Application program (AP) 12, 12a, 12b, 22 Database (DB) 13, 13a, 13b, Database interface 14 Storage unit 15 Database switching unit 16 Search condition conversion unit 17 Search procedure generation unit 18 Format conversion unit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データベースと、該データベースを利用
するアプリケーションプログラムからなるデータベース
検索システムにおいて、 検索結果が蓄積される蓄積部と、 前記アプリケーションプログラムから渡された、標準形
式で記述されたデータベース検索条件を前記データベー
スに固有の形式に変換する検索条件変換部と、変換され
たデータベース検索条件に基づき前記データベースに固
有の検索手続きにより前記データベースを検索する検索
手続き生成部と、検索結果のうち、前記データベースに
固有な形式を標準形式に変換した後、該検索結果を前記
蓄積部に蓄積する形式変換部とを含むデータベースイン
タフェースとを有し、 前記アプリケーションプログラムは、前記蓄積部に蓄積
された検索結果を利用することを特徴とするデータベー
ス検索システム。
1. A database search system comprising a database and an application program using the database, a storage unit for storing search results, and a database search condition written in a standard format passed from the application program. Of the search results, a search condition conversion unit that converts the database into a format unique to the database, a search procedure generation unit that searches the database based on the converted database search conditions by a search procedure unique to the database, A database interface including a format conversion unit that stores the search result in the storage unit after converting the unique format into the standard format, and the application program uses the search result stored in the storage unit. Day characterized by Database search system.
【請求項2】 前記データベースが複数であり、各デー
タベースに対応するデータベースインタフェースと、前
記アプリケーションプログラムが検索しようとするデー
タベースに対応するデータベースインタフェースを前記
アプリケーションプログラムと前記蓄積部に接続するデ
ータベース切換部を有する請求項1記載のデータベース
検索システム。
2. A plurality of databases, a database switching unit for connecting a database interface corresponding to each database and a database interface corresponding to a database to be searched by the application program to the application program and the storage unit. The database search system according to claim 1, which has.
JP4140686A 1992-06-01 1992-06-01 Data base retrieval system Pending JPH05334363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4140686A JPH05334363A (en) 1992-06-01 1992-06-01 Data base retrieval system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4140686A JPH05334363A (en) 1992-06-01 1992-06-01 Data base retrieval system

Publications (1)

Publication Number Publication Date
JPH05334363A true JPH05334363A (en) 1993-12-17

Family

ID=15274401

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4140686A Pending JPH05334363A (en) 1992-06-01 1992-06-01 Data base retrieval system

Country Status (1)

Country Link
JP (1) JPH05334363A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07334400A (en) * 1994-06-08 1995-12-22 Hitachi Ltd Data base access system and control method for the same
JP2003244133A (en) * 2002-02-13 2003-08-29 Nippon Telegr & Teleph Corp <Ntt> Collation rule information storage device, collation rule information storage method, public key certificate acquisition device, public key certificate acquisition method, usable/unusable judgement device, usable/ unusable judgement method, computer program, and recording medium having computer program recorded therein acquiring device, public key certificate acquiring method, usable/unusable judgement device, usable/ unusable judgement method, computer program, and recording medium having computer program recorded therein
JP2003258786A (en) * 2002-02-27 2003-09-12 Nippon Telegr & Teleph Corp <Ntt> Public key certificate searching apparatus, public key certificate searching method, computer program, and recording medium with computer program recorded thereon
US6738763B1 (en) 1999-10-28 2004-05-18 Fujitsu Limited Information retrieval system having consistent search results across different operating systems and data base management systems
WO2008056438A1 (en) * 2006-11-06 2008-05-15 Nec Corporation Computer system
JP2011258002A (en) * 2010-06-09 2011-12-22 Inforce Co Ltd Data conversion method, apparatus thereof, and program thereof
JP2013206145A (en) * 2012-03-28 2013-10-07 Hitachi Solutions Ltd Server device and data provision system

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07334400A (en) * 1994-06-08 1995-12-22 Hitachi Ltd Data base access system and control method for the same
US6738763B1 (en) 1999-10-28 2004-05-18 Fujitsu Limited Information retrieval system having consistent search results across different operating systems and data base management systems
JP2003244133A (en) * 2002-02-13 2003-08-29 Nippon Telegr & Teleph Corp <Ntt> Collation rule information storage device, collation rule information storage method, public key certificate acquisition device, public key certificate acquisition method, usable/unusable judgement device, usable/ unusable judgement method, computer program, and recording medium having computer program recorded therein acquiring device, public key certificate acquiring method, usable/unusable judgement device, usable/ unusable judgement method, computer program, and recording medium having computer program recorded therein
JP2003258786A (en) * 2002-02-27 2003-09-12 Nippon Telegr & Teleph Corp <Ntt> Public key certificate searching apparatus, public key certificate searching method, computer program, and recording medium with computer program recorded thereon
WO2008056438A1 (en) * 2006-11-06 2008-05-15 Nec Corporation Computer system
US8250027B2 (en) 2006-11-06 2012-08-21 Nec Corporation Computer system, database access method, application server, and program
JP5126064B2 (en) * 2006-11-06 2013-01-23 日本電気株式会社 Computer system
JP2011258002A (en) * 2010-06-09 2011-12-22 Inforce Co Ltd Data conversion method, apparatus thereof, and program thereof
JP2013206145A (en) * 2012-03-28 2013-10-07 Hitachi Solutions Ltd Server device and data provision system

Similar Documents

Publication Publication Date Title
EP0981097A1 (en) Search system and method for providing a fulltext search over web pages of world wide web servers
GB2259596A (en) Compressed language dictionary
JPH05334363A (en) Data base retrieval system
JPH11203002A (en) Input data recording and reproducing device
JP3016799B2 (en) Database query processing unit
JPH0399380A (en) Method for storing collected data
KR100323607B1 (en) Data conversion method for converting text file searched for art data into master table for art information analysis
JPH05204573A (en) Picture display system
JPH06180717A (en) Data base retrieving system
JPH05158984A (en) Device for extracting character string
JPH01269172A (en) Picture processor
JPS60203066A (en) File system of picture information
JPH0744426A (en) File management method for file system
JPH06180716A (en) Time sequential data managing device
JPH09330322A (en) Data retrieval device
JPH01180632A (en) Record retrieving system
JPH04256041A (en) Data base retrieving device
JPH0496114A (en) Operating state retrieving system
JP2005202747A (en) Conversion processor, conversion processing method, conversion processing program, retrieval device, retrieving method, and retrieval program
JPH04340170A (en) Storage/retrieval system for system memory information
JPH05233313A (en) Symbol table processing system
JPH0520149A (en) High speed retrieving/reading-out system in cad system
JPH02208717A (en) Output equipment selecting system
JPH0448383A (en) Image filing device
JPS6394327A (en) System for offering directory of disk

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term