JPH06243002A - Data base processing method using file - Google Patents

Data base processing method using file

Info

Publication number
JPH06243002A
JPH06243002A JP5048778A JP4877893A JPH06243002A JP H06243002 A JPH06243002 A JP H06243002A JP 5048778 A JP5048778 A JP 5048778A JP 4877893 A JP4877893 A JP 4877893A JP H06243002 A JPH06243002 A JP H06243002A
Authority
JP
Japan
Prior art keywords
database
file
processing
search
data
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
JP5048778A
Other languages
Japanese (ja)
Inventor
Yoshiyuki Sano
義幸 佐野
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP5048778A priority Critical patent/JPH06243002A/en
Publication of JPH06243002A publication Critical patent/JPH06243002A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide a data base processing method which uses a file and by which the data use of data bases becomes facile without generating a complicated data base access program. CONSTITUTION:The data base processing method by which access is executed for the bases 11 and 12 and a data processing is executed by using data obtained from the data bases 11 and 12 is provided with a first process 13 where the data bases 11 and 12 are retrieved 13 and a retrieved result is outputted to the file 14 and a second process 15 where the file to which the retrieved result is outputted, is fetched and the data processing is executed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ファイルを用いたデー
タベース処理方法に関し、特に、複雑なデータベースア
クセスプログラムの作成を行うことなく、データベース
のデータ利用が容易に行えるファイルを用いたデータベ
ース処理方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database processing method using a file, and more particularly to a database processing method using a file that allows easy use of database data without creating a complicated database access program. It is a thing.

【0002】[0002]

【従来の技術】従来、データベース管理システムに対す
る要求の複雑化および高度化に伴い、また、データベー
スシステムのネットワーク化に伴い、データベースを利
用するシステムのプログラム開発負担が重くなってお
り、この開発負担を軽減する手法の開発が望まれてい
る。
2. Description of the Related Art Conventionally, as the demand for a database management system has become more complicated and sophisticated, and as the database system has become networked, the burden of developing programs for a system that uses a database has become heavier. Development of mitigation methods is desired.

【0003】近年、多く利用されているデータベースシ
ステムにおいては、SQL言語(データベース言語SQ
L:JIS X3005−1990)が広く利用される
ようになってきており、これに対応して、汎用のデータ
ベースシステムでは、SQL言語(データベース言語S
QL:JIS X3005−1990)による問合せに
対して、データベース管理システムが、SQL言語を読
み込み、データベースを検索する処理と、その検索結果
を表示する処理とを実行するようにシステムが構築され
ている。
In a database system which is widely used in recent years, the SQL language (database language SQ
L: JIS X3005-1990) has been widely used. In response to this, in a general-purpose database system, the SQL language (database language S
QL: JIS X3005-1990), the system is constructed so that the database management system executes a process of reading the SQL language to search the database and a process of displaying the search result.

【0004】また、最近では、ネットワーク上で他のワ
ークステーションに存在するデータベースを任意に容易
にアクセスできるようにするため、データベースを検索
する機能を実現するサーバ機能と、得られた検索結果を
表示するクライアント機能とに分けて、各々の処理系を
別プロセスにより実行するようにデータベースシステム
を構築したシステムも開発されるに至っている。
Recently, in order to easily and arbitrarily access a database existing in another workstation on the network, a server function for realizing a database search function and an obtained search result are displayed. A system in which a database system is constructed so that each processing system is executed by a separate process has also been developed, separately from the client function to perform.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上述の
ようなデータベースシステムの処理系では、処理系がサ
ーバプロセスとクライアントプロセスとに分られた構成
となっているものの、そのサーバプロセスとクライアン
トプロセスとの間の通信(ネットワーク間通信)は、デ
ータベース管理システム毎に個別に定義されたネットワ
ーク通信プロトロコルを用いて、通信が行なわれている
ため、データベースの処理系を作成する場合、それぞれ
のデータベースのベンダーから提供されているデータベ
ースアクセス用のアプリケーションインタフェース(通
信プロトコルを含む)を用いてクライアント機能の処理
系を作成することになる。
However, in the processing system of the database system as described above, the processing system is divided into a server process and a client process, but the server process and the client process are different from each other. Communication between networks (communication between networks) is performed using the network communication protocol that is individually defined for each database management system. A client function processing system will be created using the provided application interface for database access (including communication protocol).

【0006】ところが、imformixやORACLEといっ
た異なったデータベースでは、ネットワークを通じてそ
れぞれのデータースにアクセスするためのアプリケーシ
ョンインタフェースが異なるために、異なるデータベー
スに対する問合せシステムを作成するためには、その都
度、クライアント機能の処理系のプログラム作成におい
て、そのデータベースアクセス部分を作り直さなければ
ならなかった。また、クライアント機能の処理系のプロ
グラムを作成するためには、これらのデータベースアク
セス部分が完成していなければ、他の部分が作成されて
いてもデバッグすることができないという問題点もあ
る。
However, different databases such as imformix and ORACLE have different application interfaces for accessing the respective databases through the network. Therefore, in order to create an inquiry system for different databases, the processing of the client function is performed each time. In order to create a system program, the database access part had to be recreated. Further, in order to create a program for the processing system of the client function, if these database access parts are not completed, there is a problem that it is not possible to debug even if other parts are created.

【0007】これに対しては、例えば特開平1−177
634号公報に記載されている「計算機間データベース
アクセス方式」の提案のように、データベースの検索結
果のみをデータ要求側に返し、結果データのみを入力し
て処理を行うようにシステムを構成する提案がある。こ
れによると、複雑なデータベースアクセス部分の作成を
必要としないので、クライアント機能の処理系のプログ
ラム作成時のデバッグにかかる問題は生じない。が、こ
のようなシステムにおいても、サーバプロセスとクライ
アントプロセスとの間の通信用には独自の通信経路(コ
ネクション)が必要であり、また、自サイトにおけるサ
ーバ/クライアント処理においては、特別な処理を行な
わなければならないという問題がある。
For this, for example, Japanese Unexamined Patent Publication No. 1-177.
Proposal of configuring the system to return only the database search result to the data requesting side and input only the result data for processing, as in the proposal of “inter-computer database access method” described in Japanese Patent No. 634 publication. There is. According to this, since it is not necessary to create a complicated database access part, there is no problem in debugging when creating a program of a client function processing system. However, even in such a system, a unique communication path (connection) is required for communication between the server process and the client process, and special processing is required for the server / client processing at the own site. There is a problem that must be done.

【0008】本発明は、上述のような問題を解決するた
めになされたものであり、本発明の目的は、複雑なデー
タベースアクセスプログラム作成を行うことなく、デー
タベースのデータ利用が容易に行えるファイルを用いた
データベース処理方法を提供することにある。
The present invention has been made in order to solve the above problems, and an object of the present invention is to create a file that allows easy use of database data without creating a complicated database access program. It is to provide a database processing method used.

【0009】[0009]

【課題を解決するための手段】上記のような目的を達成
するため、本発明のファイルを用いたデータベース処理
方法は、データベースに対するアクセスを行い、データ
べースから得たデータを用いてデータ処理を行うデータ
ベース処理方法であって、データベースに対する検索を
行い、検索結果をファイルに出力する第1のプロセス
と、前記検索結果が出力されたファイルを取り込み、デ
ータ処理を行う第2のプロセスとを有することを特徴と
する。
In order to achieve the above object, a database processing method using a file of the present invention is to access a database and perform data processing using data obtained from a database. A method for processing a database, comprising: a first process for searching a database and outputting a search result to a file; and a second process for fetching a file in which the search result is output and performing data processing. It is characterized by

【0010】[0010]

【作用】本発明のファイルを用いたデータベース処理方
法においては、データベースのサーバプロセスとクライ
アントプロセスと間の通信に、例えばネットワーク環境
のファイルを用いる。すなわち、サーバプロセスとなる
第1のプロセスでは、データベースの検索を行い検索結
果をファイルに出力する。クライアントプロセスとなる
第2プロセスでは、前記検索結果が出力されたファイル
を取り込み、データ処理を行う。このような第1プロセ
スおよび第2プロセスの処理を行い、この間のデータ通
信をネットワーク環境のファイルを介して行うことによ
り、データベースに対するアクセス処理を行い、データ
べースから得たデータを用いてデータ処理を行うことが
容易に行えることになる。
In the database processing method using a file of the present invention, a file in a network environment, for example, is used for communication between the database server process and the client process. That is, the first process, which is the server process, searches the database and outputs the search result to a file. The second process, which is the client process, takes in the file in which the search result is output and processes the data. By performing the processing of the first process and the second process as described above, and performing the data communication between them through the file of the network environment, the access processing to the database is performed, and the data obtained using the database is used. The processing can be easily performed.

【0011】このように、いわゆるネットワーク環境で
はオペレーティングシステム上においてネットワーク間
でのファイルの共有が可能であり、ファイルを介するこ
とにより、複雑な通信経路など考慮する必要はない。こ
のため、サーバプロセスとクライアントプロセスの各々
のプロセス実行が、ネットワーク環境では他のワークス
テーションでも実行可能となる。また、各々のプロセス
がネットワーク上で実行される上で何らの通信パスなど
考慮する必要はない。
As described above, in a so-called network environment, files can be shared between networks on the operating system, and it is not necessary to consider a complicated communication path or the like through the files. Therefore, each process of the server process and the client process can be executed by other workstations in the network environment. Moreover, it is not necessary to consider any communication path when each process is executed on the network.

【0012】このため、例えば、アプリケーションプロ
グラムにおけるデータベースの問合せ処理に関して、デ
ータベース検索処理と、検索結果の解析処理とを別プロ
セスとして実行し、更に、プロセス間のやり取りとし
て、データベースに依存しないネットワーク環境でのフ
ァイルを用いることにより、異なる多種類のデータベー
スに対しては、それぞれにデータベース検索処理プロセ
スを新たに作成するだけで、多種類のデータベースに対
して問合せを行なう処理系を容易に作成することができ
る。
For this reason, for example, in regard to the database inquiry processing in the application program, the database search processing and the search result analysis processing are executed as separate processes, and further, the communication between the processes is performed in a network environment not dependent on the database. By using this file, it is possible to easily create a processing system for making inquiries to various types of databases by simply creating new database search processing processes for different types of databases. it can.

【0013】また、これにより、データベース検索処理
と検索結果を利用する処理とを独立して設計し、製作す
ることができるので、データベースシステムの処理系を
短期間に作成することができる。更に、データベース検
索処理系が作成されていなくても、データベース検索に
よって得られる結果と同様な検索結果のファイルを、別
ファイルとして予じめ作成しておくことにより、検索結
果の処理系を作成することができ、しかも作成した処理
系のデバッグを容易に行うことができる。
Further, since the database search process and the process of using the search result can be designed and manufactured independently of each other, the processing system of the database system can be created in a short time. Further, even if the database search processing system is not created, a search result processing system similar to the result obtained by the database search is created in advance as a separate file to create a search result processing system. In addition, it is possible to easily debug the created processing system.

【0014】[0014]

【実施例】以下、本発明の一実施例を図面を参照して具
体的に説明する。図1は本発明のファイルを用いたデー
タベース処理方法を一態様で実施するシステムにおける
処理の流れを説明するブロック図である。図1におい
て、11は第1のデータベース(informix)、12は第
2のデータベース(ORACLE)、13はデータベー
ス検索プロセス、14は検索結果ファイル、15は検索
結果処理プロセスである。また、16は印刷装置、17
はディスプレイ装置である。ここでのデータベース処理
システムの基本構成は、図1に示すように、処理系がデ
ータベース検索プロセス13と検索結果処理プロセス1
5との2つのプロセスから構成され、これらの2つのプ
ロセスの間の通信を行うためのデータベースに依存しな
い例えばネットワーク環境の検索結果ファイル14とを
含んで構成される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be specifically described below with reference to the drawings. FIG. 1 is a block diagram illustrating the flow of processing in a system that implements the database processing method using files of the present invention in one aspect. In FIG. 1, 11 is a first database (informix), 12 is a second database (ORACLE), 13 is a database search process, 14 is a search result file, and 15 is a search result processing process. Further, 16 is a printing device, 17
Is a display device. In the basic configuration of the database processing system here, as shown in FIG. 1, the processing system includes a database search process 13 and a search result processing process 1.
5, and a search result file 14 of, for example, a network environment, which does not depend on a database for performing communication between these two processes.

【0015】ここでのデータベース処理方法では、デー
タベース検索プロセス13が、例えば、第1のデータベ
ース11に対する検索を行い、検索結果を検索結果ファ
イル14に出力する。または、データベース検索プロセ
ス13が、例えば、第2のデータベース12に対する検
索を行い、同じく、検索結果を検索結果ファイル14に
出力する。検索結果が出力された検索結果ファイル14
は、次に、検索結果処理プロセス15に取り込まれ、検
索結果ファイル14を利用したデータ処理を行う。この
データ処理の結果は、印刷装置16により印刷され、ま
た、ディスプレイ装置17により表示される。これによ
り、結果的にデータベースシステムと同様なデータベー
スに対するアクセスを行い、データべースから得たデー
タを利用したデータ処理を行うことが可能になる。
In the database processing method here, the database search process 13 searches the first database 11, for example, and outputs the search result to the search result file 14. Alternatively, the database search process 13 performs, for example, a search on the second database 12, and similarly outputs the search result to the search result file 14. Search result file 14 with the search results output
Next, the data is loaded into the search result processing process 15 and data processing using the search result file 14 is performed. The result of this data processing is printed by the printing device 16 and displayed by the display device 17. As a result, it becomes possible to access the same database as the database system and perform data processing using the data obtained from the database.

【0016】図2は、本発明の一実施例にかかるデータ
ベース問合せシステムの構成を説明するブロック図であ
る。図2において、20はネットワーク(LAN)、2
1は第1のデータベース(ORACLE)、22は第1
のデータベースサーバ、23は第1のデータベース検索
プロセス、24は第2のデータベース(informix)、2
5は第2のデータベースサーバ、26は第2のデータベ
ース検索プロセスである。また、27は第1のワークス
テーション、28は第2のワークステーションである。
29は第3のワークステーションである。31はキーボ
ード、32は検索処理プロセス、33は検索結果ファイ
ル、34は検索結果処理プロセス、35は表示端末装
置、36は印刷装置である。
FIG. 2 is a block diagram for explaining the configuration of the database inquiry system according to the embodiment of the present invention. In FIG. 2, 20 is a network (LAN), 2
1 is the first database (ORACLE), 22 is the first
Database server, 23 is a first database search process, 24 is a second database (informix), 2
5 is a second database server, and 26 is a second database search process. Further, 27 is a first workstation and 28 is a second workstation.
29 is a third workstation. Reference numeral 31 is a keyboard, 32 is a search processing process, 33 is a search result file, 34 is a search result processing process, 35 is a display terminal device, and 36 is a printing device.

【0017】次に、図2に示すデータベース問合せシス
テムの動作について説明する。エンドユーザが、例え
ば、第3のワークステーション29において、キーボー
ド31の操作により、検索処理プロセス32を起動する
ことにより、データベースの問合せを行うことが可能な
データベース問合せシステムが起動された状態となる。
データベースに対する問合せを行う場合、検索処理プロ
セス32が、キーボード31によりユーザから入力され
たSQLコマンドや内部で構成されたSQLコマンド列
を引数として、第1のデータベース検索プロセス23ま
たは第2のデータベース検索プロセス26を起動する。
起動された第1のデータベース検索プロセス23または
第2のデータベース検索プロセス26では、それぞれの
データベース用アクセスインタフェースを用いて渡され
たSQLコマンドを、第1のデータベースサーバ22お
よび第2のデータベースサーバ25にそれぞれ送信す
る。
Next, the operation of the database inquiry system shown in FIG. 2 will be described. For example, in the third workstation 29, the end user activates the search processing process 32 by operating the keyboard 31, whereby the database inquiry system capable of inquiring the database is activated.
When making an inquiry to the database, the search processing process 32 uses the SQL command input by the user from the keyboard 31 or the SQL command string internally configured as an argument to search the first database search process 23 or the second database search process. 26 is activated.
In the activated first database search process 23 or second database search process 26, the SQL command passed using the respective database access interface is sent to the first database server 22 and the second database server 25. Send each.

【0018】例えば、第1のデータベースサーバ22に
おいては、渡されたSQLコマンドにより各々のデータ
ベース21に対する検索処理を行い、その検索処理の結
果を得た後、その結果を第1のデータベース検索プロセ
ス23を介して、ファイルデータとして検索結果ファイ
ル33に出力する。検索結果処理プロセス34は、この
場合はデータベース検索プロセス23より得られた検索
結果フィイル33のファイルデータを読み込み、表示端
末装置35上に結果を表示したり、あるいは検索結果に
何らかの処理を行った後、接続されている印刷装置36
などによりデータを印刷することになる。
For example, in the first database server 22, a search process is performed on each database 21 by the passed SQL command, the result of the search process is obtained, and then the result is obtained by the first database search process 23. Is output to the search result file 33 as file data. In this case, the search result processing process 34 reads the file data of the search result file 33 obtained from the database search process 23, displays the result on the display terminal device 35, or performs some processing on the search result. , Connected printing device 36
Data will be printed due to the above.

【0019】図3は、データベース検索プロセスより得
られた検索結果ファイルの一例を示す図である。前述し
た図2に示したデータベース問合せシステムは、inform
ixのデータベースまたはORACLEのデータベースの
データを利用する実施例であるが、この場合、例えば、
検索結果をそのまま表形式のファイルにした場合に、図
3に示すように、データベースの検索結果が、テキスト
ファイル40のファイルデータとしてそのままの形式で
得られるので、例えば、データベースにおけるデータの
確認(表示)だけのシステムであると、検索結果処理プ
ロセスに殆ど手を加えることなく、各々のデータベース
に対してデータベース検索プロセス(23,26)をそ
れぞれに作成するだけで、データベース処理システムの
処理系を容易に作成することができ、色々なデータベー
スにおけるデータを利用することが可能なデータベース
処理システムを構築できる。
FIG. 3 is a diagram showing an example of a search result file obtained by the database search process. The database inquiry system shown in FIG.
In this embodiment, the data of the ix database or the ORACLE database is used. In this case, for example,
When the search result is directly converted into a tabular file, the search result of the database can be obtained as the file data of the text file 40 in the same format as shown in FIG. ) Only system, the processing system of the database processing system is easy by creating the database search process (23, 26) for each database with almost no modification to the search result processing process. It is possible to construct a database processing system that can be created in the database and can use data in various databases.

【0020】この場合に、また、検索結果ファイルが、
例えば、図3に示すように、テキストファイル40とな
る場合には、テキストエディタなどを利用して、その検
索結果と同様なテキストファイルを用意するだけで、検
索結果処理プロセスのデバッグも容易に行える。
In this case, again, the search result file is
For example, as shown in FIG. 3, in the case of the text file 40, a text editor similar to the above can be used to prepare a text file similar to the search result to easily debug the search result processing process. .

【0021】また、データベースシステムを他のネット
ワーク上で動作させる場合にも、PC−NFSなどで提
供されているネットワーク間のファイルの送受信とプロ
グラム起動手段が提供されているネットワーク環境にお
いては、本実施例の構成のように、データベース検索プ
ロセスおよび検索結果処理プロセスの2つのプロセスか
らなる構成を、ネットワーク環境にそのまま利用するだ
けでデータベース処理システムを実現することができ
る。
Further, even when the database system is operated on another network, this embodiment is performed in a network environment in which file transmission / reception between networks and program starting means provided by PC-NFS or the like are provided. The database processing system can be realized by simply using the configuration including two processes of the database search process and the search result processing process in the network environment as in the example configuration.

【0022】本実施例のようなデータベース検索プロセ
スおよび検索結果処理プロセスの2つのプロセスから構
成されるデータベース処理システムによれば、例えば、
ネットワーク環境を用いることにより、他の高性能なワ
ークステーションやホスト計算機において、リレーショ
ナルデータベースに対するデータベース検索プロセスを
行なわせ、検索結果処理プロセスは、パソコン(パーソ
ナルコンピュータ)などの廉価な計算機上で動作させる
ようにして、データベース処理システムを構築すること
も可能である。
According to the database processing system composed of two processes of the database search process and the search result processing process as in this embodiment, for example,
By using a network environment, let other high-performance workstations and host computers perform a database search process for relational databases, and the search result processing process should run on a low-cost computer such as a personal computer (personal computer). Then, it is also possible to construct a database processing system.

【0023】また、データベース検索プロセスと、検索
結果処理プロセスとの間でやり取りされるファイルを、
通常のテキストエディタで編集可能なASCII文字ま
たはEUC文字列からなる図3のようなテキストファイ
ルにすることにより、容易にテスト用の検索結果データ
の作成が容易となる。
Further, the files exchanged between the database search process and the search result processing process are
By using a text file as shown in FIG. 3 consisting of ASCII characters or EUC character strings that can be edited with a normal text editor, it becomes easy to easily create search result data for testing.

【0024】[0024]

【発明の効果】以上に、説明したように、本発明のファ
イルを用いたデータベース処理方法によれば、データベ
ースの問合せ処理を、データベース検索処理と、検索結
果の解析処理とを別プロセスとして実行し、更に、プロ
セス間のやり取りとして、データベースに依存しないフ
ァイルを用いることにより、データベース検索処理プロ
セスを新たに作成するだけで、多種類のデータベースに
対して問合せを行なう処理系を容易に作成することがで
きる。これにより、複雑なプログラム作成を行うことな
く、データベースのデータ利用が容易に可能になるデー
タベース処理システムが構築できる。
As described above, according to the database processing method using a file of the present invention, the database inquiry process is executed as a separate process of the database search process and the search result analysis process. Moreover, by using a file that does not depend on the database as an exchange between processes, it is possible to easily create a processing system for making inquiries to various types of databases simply by creating a new database search processing process. it can. As a result, it is possible to construct a database processing system that enables easy use of database data without creating a complicated program.

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

【図1】 図1は本発明のファイルを用いたデータベー
ス処理方法を一態様で実施するシステムにおける処理の
流れを説明するブロック図、
FIG. 1 is a block diagram illustrating a processing flow in a system that implements a database processing method using a file of the present invention in one aspect;

【図2】 図2は本発明の一実施例にかかるデータベー
ス問合せシステムの構成を説明するブロック図、
FIG. 2 is a block diagram illustrating a configuration of a database inquiry system according to an embodiment of the present invention,

【図3】 図3はデータベース検索プロセスより得られ
た検索結果ファイルの一例を示す図である。
FIG. 3 is a diagram showing an example of a search result file obtained by a database search process.

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

11…第1のデータベース(informix)、12…第2の
データベース(ORACLE)、13…データベース検
索プロセス、14…検索結果ファイル、15…検索結果
処理プロセス、16…印刷装置、17…ディスプレイ装
置、20…ネットワーク(LAN)、21…第1のデー
タベース(ORACLE)、22…第1のデータベース
サーバ、23…第1のデータベース検索プロセス、24
…第2のデータベース(informix)、25…第2のデー
タベースサーバ、26…第2のデータベース検索プロセ
ス、27…第1のワークステーション、28…第2のワ
ークステーション、29…第3のワークステーション、
31…キーボード、32…検索処理プロセス、33…検
索結果ファイル、34…検索結果処理プロセス、35…
表示端末装置、36…印刷装置、40…テキストファイ
ル。
11 ... 1st database (informix), 12 ... 2nd database (ORACLE), 13 ... Database search process, 14 ... Search result file, 15 ... Search result processing process, 16 ... Printing device, 17 ... Display device, 20 ... network (LAN), 21 ... first database (ORACE), 22 ... first database server, 23 ... first database search process, 24
... second database (informix), 25 ... second database server, 26 ... second database search process, 27 ... first workstation, 28 ... second workstation, 29 ... third workstation,
31 ... Keyboard, 32 ... Search processing process, 33 ... Search result file, 34 ... Search result processing process, 35 ...
Display terminal device, 36 ... Printing device, 40 ... Text file.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データベースに対するアクセスを行い、
データべースから得たデータを用いてデータ処理を行う
データベース処理方法であって、 データベースに対する検索を行い、検索結果をファイル
に出力する第1のプロセスと、 前記検索結果が出力されたファイルを取り込み、データ
処理を行う第2のプロセスとを有することを特徴とする
ファイルを用いたデータベース処理方法。
1. Accessing a database,
A database processing method for performing data processing using data obtained from a database, comprising a first process of searching a database and outputting a search result to a file, and a file to which the search result is output. A database processing method using a file, comprising: a second process for capturing and processing data.
JP5048778A 1993-02-16 1993-02-16 Data base processing method using file Pending JPH06243002A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5048778A JPH06243002A (en) 1993-02-16 1993-02-16 Data base processing method using file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5048778A JPH06243002A (en) 1993-02-16 1993-02-16 Data base processing method using file

Publications (1)

Publication Number Publication Date
JPH06243002A true JPH06243002A (en) 1994-09-02

Family

ID=12812721

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5048778A Pending JPH06243002A (en) 1993-02-16 1993-02-16 Data base processing method using file

Country Status (1)

Country Link
JP (1) JPH06243002A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11282733A (en) * 1998-03-31 1999-10-15 Nec Software Chugoku Ltd Database access device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11282733A (en) * 1998-03-31 1999-10-15 Nec Software Chugoku Ltd Database access device

Similar Documents

Publication Publication Date Title
US7165073B2 (en) Dynamic, hierarchical data exchange system
US7665064B2 (en) Systems and methods for web service function, definition, implementation, and/or execution
Dowler et al. Table access protocol version 1.0
US5809248A (en) Method and apparatus for front end navigator and network architecture for performing functions on distributed files in a computer network
US6889260B1 (en) Method and system for transferring information
EP1166524B1 (en) Providing clients with services that retrieve data from data sources that do not necessarily support the format required by the clients
US7577900B2 (en) Mechanism for maintaining data format synchronization between different entities
AU2004200472B2 (en) Declarative sequenced report parameterization
JP2008516338A (en) Interpreting command scripts using local and extended storage for command indexing
US7363327B2 (en) Change log handler for synchronizing data sources
JPH11167584A (en) Page shift method and its execution device and medium recording page shift processing program and data
US7640261B2 (en) Apparatus and method for processing data corresponding to multiple COBOL data record schemas
US20030212647A1 (en) Method, system and program product for maintaining a change history for a database design
US20070094289A1 (en) Dynamic, hierarchical data exchange system
US11620282B2 (en) Automated information retrieval system and semantic parsing
JPH06243002A (en) Data base processing method using file
KR100545348B1 (en) An integrated development system for a SyncML server application development
US20050267909A1 (en) Storing multipart XML documents
JPH0619756A (en) Edi format conversion method
JP2003242127A (en) Business integrated system
US20230367786A1 (en) Unified cloud storage data processing framework for multi-source systems
JP4708685B2 (en) CLI command input method / program / program recording medium / device, data recording medium
CN114996345B (en) Online service combination method based on OGC network processing service
US20070294267A1 (en) Apparatus and method for processing of COBOL nested data record schemas
JPH1153234A (en) Database utilization system