JPH0644127A - Data access system - Google Patents

Data access system

Info

Publication number
JPH0644127A
JPH0644127A JP4099048A JP9904892A JPH0644127A JP H0644127 A JPH0644127 A JP H0644127A JP 4099048 A JP4099048 A JP 4099048A JP 9904892 A JP9904892 A JP 9904892A JP H0644127 A JPH0644127 A JP H0644127A
Authority
JP
Japan
Prior art keywords
data
database
network
machine
user interface
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.)
Withdrawn
Application number
JP4099048A
Other languages
Japanese (ja)
Inventor
Shinji Kasagi
信司 笠木
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP4099048A priority Critical patent/JPH0644127A/en
Publication of JPH0644127A publication Critical patent/JPH0644127A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To shorten read time and to set access interfaces from a user base machine at a remote place to be the same without depending on the type of a data at the time of reading a data base file managed in the data base by a user interface from a data base machine at the remote place through a network. CONSTITUTION:The data base machine 1 is connected with the user interface machine 2 by a network 3. A network function part 8 and a data base function part 9 are provided in the data base machine 1. The data base function part 9 supplies a file name 12 to the network function part 8. Thus, the network function part 8 directly reads a designated data file 5 and transmits it to the user interface machine 2. Thus, read time is shortened. Then, access by the same interface becomes possible from the user interface machine 2 without depending on the type of the data base by dividing the network function part 8 and the data base function part 9.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はデータアクセス方式に関
し、特にネットワークを介して遠隔地のデータベースに
アクセスしてデータを取り出すデータアクセス方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data access system, and more particularly to a data access system for accessing a remote database via a network to retrieve data.

【0002】[0002]

【従来の技術】従来、データベースからのデータの取り
出しは、読み出すべきデータ自体がデータベースの中に
格納されており、ネットワークを制御するネットワーク
機能部などの他のプログラム機能部からデータを読み出
して参照する時は、データベースをアクセスした結果の
データがデータファイルに出力され、このデータファイ
ルを読み出す方式となっていた。
2. Description of the Related Art Conventionally, when retrieving data from a database, the data itself to be read is stored in the database, and the data is read from another program function unit such as a network function unit for controlling the network and referred to. At the time, the data obtained as a result of accessing the database was output to a data file, and this data file was read.

【0003】また、ネットワークを介してデータベース
をアクセスするネットワーク機能を持つデータベースマ
シンを利用するデータベースアクセス方式では、ネット
ワーク機能部がデータベースと一組となって構成され、
読み出す側のユーザインタフェースマシンが、データベ
ースマシンから直接アクセスするのと同様なインタフェ
ースでアクセスしている。
Further, in a database access method utilizing a database machine having a network function of accessing a database via a network, a network function unit is constructed as a set with a database,
The user interface machine on the reading side is accessing through an interface similar to that accessed directly from the database machine.

【0004】[0004]

【発明が解決しようとする課題】この従来のデータベー
スアクセス方式では、読み出すべきデータ自体がデータ
ベースの中に格納されている形式であるため、ネットワ
ーク機能部のような他のプログラム機能部からは、デー
タをアクセスできず、データベースで取り出したデータ
を可能したデータファイルをさらに読み出す必要があっ
た。このため、全体的なデータ取り出し時間が長くな
り、また大きなデータであれば、データファイルのアク
セスに無駄な時間を必要とするという欠点があった。
In this conventional database access method, since the data itself to be read is stored in the database, the data is not transferred from other program function units such as the network function unit. I couldn't access it and had to read more data files that allowed the data retrieved in the database. Therefore, there is a drawback that the entire data fetching time becomes long, and if the data is large, a wasteful time is required to access the data file.

【0005】また、異なる複数の検索を行なった結果、
同一のデータを参照する場合でも、その都度データファ
イルを作成して他のプログラム機能部へ渡すことが必要
であるという欠点があった。
Further, as a result of performing a plurality of different searches,
Even when referring to the same data, there is a drawback in that it is necessary to create a data file each time and pass it to another program function unit.

【0006】さらに、ネットワーク機能を持つデータベ
ースアクセス方式にあっては、複数の異なるタイプのデ
ータベースをアクセスするために、ユーザインタフェー
スマシンで、使用するデータベースのタイプを意識して
アクセスすることが必要であるという欠点があった。
Further, in the database access method having a network function, in order to access a plurality of different types of databases, it is necessary for the user interface machine to be aware of the type of database used. There was a drawback.

【0007】本発明の目的は上述した欠点を除去し、デ
ータファイルへのアクセス回数を著しく抑圧するととも
にネットワーク機能部による直接読出しを可能とし、ネ
ットワークに対する信号送出を迅速化して検索に要する
時間を大幅に減少し、かつデータベースのタイプに依存
せずユーザインタフェースマシンから同数のアクセス方
式を提供することにある。
The object of the present invention is to eliminate the above-mentioned drawbacks, to significantly suppress the number of times data files are accessed, to enable direct reading by the network function unit, to speed up signal transmission to the network, and to greatly increase the time required for retrieval. And to provide the same number of access methods from the user interface machine regardless of the type of database.

【0008】[0008]

【課題を解決するための手段】本発明のデータアクセス
方式は、データを蓄積,管理するデータベース機能を持
つデータベースマシンと、ユーザとのインタフェース機
能を持つ複数のユーザインタフェースマシンとがネット
ワークを介して接続し、ユーザによる前記データベース
マシンのデータベースにアクセスするデータアクセス方
式において、前記ユーザインタフェースマシンと前記デ
ータベースマシンとの間でデータの読出しを指示するデ
ータ読出し指示情報ならびにこのデータ読出し指示情報
による読出しデータを送受信するデータ送受信手段と、
受信した前記データ読出し指示情報で起動され、指示さ
れた条件に合致するデータを検索し、検索した結果のデ
ータを格納するデータファイルの名称にもとづいて前記
データファイルからデータを読み出し前記データ送受信
手段の送受信する読出しデータとして供給するデータ読
出し手段と、前記データ送受信手段によって前記ネット
ワークを介して受信した前記読出しデータを前記ユーザ
インタフェースマシンのファイルとして出力するか、デ
ィスプレイに表示させるユーザインタフェース手段とを
備えた構成を有する。
According to the data access method of the present invention, a database machine having a database function for storing and managing data and a plurality of user interface machines having an interface function with a user are connected via a network. In the data access method of accessing the database of the database machine by the user, the data read instruction information for instructing the data read between the user interface machine and the database machine and the read data by the data read instruction information are transmitted and received. Data transmitting and receiving means,
The data transmission / reception means is activated by the received data read instruction information, searches for data that matches the instructed condition, and reads the data from the data file based on the name of the data file that stores the retrieved data. Data read means for supplying as read data to be transmitted / received, and user interface means for outputting the read data received by the data transmitting / receiving means via the network as a file of the user interface machine or displaying it on a display are provided. Have a configuration.

【0009】また本発明のデータアクセス方式は、前記
データベースマシンにおけるネットワーク制御を実行す
るネットワーク機能部と、データベース制御を実行する
データベース機能部とを分離配置し、検索データファイ
ルの前記ネットワークへの転送は、前記データベース機
能部によって前記ネットワーク機能部に提供するデータ
ファイルの名称にもとづいて前記ネットワーク機能部が
直接読み出して送出するものとした構成を有する。
Further, in the data access method of the present invention, a network function unit for executing network control in the database machine and a database function unit for executing database control are separately arranged, and a search data file is not transferred to the network. The network function unit directly reads and transmits the data file based on the name of a data file provided to the network function unit by the database function unit.

【0010】[0010]

【実施例】次に、本発明について図面を参照して説明す
る。図1は本発明の一実施例の構成を示すブロック図で
ある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【0011】図1に示す実施例の構成は、ネットワーク
3を介して接続し、データを蓄積,管理するデータベー
ス機能をこつデータベースマシン1と、データベースマ
シン1の蓄積,管理するデータベースにアクセスするユ
ーザインタフェースマシン2とを備える。ユーザインタ
フェースマシン2は、複数であるが、図1では1台のみ
表現している。
The configuration of the embodiment shown in FIG. 1 has a user interface for connecting to a database 3 to establish a database function for storing and managing data, and a database interface for accessing and storing a database in the database machine 1. And a machine 2. Although there are a plurality of user interface machines 2, only one is shown in FIG.

【0012】データベースマシン1は、データベース4
と、データベース4の管理下におかれる複数のデータフ
ァイル5と、ネットワーク3を利用するデータ転送機能
を有するネットワーク機能部8と、データベース4を制
御するデータベース機能部9とを備える。
The database machine 1 has a database 4
And a plurality of data files 5 under the control of the database 4, a network function unit 8 having a data transfer function using the network 3, and a database function unit 9 for controlling the database 4.

【0013】また、ユーザインタフェース2は、読み出
したデータファイルを格納するメモリエリア7と、ネッ
トワーク3を利用するデータ転送機能を有するネットワ
ーク機能部10と、ユーザ側のデータアクセスのための
インタフェース機能を有するユーザインタフェース機能
部11と、ユーザ側のデータアクセスのためのインタフ
ェースとして利用するディスプレイ・キーボード6とを
備える。
The user interface 2 has a memory area 7 for storing the read data file, a network function unit 10 having a data transfer function using the network 3, and an interface function for user side data access. A user interface function unit 11 and a display keyboard 6 used as an interface for data access on the user side are provided.

【0014】これら各構成要素中、ネットワーク機能部
8,9およびネットワーク3がデータ送受信手段を構成
し、データベース機能部9,データベース4およびデー
タファイル5がデータ読出し手段を構成し、メモリエリ
ア7,ユーザインタフェース機能部11およびディスプ
レイ・キーボードがユーザインタフェース手段を構成す
る。
Among these constituent elements, the network function units 8 and 9 and the network 3 constitute data transmitting / receiving means, the database function unit 9, the database 4 and the data file 5 constitute data reading means, the memory area 7 and the user. The interface function unit 11 and the display keyboard constitute a user interface unit.

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

【0016】ディスプレイ・キーボード6からデータ取
出しの要求がユーザインタフェース機能部11を通じて
出力されると、ユーザインタフェースマシン2のネット
ワーク機能部10からはデータ取出し要求を示す信号が
ネットワーク3に送出され、ネットワーク3を介してデ
ータベースマシン1のネットワーク機能部8へ供給さ
れ、さらにデータベース機能部9に提供される。
When a data retrieval request is output from the display / keyboard 6 through the user interface function unit 11, the network function unit 10 of the user interface machine 2 sends a signal indicating the data retrieval request to the network 3 and the network 3 It is supplied to the network function unit 8 of the database machine 1 via the, and further provided to the database function unit 9.

【0017】データベース機能部9は、ネットワーク機
能部8からの入力によってデータベース4を起動し、デ
ータベース4が管理しているデータファイル5のファイ
ル名称12をネットワーク機能部8に送出する。
The database function unit 9 activates the database 4 by the input from the network function unit 8 and sends the file name 12 of the data file 5 managed by the database 4 to the network function unit 8.

【0018】ファイル名12を知ったネットワーク機能
部8は、このファイル名称12にもとづいて直接データ
ファイル5を読み込み、データファイル5の内容を点線
で示すようにネットワーク3に送出する。
The network function unit 8 which knows the file name 12 directly reads the data file 5 based on the file name 12 and sends the contents of the data file 5 to the network 3 as shown by the dotted line.

【0019】ユーザインタフェースマシン2は、ネット
ワーク3上の信号を取り込み、データ取り出しの要求に
従がいメモリエリア7に内容を格納するか、ディスプレ
イ・キーボード6に表示する。
The user interface machine 2 captures signals on the network 3 and stores the contents in the memory area 7 or displays them on the display keyboard 6 according to the request for data retrieval.

【0020】こうして、データベースマシンにおけるネ
ットワーク機能とデータベース機能とを分離し、2つの
機能部間の検索データファイルのネットワークへの転送
は、ネットワーク機能部がデータベース機能部から提供
されたデータファイルの名称にもとづいて直接読み込ん
で実行することにより、データファイルへのアクセス回
数を著しく減少させ、ネットワークへの信号送出を著し
く迅速化し、かつトータル検索時間の著しい圧縮が可能
となる。
In this way, the network function and the database function in the database machine are separated, and the search data file between the two functional units is transferred to the network by the network functional unit using the name of the data file provided from the database functional unit. By directly reading and executing the data directly, the number of accesses to the data file can be remarkably reduced, the signal transmission to the network can be remarkably accelerated, and the total search time can be remarkably reduced.

【0021】さらに、データベースのタイプに依存せ
ず、ユーザインタフェースマシンから同様なアクセス形
式での検索が可能となる。
Furthermore, it is possible to perform a search in the same access format from the user interface machine regardless of the database type.

【0022】[0022]

【発明の効果】以上説明したように本発明は、データベ
ースマシンにネットワーク制御用のネットワーク機能部
とデータベース制御用のデータベース機能部とを分離配
置し、これら機能部間で実行する検索データファイルの
ネットワーク上への転送は、データベース機能部から提
供されるデータファイルの名称にもとづいてネットワー
ク機能部が直接読み出してネットワークへ送出すること
により、データベース機能部で検索した結果のデータフ
ァイルを引き渡す方法に比較してデータファイルへのア
クセス回数が著しく少なくてすみ、またネットワーク機
能部がファイルを直接読み出すためにネットワークに対
する信号送出が迅速に行なうことができ、検索のための
トータルな所要時間を著しく減少することができる効果
がある。
As described above, according to the present invention, a network function section for network control and a database function section for database control are separately arranged in a database machine, and a network of search data files executed between these function sections. Upward transfer is compared with the method in which the network function unit directly reads out based on the name of the data file provided from the database function unit and sends it out to the network, and delivers the data file of the result retrieved by the database function unit. The number of times the data file is accessed is extremely small, and because the network function unit directly reads the file, signals can be sent quickly to the network, and the total time required for searching can be significantly reduced. There is an effect that can be done.

【0023】さらに、ネットワーク機能部とデータベー
ス機能部とに分離配置することにより、データベースの
タイプに依存せずユーザインタフェースマシンから同様
のアクセス方法で情報を検索できるという効果がある。
Further, by arranging the network function unit and the database function unit separately, there is an effect that information can be retrieved by a similar access method from the user interface machine regardless of the type of database.

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

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

1 データベースマシン 2 ユーザインタフェースマシン 3 ネットワーク 4 データベース 5 データファイル 6 ディスプレイ・キーボード 7 メモリエリア 8 ネットワーク機能部 9 データベース機能部 10 ネットワーク機能部 11 ユーザインタフェース機能部 12 ファイル名称 1 database machine 2 user interface machine 3 network 4 database 5 data file 6 display / keyboard 7 memory area 8 network function unit 9 database function unit 10 network function unit 11 user interface function unit 12 file name

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データを蓄積,管理するデータベース機
能を持つデータベースマシンと、ユーザとのインタフェ
ース機能を持つ複数のユーザインタフェースマシンとが
ネットワークを介して接続し、ユーザによる前記データ
ベースマシンのデータベースにアクセスするデータアク
セス方式において、前記ユーザインタフェースマシンと
前記データベースマシンとの間でデータの読出しを指示
するデータ読出し指示情報ならびにこのデータ読出し指
示情報による読出しデータを送受信するデータ送受信手
段と、受信した前記データ読出し指示情報で起動され、
指示された条件に合致するデータを検索し、検索した結
果のデータを格納するデータファイルの名称にもとづい
て前記データファイルからデータを読み出し前記データ
送受信手段の送受信する読出しデータとして供給するデ
ータ読出し手段と、前記データ送受信手段によって前記
ネットワークを介して受信した前記読出しデータを前記
ユーザインタフェースマシンのファイルとして出力する
か、ディスプレイに表示させるユーザインタフェース手
段とを備えることを特徴とするデータアクセス方式。
1. A database machine having a database function for accumulating and managing data and a plurality of user interface machines having an interface function with a user are connected via a network, and a user accesses a database of the database machine. In the data access method, data read instruction information for instructing data read between the user interface machine and the database machine, and data transmitting / receiving means for transmitting / receiving read data according to the data read instruction information, and the received data read instruction Launched with information,
Data reading means for searching data matching the instructed condition, reading the data from the data file based on the name of the data file storing the searched result data, and supplying it as read data to be transmitted / received by the data transmitting / receiving means; A data access system comprising: a user interface unit for outputting the read data received by the data transmitting / receiving unit via the network as a file of the user interface machine or displaying the read data on a display.
【請求項2】 前記データベースマシンにおけるネット
ワーク制御を実行するネットワーク機能部と、データベ
ース制御を実行するデータベース機能部とを分離配置
し、検索データファイルの前記ネットワークへの転送
は、前記データベース機能部によって前記ネットワーク
機能部に提供するデータファイルの名称にもとづいて前
記ネットワーク機能部が直接読み出して送出するものと
したことを特徴とする請求項1記載のデータアクセス方
式。
2. A network function unit that executes network control in the database machine and a database function unit that executes database control are separately arranged, and transfer of a search data file to the network is performed by the database function unit. 2. The data access method according to claim 1, wherein the network function unit directly reads out and sends out based on the name of the data file provided to the network function unit.
JP4099048A 1992-04-20 1992-04-20 Data access system Withdrawn JPH0644127A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4099048A JPH0644127A (en) 1992-04-20 1992-04-20 Data access system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4099048A JPH0644127A (en) 1992-04-20 1992-04-20 Data access system

Publications (1)

Publication Number Publication Date
JPH0644127A true JPH0644127A (en) 1994-02-18

Family

ID=14236663

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4099048A Withdrawn JPH0644127A (en) 1992-04-20 1992-04-20 Data access system

Country Status (1)

Country Link
JP (1) JPH0644127A (en)

Similar Documents

Publication Publication Date Title
US5884301A (en) Hypermedia system
US5577247A (en) User information management device treating communications from user as information to allow system to access and update information about user without modifying the overall system
JPH0644127A (en) Data access system
JPH0472267B2 (en)
JP2001101203A (en) Device for electronic filing and method for retrieving document using the same
JP3913838B2 (en) Machine translation apparatus and information recording medium recording machine translation program
JPH0514304B2 (en)
JP3347506B2 (en) Machine translation system
JPH05342161A (en) Security discrimination device
KR100274948B1 (en) Method for managing data in full electronic telephone exchange
JPH0212563A (en) Information managing system
JPH07230452A (en) Document processor
JPH10312385A (en) Data base system, information retrieving method and recording medium
JPH0218641A (en) Data control method
JPH0778169A (en) Information retrieving processor
JPH10293713A (en) Network data sharing device
JPH10171884A (en) Document processor
JPH04294454A (en) Information retrieving system
JPS59103173A (en) Supply system of picture information
JPH04215167A (en) Data dictionary managing system
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JPH08221423A (en) Machine translation device
JPH08212118A (en) Data base processing system
JPH0443463A (en) Data base retrieval system
JPS60203066A (en) File system of picture information

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990706