JP2000268052A - Data processing system and recording medium - Google Patents

Data processing system and recording medium

Info

Publication number
JP2000268052A
JP2000268052A JP11074590A JP7459099A JP2000268052A JP 2000268052 A JP2000268052 A JP 2000268052A JP 11074590 A JP11074590 A JP 11074590A JP 7459099 A JP7459099 A JP 7459099A JP 2000268052 A JP2000268052 A JP 2000268052A
Authority
JP
Japan
Prior art keywords
statement
request
instruction
database
search
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
JP11074590A
Other languages
Japanese (ja)
Inventor
Tatsuya Higuchi
龍哉 樋口
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP11074590A priority Critical patent/JP2000268052A/en
Publication of JP2000268052A publication Critical patent/JP2000268052A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To avoid the variation of instruction execution by retrieving a request definition table based on a retrieving request to compose an executing sentence, preparing an executable executing instruction from the executing sentence and retrieving a database based on the executing instruction to access. SOLUTION: An inputting means 2 prepares a retrieving request to transmit to a managing server 3, which is connected to a LAN, etc., to manage all the clients 1. Then, based on a retrieving request from the client 1, a sentence composing means 4 retrieves a request definition table 5 to compose an executing sentence and an executing instruction preparing means 7 prepares an executable executing instruction from the composed executing sentence. In addition, based on the executing instruction, a retrieving means 8 retrieves a DB(data base) 9 to access. Thus, it is possible to avoid the variation of the description of the executing instruction.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データベースを検
索して処理を行うデータ処理システムおよび記録媒体に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing system for searching a database for processing and a recording medium.

【0002】[0002]

【従来の技術】従来、データベースに対する実行命令
(操作命令)は、各々の処理プログラムの中で記述され
ていたため、データベース中のテーブル名称やテーブル
の物理的配置位置などを変更した場合、関連する処理プ
ログラムを全てチェックして、全ての処理プログラム中
の記述をそれぞれ修正し、コンパイルして実行形式のモ
ジュールを再作成するようにしていた。
2. Description of the Related Art Conventionally, an execution instruction (operation instruction) for a database is described in each processing program. Therefore, when a table name or a physical arrangement position of a table in the database is changed, a related processing is performed. All programs were checked, the descriptions in all the processing programs were individually corrected, and the programs were compiled to re-create executable modules.

【0003】また、処理プログラムの開発担当者によっ
て、実行命令の記述がまちまちになり、データベース中
のテーブルのアクセスの性能にばらつきが生じたり、プ
ログラムの品質にばらつきが生じたりするため、テスト
作業に多大の時間を要していた。
[0003] In addition, the person in charge of developing the processing program makes the description of the execution instructions different, which causes variations in the performance of accessing the tables in the database and variations in the quality of the program. It took a lot of time.

【0004】[0004]

【発明が解決しようとする課題】上述したように、従来
の仕組みはデータベースに対する実行命令は、処理プロ
グラムの中で記述されていたため、データベース中のテ
ーブル名や配置位置などが変更された場合、関連する処
理プログラムの全てをチェックして記述をそれぞれ修正
する必要があり、しかも、再コンパイルする必要があ
り、データベース中のテーブル名などの変更が大変であ
るという問題があった。
As described above, according to the conventional mechanism, an execution instruction for a database is described in a processing program. Therefore, when a table name or arrangement position in the database is changed, a related instruction is not executed. It is necessary to check all of the processing programs to be performed and correct the descriptions, and further, it is necessary to recompile, and it is difficult to change the table names in the database.

【0005】また、処理プログラム中のデータベースの
実行命令の記述がまちまちであったため、性能にばらつ
きが生じてしまうという問題もあった。本発明は、これ
らの問題を解決するため、クライアントからの検索要求
時に予め定義しておいた要求定義テーブルを参照して該
当する実行文を発行し、受信側のDBサーバで実行可能
な実行命令に変換してデータベース検索を行ってアクセ
スを行うことで、データベースのテーブル名などが変更
されても要求定義テーブル中の変更のみで対処可能にす
ると共に従来の実行命令の記述がばらばらになる事態を
回避して性能を安定かつばらつきを無くすことを目的と
している。
[0005] In addition, there has been a problem that the execution instructions of the database in the processing program are variously described, causing variations in performance. In order to solve these problems, the present invention refers to a request definition table defined in advance at the time of a search request from a client, issues a corresponding executable statement, and executes an executable instruction executable by the DB server on the receiving side. By performing database search and performing access by converting it to a database, it is possible to deal with changes in the database table name, etc., only by changing the request definition table. The purpose is to avoid this and to stabilize performance and eliminate variations.

【0006】[0006]

【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1において、クライア
ント1は、利用者が操作する端末であって、入力手段2
などから構成されるものである。
Means for solving the problem will be described with reference to FIG. In FIG. 1, a client 1 is a terminal operated by a user.
And so on.

【0007】入力手段2は、検索要求を入力するもので
ある。管理サーバ3は、クライアント1からの検索要求
をまとめて管理するものであって、ここでは、文組立手
段4および要求定義テーブル5などから構成されるもの
である。
The input means 2 is for inputting a search request. The management server 3 collectively manages search requests from the clients 1, and here is composed of a sentence assembling means 4, a request definition table 5, and the like.

【0008】文組立手段4は、検索要求をもとに要求定
義テーブル5を検索して実行文を組み立てるものであ
る。要求定義テーブル5は、検索要求に対応づけて実行
文などを定義して登録したものである。
The statement assembling means 4 searches the request definition table 5 based on the search request and assembles an execution statement. The request definition table 5 defines and registers an execution statement or the like in association with a search request.

【0009】DBサーバ6は、DB9を検索してアクセ
スするものであって、実行命令作成手段7および検索手
段8などから構成されるものである。実行命令作成手段
7は、実行文から実行可能な実行命令を作成するもので
ある。
The DB server 6 searches and accesses the DB 9 and includes an execution instruction creating unit 7 and a searching unit 8. The execution instruction creation means 7 creates an executable execution instruction from an execution statement.

【0010】検索手段8は、DB9を実際に検索してア
クセスするものである。次に、動作を説明する。入力手
段2が検索要求を入力して送信し、文組立手段4が検索
要求があったときに要求定義テーブル5を参照して実行
文を組み立てて送信し、実行命令作成手段7が実行文か
ら実行可能な実行命令を作成し、検索手段8が実行命令
をもとにDB9を検索してアクセスするようにしてい
る。
The search means 8 is for actually searching and accessing the DB 9. Next, the operation will be described. The input means 2 inputs and transmits a search request, and the sentence assembling means 4 assembles and transmits an executable sentence by referring to the request definition table 5 when a search request is issued, and the execution instruction creating means 7 converts the executable An executable instruction is created, and the search unit 8 searches the DB 9 based on the executable instruction and accesses the DB 9.

【0011】この際、要求定義テーブル5および文組立
手段4を、ネットワークで接続された全クライアントで
共通の管理サーバ3に設け、実行命令作成手段7および
検索手段8をデータベースをアクセスするDBサーバ6
に設けるようにしている。
At this time, the request definition table 5 and the statement assembling means 4 are provided in a common management server 3 for all clients connected by a network, and the execution instruction creating means 7 and the searching means 8 are provided by a DB server 6 for accessing a database.
Is provided.

【0012】また、要求定義テーブル5中に定義されて
いるデータベース中のテーブル名などの定義情報と、D
B9中に存在する定義情報とを対応づけて変更あるいは
追加あるいは削除するようにしている。
Further, definition information such as a table name in a database defined in the request definition table 5 and D
B9 is changed, added or deleted in association with the definition information existing in B9.

【0013】従って、クライアント1からの検索要求時
に予め定義しておいた要求定義テーブル5を参照して該
当する実行文を発行し、受信側のDBサーバ6で実行可
能な実行命令に変換してデータベース検索を行ってアク
セスすることにより、データベースのテーブル名などが
変更されても要求定義テーブル5中の変更のみで対処が
可能になると共に従来の実行命令の記述がばらばらにな
る事態を回避して性能を安定かつばらつきをなくすこと
が可能となる。
Therefore, when a search request from the client 1 is made, a corresponding execution statement is issued by referring to the request definition table 5 defined in advance, and is converted into an execution instruction executable by the DB server 6 on the receiving side. By performing the database search and accessing, even if the database table name or the like is changed, it is possible to cope with only the change in the request definition table 5 and to avoid the situation where the description of the conventional execution instruction is separated. Performance can be stabilized and variations can be eliminated.

【0014】[0014]

【実施例】次に、図1から図4を用いて本発明の実施の
形態および動作を順次詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the embodiment and operation of the present invention will be described in detail sequentially with reference to FIGS.

【0015】図1は、本発明のシステム構成図を示す。
図1において、クライアント1は、LANなどに接続さ
れて利用者が操作する端末であって、ここでは、入力手
段2などから構成されるものである。
FIG. 1 shows a system configuration diagram of the present invention.
In FIG. 1, a client 1 is a terminal connected to a LAN or the like and operated by a user, and here comprises an input unit 2 and the like.

【0016】入力手段2は、検索要求を入力するもので
あって、後述する図3に示す検索要求を作成して管理サ
ーバ3に送信するものである。管理サーバ3は、LAN
などに接続して全てのクライアント1を管理するもので
あって、ここでは、クライアント1からの検索要求をま
とめて管理するものであり、文組立手段4および要求定
義テーブル5などから構成されるものである。
The input means 2 is for inputting a search request, and creates a search request shown in FIG. The management server 3 is a LAN
To manage all the clients 1 by connecting them to each other. Here, it manages the search requests from the clients 1 collectively, and comprises a sentence assembling means 4 and a request definition table 5. It is.

【0017】文組立手段4は、クライアント1からの検
索要求をもとに要求定義テーブル5を検索して実行文を
組み立てるものである(図3参照)。要求定義テーブル
5は、検索要求番号に対応づけて実行文などを定義して
登録したものである(図3、図4参照)。
The statement assembling means 4 searches the request definition table 5 based on a search request from the client 1 to assemble an executable statement (see FIG. 3). The request definition table 5 defines and registers an execution statement and the like in association with the search request number (see FIGS. 3 and 4).

【0018】DBサーバ6は、DB9を検索してアクセ
スするものであって、実行命令作成手段7および検索手
段8などから構成されるものである。実行命令作成手段
7は、管理サーバ3から通知された実行文から実行可能
な実行命令を作成するものである(図3参照)。
The DB server 6 searches and accesses the DB 9 and includes an execution instruction creating unit 7 and a searching unit 8. The execution instruction creation means 7 creates an executable execution instruction from the execution statement notified from the management server 3 (see FIG. 3).

【0019】検索手段8は、実行命令作成手段7によっ
て作成された実行命令をもとにDB9を実際に検索して
アクセスするものである。DB9は、データベースであ
って、検索しやすいように多量のデータを登録したもの
である。
The search means 8 is for actually searching and accessing the DB 9 based on the execution instruction created by the execution instruction creation means 7. The DB 9 is a database in which a large amount of data is registered for easy retrieval.

【0020】ゲートウェイサーバ11は、LAN(例え
ば社内LAN)と、ルータ12および回線(あるいはネ
ットワーク)を介してクライアント13とを接続し、デ
ータの双方向の通信を安全に行うためのものである。
The gateway server 11 connects a LAN (for example, an in-house LAN) and a client 13 via a router 12 and a line (or a network), and performs secure two-way data communication.

【0021】ルータ12は、LANと他の回線、ネット
ワークなどとを接続するものである。クライアント13
は、回線あるいはネットワーク(例えばインターネッ
ト)に接続されたクライアントであって、既述した入力
手段2などから構成されるものであり、クライアント1
と同様にDB9をアクセス可能なものである。
The router 12 connects the LAN with other lines, networks, and the like. Client 13
Is a client connected to a line or a network (for example, the Internet), which is composed of the input means 2 described above.
The DB 9 can be accessed in the same manner as described above.

【0022】次に、図2のフローチャートに示す順番に
従い、図1の構成の動作を詳細に説明する。図2は、本
発明の動作説明フローチャートを示す。ここで、クライ
アント1、管理サーバ3、DBサーバ6は、図1の同一
番号のものと同じである。
Next, the operation of the configuration of FIG. 1 will be described in detail according to the order shown in the flowchart of FIG. FIG. 2 is a flowchart illustrating the operation of the present invention. Here, the client 1, the management server 3, and the DB server 6 are the same as those of the same numbers in FIG.

【0023】図2において、S1は、検索要求を発行す
る。これは、図1のクライアント1を構成する入力手段
2が検索要求として、例えば後述する図3の左端のS1
1の検索要求を作成して発行する。
In FIG. 2, S1 issues a search request. This is because the input means 2 constituting the client 1 shown in FIG.
Create and issue 1 search request.

【0024】S2は、要求に該当する実行文を取り出
す。これは、管理サーバ3を構成する文組立手段4が、
S1で発行された検索要求中の要求定義番号をもとに要
求定義テーブル5を参照して該当する実行文(例えばS
QL文)を取り出す。
In step S2, an executable statement corresponding to the request is extracted. This is because the statement assembling means 4 constituting the management server 3
Referring to the request definition table 5 based on the request definition number in the search request issued in S1, the corresponding executable statement (for example, S
QL sentence).

【0025】S3は、S2で取り出した実行文をDBサ
ーバ6に送信する。S4は、S3で送信された実行文を
DBサーバ6が受信する。S5は、SQL命令に変換す
る。これは、DBサーバ6を構成する実行命令作成手段
7が受信した実行文をもとに、実行可能な実行命令であ
るSQL命令に変換する(図3を用いて後述する)。
In step S3, the executable statement extracted in step S2 is transmitted to the DB server 6. In S4, the DB server 6 receives the executable statement transmitted in S3. S5 is converted into an SQL instruction. This is converted into an SQL command, which is an executable command, based on the execution statement received by the command generator 7 constituting the DB server 6 (described later with reference to FIG. 3).

【0026】S6は、実行する。S5で作成したSQL
命令をもとにDB9を検索してアクセスする。S7は、
結果を送信する。
Step S6 is executed. SQL created in S5
The DB 9 is searched and accessed based on the instruction. S7 is
Submit the result.

【0027】S8は、送信する。これは、管理サーバ3
がDBサーバ6から受信した結果を、クライアント1に
送信する。S9は、S8で送信された結果を受信する。
In step S8, transmission is performed. This is the management server 3
Sends the result received from the DB server 6 to the client 1. In step S9, the result transmitted in step S8 is received.

【0028】S10は、S9で受信した結果をもとに処
理を行う。以上によって、クライアント1が検索要求を
発行すると、管理サーバ3がこの検索要求を実行文に組
み立ててDBサーバ6に送信し、DBサーバ6はこの実
行文を実行可能な実行命令(例えばSQL命令)に変換
してDB9を検索してアクセスすることにより、クライ
アントは単に検索要求を発行するのみで自動的に検索結
果を受信することが可能となる。また、後述するよう
に、DBサーバ9中のテーブル名などの定義情報が変
更、追加、削除されたときには、要求定義テーブル5中
の該当するテーブル名などを変更、追加、削除すればよ
く、他の処理プログラムを意識する必要がなく、管理者
は当該要求定義テーブル5のみを管理すれば足りるの
で、極めて質の高い検索を全てのクライアント1に提供
することが可能となる。
At S10, processing is performed based on the result received at S9. As described above, when the client 1 issues a search request, the management server 3 assembles the search request into an executable statement and transmits it to the DB server 6, and the DB server 6 executes the executable statement (eg, an SQL command). The client can automatically receive a search result simply by issuing a search request by searching for and accessing the DB 9. As will be described later, when definition information such as a table name in the DB server 9 is changed, added, or deleted, the corresponding table name in the request definition table 5 may be changed, added, or deleted. It is only necessary for the administrator to manage only the request definition table 5 without having to be aware of the processing program described above, so that extremely high-quality searches can be provided to all clients 1.

【0029】図3は、本発明の説明図を示す。ここで、
上段のクライアント1、管理サーバ3、DBサーバ6
は、図1、図2の同じ番号のものと同一である。図3に
おいて、S11は、検索要求の例を示す。図示の下記の
検索要求は、図1のクライアント1が作成して管理サー
バ2に送信してDB9の検索を要求するものである。
FIG. 3 shows an explanatory diagram of the present invention. here,
Upper client 1, management server 3, DB server 6
Are the same as those of the same numbers in FIGS. In FIG. 3, S11 shows an example of a search request. The search request shown below is created by the client 1 in FIG. 1 and transmitted to the management server 2 to request a search of the DB 9.

【0030】 ・要求定義番号: ・復帰方法: ・パラメタ: ここで、要求定義番号は、検索要求するときの番号であ
って、後述する図4の要求定義テーブル5に登録されて
いる要求定義番号であり、その命令内容で設定されてい
る検索を行うためのものである。復帰方法は、DB9を
検索してその検索結果を得たときの復帰方法を指定する
ものであり、01(メモリテーブル:メモリテーブルに
検索結果を設定して復帰)、02(データ取り出し:検
索結果のデータを取り出して復帰)などを指定するもの
である。パラメタは、検索する内容(例えば商品コード
=%1)である。
Request definition number: Return method: Parameter: Here, the request definition number is a number when a search request is made, and is a request definition number registered in a request definition table 5 in FIG. And for performing the search set in the instruction content. The return method specifies a return method when the DB 9 is searched and the search result is obtained. 01 (memory table: set search results in the memory table and return), 02 (data retrieval: search result) Data and return). The parameter is the content to be searched (for example, product code =% 1).

【0031】S12は、S11の検索要求を受信した管
理サーバ3が図示の要求定義テーブル5中から一致する
要求定義番号を検索する様子を示す。S13は、S12
で検索して一致するSQL文を取り出した様子を示す。
Step S12 shows how the management server 3 that has received the search request in step S11 searches the request definition table 5 for a matching request definition number. S13 is S12
Shows a state in which a matching SQL sentence is retrieved by searching with.

【0032】S14は、S13のSQL文の通知を受け
たDBサーバ6がSQL−MSG(SQL文のメッセー
ジ)を付加し、SQL命令に変換する様子を示す。S1
5は、変換された実行可能なSQL命令を示す。ここで
は、図示の下記のように変換する。
S14 shows a state in which the DB server 6 which has received the notice of the SQL sentence of S13 adds an SQL-MSG (message of the SQL sentence) and converts it into an SQL instruction. S1
5 indicates a converted executable SQL instruction. Here, the conversion is performed as shown below.

【0033】・EXEC SQL & SQL−MSG S16は、S15のSQL命令を実行し、DB9を検索
しアクセスする。以上のように、クライアント1が検索
要求を発行するのみで、自動的に管理サーバ3がSQL
文にしてDBサーバ6に通知し、DBサーバ6がSQL
文からSQL命令を作成して実行し、DB9を実際に検
索してアクセスし、結果を指定された復帰方法でクライ
アント1に通知し、これをクライアント1が受け取るこ
とが可能となる。
The EXEC SQL & SQL-MSG S16 executes the SQL instruction of S15, searches the DB 9 and accesses it. As described above, only when the client 1 issues a search request, the management server 3 automatically
Statement to the DB server 6, and the DB server 6
An SQL instruction is created from the statement, executed, the DB 9 is actually searched and accessed, the result is notified to the client 1 by a specified return method, and the client 1 can receive the result.

【0034】また、図3の上述した状態で、DB9中の
商品DBの名称を実績DBに変更、あるいは、商品DB
から検索していたのを実績DBから検索するように変更
する場合、管理サーバ3が一意に管理する要求定義テー
ブル5中の該当するSQL文中のの商品DBを下段の
SQL文中のの実績DBに変更した要求定義テーブル
5にするのみで、全てのクライアント1からの検索要求
の対象を商品DBから実績DBに、クライアントに知ら
せたり意識させることなく、簡易に変更することが可能
となる。
In the above-mentioned state of FIG. 3, the name of the product DB in the DB 9 is changed to the result DB, or
In the case where the search is performed from the result DB, the product DB in the corresponding SQL statement in the request definition table 5 uniquely managed by the management server 3 is changed to the result DB in the lower SQL statement. Only by making the changed request definition table 5, it becomes possible to easily change the target of the search request from all the clients 1 from the product DB to the result DB without notifying or making the client aware of it.

【0035】図4は、本発明の要求定義テーブル例を示
す。これは、図1の管理サーバ3が一意に管理するテー
ブルであって、図示の下記の情報を登録して管理するも
のである。
FIG. 4 shows an example of a request definition table according to the present invention. This is a table uniquely managed by the management server 3 of FIG. 1, and is used to register and manage the following information shown in the figure.

【0036】 ・要求定義番号: ・処理モード: ・復帰方法: ・命令内容: ・その他: ここで、要求定義番号は、クライアント1が検索要求の
内容を指定するための一意の番号である。処理モード
は、01(即時処理)、02(ディレイトバッチ)など
の処理モードを設定するものである。復帰方法は、検索
結果を通知するときの方法を指定(例えばメモリテーブ
ルに検索結果を設定して復帰)するものである。命令内
容は、DB9を検索する命令内容(SQL文)を設定す
るものであって、例えば上段の は、商品DBから商品コード、年月が指定された範囲
(クライアントからの図3のS11の検索要求中のパラ
メタで指定された範囲)のデータを検索するという命令
内容(SQL文)である。
Request definition number: Processing mode: Return method: Instruction content: Other: The request definition number is a unique number for the client 1 to specify the content of the search request. The processing mode is for setting processing modes such as 01 (immediate processing) and 02 (delayed batch). The return method specifies a method of notifying a search result (for example, setting a search result in a memory table and returning). The instruction content sets the instruction content (SQL sentence) for searching the DB9. Is an instruction content (SQL sentence) for searching the product DB for data in a range in which the product code and the year and month are specified (the range specified by the parameter in the search request in S11 of FIG. 3 from the client).

【0037】[0037]

【発明の効果】以上説明したように、本発明によれば、
クライアント1からの検索要求時に予め定義しておいた
要求定義テーブル5を参照して該当する実行文を発行
し、受信側のDBサーバ6で実行可能な実行命令に変換
してデータベース検索を行ってアクセスする構成を採用
しているため、データベースのテーブル名などが変更さ
れても要求定義テーブル5中の変更のみで対処が可能に
なると共に従来の実行命令の記述がばらばらになる事態
を回避して性能を安定かつばらつきをなくすことが可能
となる。
As described above, according to the present invention,
At the time of a search request from the client 1, a corresponding execution statement is issued with reference to a request definition table 5 defined in advance, converted into an execution instruction executable by the DB server 6 on the receiving side, and a database search is performed. Since the access structure is adopted, even if the table name of the database is changed, it is possible to cope with only the change in the request definition table 5 and to avoid the situation where the description of the conventional execution instruction is separated. Performance can be stabilized and variations can be eliminated.

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

【図1】本発明のシステム構成図である。FIG. 1 is a system configuration diagram of the present invention.

【図2】本発明の動作説明フローチャートである。FIG. 2 is a flowchart illustrating the operation of the present invention.

【図3】本発明の説明図である。FIG. 3 is an explanatory diagram of the present invention.

【図4】本発明の要求定義テーブル例である。FIG. 4 is an example of a request definition table according to the present invention.

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

1、13:クライアント(端末) 2:入力手段 3:管理サーバ 4:文組立手段 5:要求定義テーブル 6:DBサーバ 7:実行命令作成手段 8:検索手段 9:DB(データベース) 1, 13: client (terminal) 2: input means 3: management server 4: sentence assembling means 5: request definition table 6: DB server 7: execution instruction creating means 8: search means 9: DB (database)

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】データベースを検索して処理を行うデータ
処理システムにおいて、 検索要求に対応づけて実行文を登録するテーブルと、 検索要求があったときに上記テーブルを参照して実行文
を組み立てる文組立手段と、 上記組み立てた実行文から実行命令を作成する実行命令
作成手段と、 上記実行命令をもとにデータベースを検索してアクセス
する検索手段とを備えたことを特徴とするデータ処理シ
ステム。
In a data processing system for searching and processing a database, a table for registering an execution statement in association with a search request, and a statement for assembling an execution statement by referring to the table when a search request is issued. A data processing system comprising: assembling means; execution instruction creating means for creating an execution instruction from the assembled execution statement; and search means for searching and accessing a database based on the execution instruction.
【請求項2】上記テーブルおよび上記文組立手段を、ネ
ットワークで接続された全クライアントで共通の管理サ
ーバに設け、 上記実行命令作成手段および上記検索手段を、データベ
ースをアクセスするサーバに設けたことを特徴とする請
求項1に記載のデータ処理システム。
2. The system according to claim 1, wherein said table and said statement assembling means are provided in a common management server for all clients connected via a network, and said execution instruction creating means and said retrieval means are provided in a server accessing a database. The data processing system according to claim 1, wherein:
【請求項3】上記テーブル中に定義されているデータベ
ース中のテーブル名などの定義情報と、データベース中
に存在する定義情報とを対応づけて変更あるいは追加あ
るいは削除することを特徴とする請求項1あるいは請求
項2に記載のデータ処理システム。
3. The method according to claim 1, wherein the definition information such as a table name in the database defined in the table and the definition information existing in the database are changed, added or deleted in association with each other. Alternatively, the data processing system according to claim 2.
【請求項4】検索要求に対応づけて実行文をテーブルに
登録する手段と、 検索要求があったときに上記テーブルを参照して実行文
を組み立てる文組立手段と、 上記組み立てた実行文から実行命令を作成する実行命令
作成手段と、 上記実行命令をもとにデータベースを検索してアクセス
する検索手段として機能させるプログラムを記録したコ
ンピュータ読取可能な記録媒体。
4. A means for registering an executable statement in a table in association with a search request, a statement assembling means for assembling an executable statement by referring to the table when a search request is made, and executing from the assembled executable statement A computer-readable recording medium that records an execution instruction creating unit that creates an instruction, and a program that functions as a search unit that searches and accesses a database based on the execution instruction.
JP11074590A 1999-03-18 1999-03-18 Data processing system and recording medium Pending JP2000268052A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11074590A JP2000268052A (en) 1999-03-18 1999-03-18 Data processing system and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11074590A JP2000268052A (en) 1999-03-18 1999-03-18 Data processing system and recording medium

Publications (1)

Publication Number Publication Date
JP2000268052A true JP2000268052A (en) 2000-09-29

Family

ID=13551540

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11074590A Pending JP2000268052A (en) 1999-03-18 1999-03-18 Data processing system and recording medium

Country Status (1)

Country Link
JP (1) JP2000268052A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013143114A (en) * 2012-01-13 2013-07-22 Fujitsu Frontech Ltd Program, information processor and access support method
WO2017009886A1 (en) * 2015-07-10 2017-01-19 三菱電機株式会社 Data acquisition device, data acquisition method and data acquisition program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0954714A (en) * 1995-08-11 1997-02-25 Omron Corp Device and method for conversion of processing instruction
JPH10260992A (en) * 1997-01-16 1998-09-29 Fujitsu Ltd Database processor and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0954714A (en) * 1995-08-11 1997-02-25 Omron Corp Device and method for conversion of processing instruction
JPH10260992A (en) * 1997-01-16 1998-09-29 Fujitsu Ltd Database processor and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013143114A (en) * 2012-01-13 2013-07-22 Fujitsu Frontech Ltd Program, information processor and access support method
WO2017009886A1 (en) * 2015-07-10 2017-01-19 三菱電機株式会社 Data acquisition device, data acquisition method and data acquisition program
JPWO2017009886A1 (en) * 2015-07-10 2017-10-12 三菱電機株式会社 Data acquisition apparatus, data acquisition method, and data acquisition program
US10289719B2 (en) 2015-07-10 2019-05-14 Mitsubishi Electric Corporation Data acquisition device, data acquisition method and computer readable medium

Similar Documents

Publication Publication Date Title
CN109165248B (en) A kind of management system and management method based on API
US6681227B1 (en) Database system and a method of data retrieval from the system
US20070022141A1 (en) System and method for acquiring and assembling real property data
JP4132441B2 (en) Data management device for managed objects
JP4224226B2 (en) Display control method, display control system, display control program, and computer-readable medium
US6715128B1 (en) Method for converting directory data, and program and device therefor
JP2010026653A (en) Data access control method, data access control apparatus, and program
JP2007133452A (en) Data collection program and data collection device
US6026445A (en) System and method for saving and reusing recently acquired name to address mappings
JPH11213014A (en) Data base system, data base retrieving method and recording medium
US20070294213A1 (en) Method and System for Providing Access to A Database
US7315847B2 (en) Method and system for providing access to a database
JP2000268052A (en) Data processing system and recording medium
US20150286734A1 (en) Computer system and method for integrating structured data representation between users and foreign national/international trademark offices
JP3333722B2 (en) Automatic connection system, client and recording medium
JPH10134064A (en) Information retrieval system
CN112613965A (en) Method and system for data processing based on middleware
JP5402066B2 (en) Information search system, information search device, information search program, and information search method
JP2000003333A (en) Client server system and recording medium
JP2000312222A (en) Client and method for device retrieval
JP2000348035A (en) System and method for retrieving database, and recording medium
JPH1021126A (en) Data base system
JP2001005832A (en) Information processor, information processing method and recording medium
JP2002288370A (en) Component information retrieving system and component inventory retrieving system
JPH07175547A (en) Terminal environment setting system of network system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20041124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050124

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050405