JPH07141237A - Data base access control unit - Google Patents

Data base access control unit

Info

Publication number
JPH07141237A
JPH07141237A JP5311301A JP31130193A JPH07141237A JP H07141237 A JPH07141237 A JP H07141237A JP 5311301 A JP5311301 A JP 5311301A JP 31130193 A JP31130193 A JP 31130193A JP H07141237 A JPH07141237 A JP H07141237A
Authority
JP
Japan
Prior art keywords
file
database
conversion
current program
control processing
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
JP5311301A
Other languages
Japanese (ja)
Inventor
Masaaki Oka
雅明 岡
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 JP5311301A priority Critical patent/JPH07141237A/en
Publication of JPH07141237A publication Critical patent/JPH07141237A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To enable plural programs to share data by constituting a data base by introducing a data base management system for plural files which the program group accesses. CONSTITUTION:This data base access control unit consists of a conversion information file 5 which stores the order of conversion of a file access instruction into a data base access instruction, an SQL conversion/control processing part 6 which performs the conversion of the access instruction and control over information by using the conversion information file 5, a data base constitution object file management table 3 in which files put in the data base among files that a current program accesses are registered, and a file management system part 2 of a computer operating system to which a routine for linkage with the SQL conversion/control processing part 6 by using the data base constitution object file management table 3 when the corresponding file is not found on the computer at the time of file access by the current program is added.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数ファイルをアクセ
スするプログラム群を有する計算機システムのデータベ
ースアクセス制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database access control device for a computer system having a program group for accessing a plurality of files.

【0002】[0002]

【従来の技術】ある計算機内のプログラム群がアクセス
する複数ファイルに対し、データベース管理システムを
導入してデータベース化し、これら複数のプログラム間
でデータの共有化を図ることは、これまで複数業務が各
々参照/更新していた同一情報の一元管理を得ることが
でき、メリットが大きい。
2. Description of the Related Art For a plurality of files accessed by a program group in a computer, a database management system has been introduced to create a database, and data sharing between these multiple programs has hitherto been performed by multiple businesses. It is possible to obtain centralized management of the same information that has been referred / updated, which is a great advantage.

【0003】[0003]

【発明が解決しようとする課題】しかし、いざデータベ
ース化を実現する場合には、ファイル上のデータをアク
セスしていたプログラム群の抜本的な改造あるいはプロ
グラム群の再構築が必要となり、膨大な改造/試験作業
が発生していた。本発明は上記事情に鑑みてなされたも
のであり、データベースを用いていない現行システムに
データベース管理システムを導入するに際して、現行プ
ログラムに改造を加えずに、あるいは少ない改造量でデ
ータベース化し、現行システムと同等の機能を実現する
ことの可能なデータベースアクセス制御装置を提供する
ことを目的としている。
However, in order to realize a database, it is necessary to radically reconstruct the program group that accessed the data on the file or reconstruct the program group, which is a huge remodeling. / Test work was occurring. The present invention has been made in view of the above circumstances, and when introducing a database management system to a current system that does not use a database, the current program is converted into a database without modification, or with a small modification amount, and It is an object of the present invention to provide a database access control device capable of realizing equivalent functions.

【0004】[0004]

【課題を解決するための手段】本発明の[請求項1]に
係るデータベースアクセス制御装置は、複数ファイルを
アクセスするプログラム群を有し、それら複数ファイル
のデータを取り込んだデータベースを管理するデータベ
ース管理システムを有する計算機システムにおいて、フ
ァイルアクセス命令をデータベースアクセス命令に変換
する手順を記憶する変換情報ファイルと、変換情報ファ
イルを用いてアクセス命令の変換と情報の制御を行なう
SQL変換/制御処理部と、現行プログラムがアクセス
するファイルの内でデータベース化を図ったファイルを
登録しておくデータベース化対象ファイル管理テーブル
と、現行プログラムのファイルアクセス時に当該計算機
上に該当ファイルが見つからないとき前記データベース
化対象ファイル管理テーブルを用いて前述のSQL変換
/制御処理部との連係を図るルーチンを追加した当該計
算機オペレーティングシステムのファイルマネジメント
システム部とから構成した。
A database access control apparatus according to a first aspect of the present invention has a group of programs for accessing a plurality of files, and manages a database in which data of the plurality of files is fetched. In a computer system having a system, a conversion information file that stores a procedure for converting a file access command into a database access command, and an SQL conversion / control processing unit that performs conversion of an access command and control of information using the conversion information file, Among the files accessed by the current program, the database conversion target file management table for registering the database-converted files, and the database conversion target file management table when the corresponding file cannot be found on the computer when accessing the current program file It was composed of a file management system of the computer operating system by adding a routine to achieve integration with SQL conversion / control processing unit described above with reference to tables.

【0005】本発明の[請求項2]に係るデータベース
アクセス制御装置は[請求項1]において、現行プログ
ラム群内に、ファイルをアクセスするように設計/製造
されている現行プログラムのファイルI/O命令部を、
SQL変換/制御処理部が認識できる簡易命令に変更し
たデータベースI/O命令部に改造して設けた。
The database access control device according to [Claim 2] of the present invention is [Claim 1] wherein the file I / O of the current program designed / manufactured to access the file in the current program group. Command section,
The database I / O command unit is modified to a simple command that can be recognized by the SQL conversion / control processing unit.

【0006】本発明の[請求項3]に係るデータベース
アクセス制御装置は、現行プログラム群と、現行プログ
ラムのファイルI/O命令部を、SQL変換/制御処理
部が認識できる簡易命令に変更したデータベースI/O
命令部とからなる現行プログラム群と、変換情報ファイ
ルを有するSQL変換/制御処理部とからなる制御装置
において、前記両者間にSQL変換/制御処理部を設け
て制御処理するように構成した。
In the database access control apparatus according to [Claim 3] of the present invention, the database in which the current program group and the file I / O command part of the current program are changed to simple commands that can be recognized by the SQL conversion / control processing part. I / O
In a control device including a current program group including a command section and an SQL conversion / control processing section having a conversion information file, an SQL conversion / control processing section is provided between the two to perform control processing.

【0007】[0007]

【作用】本発明の[請求項1]に係るデータベースアク
セス制御装置は、現行プログラムがファイルアクセス要
求を行なった際に、その要求を受けたOSではファイル
マネジメントシステム部が当該計算機上に該当ファイル
を探しにいき、当該ファイルが見つからなかった場合に
は、データベース化対象ファイル管理テーブルを参照し
て、そこに当該ファイルが登録されていれば前述のSQ
L変換/制御処理部を起動する。SQL変換/制御処理
部では、変換情報ファイルの内容を参照して、データベ
ース管理システムとの間でデータベースとのアクセスを
実現し、プログラムが要求するデータを返却する場合に
は再度OSに割り込みをかけて、ファイルマネジメント
システム部を通して現行プログラムとの連係をとるよう
に作用する。
In the database access control apparatus according to the first aspect of the present invention, when the current program makes a file access request, the file management system unit of the OS which has received the request makes the corresponding file on the computer. Go to the search and if the file is not found, refer to the database management target file management table, and if the file is registered there, use the above SQ.
The L conversion / control processing unit is activated. The SQL conversion / control processing unit refers to the contents of the conversion information file to realize access to the database with the database management system, and interrupts the OS again when returning the data requested by the program. The file management system unit works to link with the current program.

【0008】本発明の[請求項2]に係るデータベース
アクセス制御装置は、現行プログラムのファイルI/O
に対応した簡易命令が呼ばれる都度、SQL変換/制御
処理部と連動し、データベースをアクセス制御するよう
に作用する。
The database access control apparatus according to the second aspect of the present invention is the file I / O of the current program.
Each time a simple command corresponding to is called, it works in conjunction with the SQL conversion / control processing unit to control access to the database.

【0009】本発明の[請求項3]に係るデータベース
アクセス制御装置は、現行プログラム群が動作する計算
機とデータベースを有する計算機とが異なる構成におい
ても、その間にネットワーク処理部を設けて、ネットワ
ークアクセス処理ができるようにした。
The database access control apparatus according to the third aspect of the present invention provides a network processing unit between the computers running the current program group and the computer having the database even if the computer running the current program group and the computer having the database are different. I was able to do it.

【0010】[0010]

【実施例】以下図面を参照して実施例を説明する。本発
明の[請求項1]に係るデータベースアクセス制御装置
の実施例を図1を用いて説明する。図1において1はフ
ァイル入出力処理を要求する現行プログラム群、2は現
行プログラム群のファイル入出力を管理するOSの一部
であり、ファイルアクセス時のエラー処理としてデータ
ベースアクセスを行なうルーチンを追加したファイルマ
ネジメントシステム部、3は現行プログラムがアクセス
していたファイルでデータベース化したファイル名を登
録するデータベース化対象ファイル管理テーブルであ
る。
Embodiments will be described below with reference to the drawings. An embodiment of the database access control device according to [claim 1] of the present invention will be described with reference to FIG. In FIG. 1, 1 is a current program group that requests file input / output processing, and 2 is a part of an OS that manages file input / output of the current program group. A routine for accessing a database is added as an error processing at the time of file access. The file management system unit 3 is a database management target file management table for registering a file name of a file which is a database accessed by the current program.

【0011】4は現行プログラムが有するデータをも取
り込んだデータベースをもつデータベース管理システ
ム、5は現行プログラム群から出された命令とデータベ
ース管理システム4に働きかける命令とを対応づける変
換ルールを記述した変換情報ファイル、6は現行プログ
ラム群1からの命令をデータベース用の言語に変換した
り、データベース管理システムから返却されたデータを
現行プログラムに戻すSQL変換/制御処理部を示して
いる。
Reference numeral 4 is a database management system having a database that also takes in the data of the current program. Reference numeral 5 is conversion information describing conversion rules for associating an instruction issued from the current program group with an instruction to act on the database management system 4. Reference numeral 6 denotes a SQL conversion / control processing unit for converting the command from the current program group 1 into a database language and for returning the data returned from the database management system to the current program.

【0012】次に作用について説明する。先ず図1にお
けるファイルマネジメントシステム部2の作用を図2を
用いて説明し、SQL変換/制御処理部6の作用を図3
を用いて説明する。なお、図3でポイントとなる変換情
報ファイル5の内容を図4を用いて説明する。そして図
2では、現行プログラム群1が行なうファイルI/O処
理に対するファイルマネジメントシステム部2の作用を
示している。
Next, the operation will be described. First, the operation of the file management system unit 2 in FIG. 1 will be described with reference to FIG. 2, and the operation of the SQL conversion / control processing unit 6 will be described with reference to FIG.
Will be explained. The contents of the conversion information file 5, which is a point in FIG. 3, will be described with reference to FIG. 2 shows the operation of the file management system unit 2 on the file I / O processing performed by the current program group 1.

【0013】現行プログラム群1があるファイルアクセ
スを要求すると、ファイルマネジメントシステム部が実
行される。ステップS21の当該ファイルがあるかという
判断に対し、真であればステップS22にて通常のOS処
理に沿ってファイルI/O処理を実施し、ステップS23
へ移って現行プログラム群に制御を戻す処理を実施す
る。ステップS21の判断に対して疑であれば、ステップ
S24にてデータベース化対象ファイル管理テーブルを参
照する処理を行ない、ステップS25にて当該ファイルが
登録されているかどうかの判断を実施する。ステップS
25の判断に対して疑であれば、通常のファイルI/O時
のエラー処理と同様にステップS26のエラー処理(要求
されたファイルが存在しない)を実施し、ステップS23
の現行プログラム群に制御を戻す処理を行なう。
When the current program group 1 requests a certain file access, the file management system unit is executed. If it is true to the determination in step S21 as to whether or not the file exists, file I / O processing is performed according to normal OS processing in step S22, and then step S23.
Then, the process for returning control to the current program group is executed. If there is any doubt about the determination in step S21, a process for referring to the database conversion target file management table is performed in step S24, and it is determined in step S25 whether the file is registered. Step S
If the judgment in 25 is suspicious, the error process of step S26 (the requested file does not exist) is executed similarly to the error process at the time of normal file I / O, and step S23 is executed.
Processing for returning control to the current program group of.

【0014】ステップS25の判断に対し真であれば、ス
テップS27のSQL変換/制御処理部との連係をとる処
理を行なって結果を得て、ステップS23の現行プログラ
ム群に制御を戻す処理を行なって処理を終了する。図2
に示した作用により、現行プログラム群は現行通りのフ
ァイルI/O処理を行なっているが如くに、データベー
スからの情報を得ることができる。次に、前記図2のス
テップS27によりSQL変換/制御処理部と連係をとる
処理の内容を説明する。
If the judgment in step S25 is true, a process for linking with the SQL conversion / control processing unit in step S27 is performed to obtain a result, and a process for returning control to the current program group in step S23 is performed. Ends the process. Figure 2
With the operation shown in (1), it is possible to obtain information from the database as if the current program group is performing the file I / O processing as it is currently. Next, the contents of the processing associated with the SQL conversion / control processing unit in step S27 of FIG. 2 will be described.

【0015】図3はSQL変換/制御処理部6が現行プ
ログラム群1の命令とデータベース管理システム4との
間に位置して情報の変換/制御を行なう作用を示した図
である。ここでは、COBOL言語で作られている現行
プログラムからのファイル読み込み(ACCESS MODE IS S
EQUENTIAL )命令に対し、データベースアクセス処理を
実施した場合の例を示している。現行プログラム群1の
指示を受けてファイルマネジメントシステム部2が出し
た21〜23のI/O命令〜は、当該プログラム対応の
SQL変換/制御処理部6に渡され、変換情報ファイル
(図中の5)の内容を基に必要な処理を実行する。
FIG. 3 is a diagram showing the operation of the SQL conversion / control processing unit 6 located between the command of the current program group 1 and the database management system 4 for converting / controlling information. Here, the file read from the current program (ACCESS MODE IS S
EQUENTIAL) instruction, an example is shown in which database access processing is performed. The I / O commands 21 to 23 issued by the file management system unit 2 in response to the instruction of the current program group 1 are passed to the SQL conversion / control processing unit 6 corresponding to the program, and the conversion information file (in the figure, Necessary processing is executed based on the contents of 5).

【0016】具体的には21のI/O命令(OPEN)に対
して、24〜26のSQL−1〜−3の命令を実行する
ことが変換情報ファイル5に記憶されており、本命令に
従ってデータベース管理システム4に対して必要の処理
を要求し、そこで24〜26のSQL−1〜−3の処理
は実行される。以下同様に、22のI/O命令(READ)
に対してはデータベース側でSQL(FETCH )27が処
理実行され、データベース側のデータは現行プログラム
側へ取り込まれる。23のI/O命令(CLOSE)に対し
ても、対応するSQL(COMMIT WORK )28が処理実行
される。図3に示した作用をより分かりやすくするため
に、変換情報ファイル5の内容を以下に示す。
Specifically, it is stored in the conversion information file 5 that the commands of SQL-1 to -3 of 24 to 26 are executed with respect to 21 I / O commands (OPEN). A required process is requested of the database management system 4, and the processes of SQL-1 to -3 of 24 to 26 are executed there. Similarly, 22 I / O commands (READ)
In response to this, SQL (FETCH) 27 is processed on the database side, and the data on the database side is fetched into the current program side. The corresponding SQL (COMMIT WORK) 28 is also processed for the I / O command (CLOSE) of 23. In order to make the operation shown in FIG. 3 easier to understand, the contents of the conversion information file 5 are shown below.

【0017】図4は図3の中で示した作用に対応する変
換情報ファイル5の内容を例として示したものである。
変換情報ファイル5には、COBOLの命令とデータベ
ース言語であるSQLの命令との対応を記述した命令対
応記述部31や、ファイルアクセス時のレコード構成とデ
ータベースのテーブル構成との対応を記述したデータ構
成対応記述部32が存在している。命令対応記述部31に
は、OPENやREAD等のCOBOL言語のファイル
アクセス命令がSHARE形態やI/Oモードといった
付加情報のレベルまで含めた形で記述されている。又、
データ構成対応記述部32には、現行ファイルアクセス時
のレコードがデータベースとして正規化されたテーブル
のどのデータに対応するかといった情報が記述されてい
る。上記は図2〜図4で説明した作用を組み合わせた形
で、本発明による作用は実現される。
FIG. 4 shows the contents of the conversion information file 5 corresponding to the operation shown in FIG. 3 as an example.
The conversion information file 5 includes a command correspondence description section 31 that describes the correspondence between COBOL commands and SQL commands, which is a database language, and a data structure that describes the correspondence between the record structure during file access and the database table structure. The correspondence description part 32 exists. In the instruction correspondence description section 31, file access instructions in COBOL language such as OPEN and READ are described in a form including the level of additional information such as SHARE form and I / O mode. or,
In the data structure correspondence description part 32, information such as which data in the table normalized as the database when the current file is accessed is described. The above is a combination of the operations described in FIGS. 2 to 4, and the operation according to the present invention is realized.

【0018】上記実施例によれば現行プログラムの処理
を変更することなく、データベースから情報を得るプロ
グラム及びシステムへと移行することができる。これに
より、複数プログラム間でデータの共有やデータの一元
管理が可能となり、データベース化の恩恵を得ることが
できる。又、データベース化を図るための作業量は、現
行プログラムの変更作業が不要となることから、現行プ
ログラムの処理全体を見直してシステム全体を再構築す
る従来の方法と比べて格段に少なくてすむことが期待で
きる。
According to the above embodiment, it is possible to shift to the program and system for obtaining information from the database without changing the processing of the current program. As a result, it becomes possible to share data among a plurality of programs and to centrally manage the data, and it is possible to obtain the benefit of making a database. In addition, the amount of work required to build a database is much less than the conventional method of reviewing the entire processing of the current program and rebuilding the entire system because the work of changing the current program is unnecessary. Can be expected.

【0019】図5は他の実施例の構成図である。本実施
例では少ない改造量で現行プログラム群をデータベース
化して課題を達成するようにしたものである。図におい
て、1はファイルI/O命令部をSQL変換/制御処理
部6が認識できる簡易命令に改造してデータベースI/
O命令部とした現行プログラム群であり、4は現行プロ
グラム群の有するデータをも取り込んだデータベースを
有するデータベース管理システムである。1の現行プロ
グラム群から出された命令は、変換情報ファイル5の内
容を基に、SQL変換/制御処理部6がデータベース向
けの言語に変換し情報受け渡しの処理を行なったり、デ
ータベース管理システム4から返却された情報を現行プ
ログラム群1に戻すSQL変換/制御処理部を示してい
る。
FIG. 5 is a block diagram of another embodiment. In this embodiment, the present program group is converted into a database with a small amount of modification to achieve the task. In FIG. 1, reference numeral 1 is a database I / O obtained by modifying the file I / O command unit into a simple command that can be recognized by the SQL conversion / control processing unit 6.
A current program group as an O command section, and 4 is a database management system having a database that also takes in the data of the current program group. Based on the contents of the conversion information file 5, the SQL conversion / control processing unit 6 converts the command issued from the current program group No. 1 into the language for the database to perform the information transfer processing, or from the database management system 4. The SQL conversion / control processing unit for returning the returned information to the current program group 1 is shown.

【0020】図6は更に他の実施例の構成図である。本
実施例では現行プログラムの動作する計算機とデータベ
ースを有する計算機とが異なる構成としたものである。
現行プログラム群1が動作する計算機A(図中の7)と
は異なる計算機B(図中の8)に、データベース管理シ
ステム4を設ける。現行プログラム群1が出した命令
は、ネットワーク処理部9を介して、SQL変換/制御
処理部6へ渡される。SQL変換/制御処理部6は、変
換情報ファイル5の内容を基に、データベース管理シス
テム4へ渡す命令へ変換する。データベース用の言語と
なった命令はデータベース管理システム4において要求
された処理を行なった後、SQL変換/制御処理部6へ
とその結果を返却する。その返却された情報は、現行プ
ログラム群1にネットワーク処理部9を介して戻され、
あたかも現行プログラム群1がファイルシステムをアク
セスしたかの如く機能することができる。
FIG. 6 is a block diagram of still another embodiment. In this embodiment, a computer on which the current program operates and a computer having a database are configured differently.
The database management system 4 is provided in a computer B (8 in the figure) different from the computer A (7 in the figure) on which the current program group 1 operates. The command issued by the current program group 1 is passed to the SQL conversion / control processing unit 6 via the network processing unit 9. The SQL conversion / control processing unit 6 converts the content of the conversion information file 5 into an instruction to be passed to the database management system 4. The command in the language for the database performs the requested processing in the database management system 4, and then returns the result to the SQL conversion / control processing unit 6. The returned information is returned to the current program group 1 via the network processing unit 9,
It can function as if the current program group 1 accessed the file system.

【0021】[0021]

【発明の効果】以上説明したように、本発明によればデ
ータベース用のサーバマシンを現行システムのある計算
機と別に設ける場合にも、同一計算機にデータベースシ
ステムを構築する場合にも、データベースを用いていな
い現行システムのプログラムに改造を加えずに、あるい
は少ない改造量でデータベース化し、現行システムと同
様の機能を実現することが可能となる。又、新たにデー
タベースを直接アクセスすることのできる新規プログラ
ムを構築することができる。
As described above, according to the present invention, the database is used both when the server machine for the database is provided separately from the computer having the current system and when the database system is constructed on the same computer. It is possible to realize the same function as the current system by adding a database to the program of the existing system without modification or with a small modification amount. Further, it is possible to construct a new program that can directly access the database.

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

【図1】本発明によるデータベースアクセス制御装置の
一実施例を示す機能ブロック図。
FIG. 1 is a functional block diagram showing an embodiment of a database access control device according to the present invention.

【図2】ファイルマネジメントシステム部の作用の処理
フロー図。
FIG. 2 is a process flow chart of the operation of the file management system unit.

【図3】変換情報ファイル作用の一例を示す処理連係
図。
FIG. 3 is a process linkage diagram showing an example of a conversion information file action.

【図4】図3に示した変換情報ファイルを説明する図。FIG. 4 is a diagram for explaining the conversion information file shown in FIG.

【図5】図1を変形した他の実施例を示す機能ブロック
図。
5 is a functional block diagram showing another embodiment modified from FIG.

【図6】図5を変形した他の実施例を示す機能ブロック
図。
FIG. 6 is a functional block diagram showing another embodiment obtained by modifying FIG. 5;

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

1 現行プログラム群 2 ファイルマネジメントシステム部 3 データベース化対象ファイル管理テーブル 4 データベース管理システム 5 変換情報ファイル 6 SQL変換/制御処理部 7 計算機A(現行システムの動作する計算機) 8 計算機B(データベースサーバマシン) 9 ネットワーク処理部 1 current program group 2 file management system section 3 database management target file management table 4 database management system 5 conversion information file 6 SQL conversion / control processing section 7 computer A (computer running current system) 8 computer B (database server machine) 9 Network processing unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 複数ファイルをアクセスするプログラム
群を有し、それら複数ファイルのデータを取り込んだデ
ータベースを管理するデータベース管理システムを有す
る計算機システムにおいて、ファイルアクセス命令をデ
ータベースアクセス命令に変換する手順を記憶する変換
情報ファイルと、変換情報ファイルを用いてアクセス命
令の変換と情報の制御を行なうSQL変換/制御処理部
と、現行プログラムがアクセスするファイルの内でデー
タベース化を図ったファイルを登録しておくデータベー
ス化対象ファイル管理テーブルと、現行プログラムのフ
ァイルアクセス時に当該計算機上に該当ファイルが見つ
からないとき前記データベース化対象ファイル管理テー
ブルを用いて前述のSQL変換/制御処理部との連係を
図るルーチンを追加した当該計算機オペレーティングシ
ステムのファイルマネジメントシステム部とからなるこ
とを特徴とするデータベースアクセス制御装置。
1. A computer system having a program group for accessing a plurality of files and having a database management system for managing a database in which data of the plurality of files is fetched, storing a procedure for converting a file access instruction into a database access instruction. A conversion information file to be stored, an SQL conversion / control processing unit for converting an access command and controlling information using the conversion information file, and a file which is a database among the files accessed by the current program are registered. A routine for linking the database conversion target file management table and the above-mentioned SQL conversion / control processing unit using the database conversion target file management table when the corresponding file is not found on the computer when accessing the file of the current program is added. And a file management system part of the computer operating system.
【請求項2】 現行プログラム群内に、ファイルをアク
セスするように設計/製造されている現行プログラムの
ファイルI/O命令部を、SQL変換/制御処理部が認
識できる簡易命令に変更したデータベースI/O命令部
に改造して設けたことを特徴とする請求項1記載のデー
タベースアクセス制御装置。
2. A database I in which a file I / O command section of a current program designed / manufactured to access a file in the current program group is changed to a simple command that can be recognized by an SQL conversion / control processing section. The database access control device according to claim 1, wherein the / O command unit is provided by being modified.
【請求項3】 現行プログラム群と、現行プログラムの
ファイルI/O命令部を、SQL変換/制御処理部が認
識できる簡易命令に変更したデータベースI/O命令部
とからなる現行プログラム群と、変換情報ファイルを有
するSQL変換/制御処理部とからなる制御装置におい
て、前記両者間にSQL変換/制御処理部を設けて制御
処理することを特徴とするデータベースアクセス制御装
置。
3. A current program group consisting of a current program group and a database I / O command section in which the file I / O command section of the current program is changed to a simple command that can be recognized by the SQL conversion / control processing section, and conversion. A database access control device comprising a SQL conversion / control processing unit having an information file, wherein a SQL conversion / control processing unit is provided between the two for control processing.
JP5311301A 1993-11-17 1993-11-17 Data base access control unit Pending JPH07141237A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5311301A JPH07141237A (en) 1993-11-17 1993-11-17 Data base access control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5311301A JPH07141237A (en) 1993-11-17 1993-11-17 Data base access control unit

Publications (1)

Publication Number Publication Date
JPH07141237A true JPH07141237A (en) 1995-06-02

Family

ID=18015492

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5311301A Pending JPH07141237A (en) 1993-11-17 1993-11-17 Data base access control unit

Country Status (1)

Country Link
JP (1) JPH07141237A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000293405A (en) * 1999-04-01 2000-10-20 Nec Corp Device and method for remote maintenance management for distribution system and storage medium recording program of this method
JP2000347910A (en) * 1999-06-03 2000-12-15 Nec Soft Ltd Database processing system, accessing method, sql converting method and storage medium
JP2001325285A (en) * 2000-05-15 2001-11-22 Atori:Kk Agent system for supporting construction of e-mail service system and its method
JP2004302849A (en) * 2003-03-31 2004-10-28 Mitsubishi Electric Corp Fa controller
KR100496983B1 (en) * 2002-07-24 2005-06-23 삼성에스디에스 주식회사 Method and system of managing sql query using metasql component
JP2008040602A (en) * 2006-08-02 2008-02-21 Nec Corp Content management system and method and program using file server

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000293405A (en) * 1999-04-01 2000-10-20 Nec Corp Device and method for remote maintenance management for distribution system and storage medium recording program of this method
JP2000347910A (en) * 1999-06-03 2000-12-15 Nec Soft Ltd Database processing system, accessing method, sql converting method and storage medium
JP2001325285A (en) * 2000-05-15 2001-11-22 Atori:Kk Agent system for supporting construction of e-mail service system and its method
KR100496983B1 (en) * 2002-07-24 2005-06-23 삼성에스디에스 주식회사 Method and system of managing sql query using metasql component
JP2004302849A (en) * 2003-03-31 2004-10-28 Mitsubishi Electric Corp Fa controller
JP2008040602A (en) * 2006-08-02 2008-02-21 Nec Corp Content management system and method and program using file server

Similar Documents

Publication Publication Date Title
US6466965B1 (en) Centralized affinity maintenance in a workload managed client/server data processing system
US4631664A (en) Partnership data base management system and method
US8620903B2 (en) Database distribution system and methods for scale-out applications
CN104252501B (en) A kind of computing device and method executing database manipulation order
US20080281846A1 (en) High performant row-level data manipulation using a data layer interface
US8001242B2 (en) Method for redirection of host data access to multiple non-host file systems or data stores
US7526469B2 (en) Method and system of database management with shared area
GB2534373A (en) Distributed system with accelerator and catalog
GB2534374A (en) Distributed System with accelerator-created containers
JP2969627B2 (en) Management method of distributed database system
JPH07141237A (en) Data base access control unit
US7284014B2 (en) Pre-fetch computer system
CN111680069B (en) Database access method and device
US7412456B2 (en) System and method for improved exposure of database schema information
JP2004310206A (en) Structured html generation system, and system for unified management of dynamic and static pages
JPH04107741A (en) Draw-out system for service procedure in rpc
JP2748407B2 (en) Database processing system
KR950009431B1 (en) The inquiry window treatment method ina real-time database management system
JPH04260141A (en) Data shared processor
Bomer et al. Long energy efficient Huffman sequences
CN116541444A (en) Heterogeneous database integration system and database access method
JPH10320218A (en) Automatic starting method for cooperative job in data transfer processing
JPH05113919A (en) Sql preprocessing device
CN116737112A (en) Software architecture system
JP4486384B2 (en) DB linkage prefetch system