JPH04216147A - Schemer structure management system - Google Patents

Schemer structure management system

Info

Publication number
JPH04216147A
JPH04216147A JP2411044A JP41104490A JPH04216147A JP H04216147 A JPH04216147 A JP H04216147A JP 2411044 A JP2411044 A JP 2411044A JP 41104490 A JP41104490 A JP 41104490A JP H04216147 A JPH04216147 A JP H04216147A
Authority
JP
Japan
Prior art keywords
schema
schemer
database server
workstation
database
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
JP2411044A
Other languages
Japanese (ja)
Inventor
Toshikazu Matsuoka
松岡 俊和
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 JP2411044A priority Critical patent/JPH04216147A/en
Publication of JPH04216147A publication Critical patent/JPH04216147A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To perform schemer structure management in a state where a program for accessing a data base can be prepared without modifying a program even when the schemer structure of the data base is changed in an information processing system in which the data base is shared by plural workstations through a network. CONSTITUTION:Schemer expansion areas 221 and 321 are respectively provided in the external storage devices 22 and 32 of workstations 2 and 3 and the schemer structure stored in the schemer structure management area 121 of the external storage device 12 of a data base server 1 is expanded in the schemer expansion areas 221 and 321 of each workstation as a local schemer which is guaranteed for the identity with the schemer structure so that each workstation can prepare a program independently from the schemer structure of the data base server 1 when each workstation refers to its own local schemer.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、複数のワークステーシ
ョン、およびデータベースサーバをネットワークを介し
て接続し、データベースサーバを複数のワークステーシ
ョンで共用する情報処理システムにおいて、ワークステ
ーションが上記データベースのスキーマ構造と独立して
プログラムの作成を可能としたスキーマ構造管理方式に
関する。
[Industrial Field of Application] The present invention relates to an information processing system in which a plurality of workstations and a database server are connected via a network and the database server is shared by the plurality of workstations. This paper relates to a schema structure management method that enables the creation of programs independently of the system.

【0002】0002

【従来の技術】データベースは、その基本概念であるス
キーマ構造にしたがって構築される。データベースシス
テムに格納されているデータを利用してプログラムを作
成する際には、そのデータベースシステムが管理してい
るスキーマ構造にしたがうことが必要であり、作成した
プログラムはデータベースシステムのスキーマ構造すな
わちスキーマ定義に合致する。
2. Description of the Related Art Databases are constructed according to a schema structure, which is their basic concept. When creating a program using data stored in a database system, it is necessary to follow the schema structure managed by that database system, and the created program must follow the schema structure of the database system, that is, the schema definition. matches.

【0003】図3は従来技術によるスキーマ構造管理方
式の説明図であって、10はデータベースサーバ、10
1はデータベースサーバのCPU、102はデータベー
スサーバの外部記憶装置、1021は外部記憶装置10
2に設けたスキーマ構造管理領域、20はワークステー
ション、201はワークステーションのCPU、202
はワークステーションの外部記憶装置、40はネットワ
ークである。
FIG. 3 is an explanatory diagram of a schema structure management method according to the prior art, in which 10 is a database server;
1 is the CPU of the database server, 102 is the external storage device of the database server, and 1021 is the external storage device 10.
2 is a schema structure management area provided in 2, 20 is a workstation, 201 is a CPU of the workstation, 202
is an external storage device of the workstation, and 40 is a network.

【0004】同図において、データベースサーバ10の
外部記憶装置102に構築されるデータベースは、当該
外部記憶装置の一部に設けられたスキーマ構造管理領域
1021に格納されているスキーマ構造に従つて形成さ
れている。ネットワーク40に接続された複数のワーク
ステーション20は、データベースにアクセスするプロ
グラムを用いて、ネットワーク40に接続されたデータ
ベースサーバ10を共用し、各種の作業を実行する。
In the figure, a database constructed in an external storage device 102 of a database server 10 is formed according to a schema structure stored in a schema structure management area 1021 provided in a part of the external storage device. ing. A plurality of workstations 20 connected to the network 40 use a database access program to share the database server 10 connected to the network 40 and execute various tasks.

【0005】ワークステーション20がデータベースサ
ーバ10のデータベースにアクセスするプログラムを作
成しようとするときには、データベースサーバ10に管
理されているスキーマ構造すなわちスキーマ定義に従う
ことが必要である。
When the workstation 20 attempts to create a program that accesses the database of the database server 10, it is necessary to follow the schema structure, ie, schema definition, managed by the database server 10.

【0006】上記したように、従来技術においては、デ
ータベースにアクセスするプログラムは、該データベー
スのスキーマ構造が決定されないとプログラミングでき
ないし、スキーマ構造が変更されると、再プログラミン
グする必要があった。この欠点を修正する為に、スキー
マ定義をコンパイル時にプログラムソース内に展開する
方式が考えられている。この種の従来技術を開示したも
のとしては、例えばC.J.Date著,“An  I
ntroduction  To  Database
  System”を挙げることができる。
As described above, in the prior art, a program that accesses a database cannot be programmed unless the schema structure of the database is determined, and if the schema structure is changed, reprogramming is required. In order to correct this drawback, a method has been considered in which the schema definition is expanded into the program source at the time of compilation. For example, C. J. Date, “An I
Introduction to Database
System” can be mentioned.

【0007】[0007]

【発明が解決しようとする課題】上記したコンパイル時
にスキーマ構造をプログラムソース内に展開する従来の
方式では、スキーマ構造の変更を行なうと、プログラム
の再コンパイルを行なう必要が生じるという問題点があ
る。本発明の目的は、データベースのスキーマ構造が変
更されても、ワークステーションが作成したプログラム
を修正することなく、データベースにアクセスするプロ
グラムの作成を可能としたスキーマ構造の管理方式を提
供することにある。
The conventional method of expanding the schema structure into the program source at the time of compilation has the problem that if the schema structure is changed, the program must be recompiled. An object of the present invention is to provide a schema structure management method that makes it possible to create a program that accesses a database without modifying the program created by the workstation even if the schema structure of the database is changed. .

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、複数のワークステーション(第1図の2
,3)、およびデータベースサーバ(第1図の1)をネ
ットワーク(第1図の4)を介して接続し、データベー
スサーバを複数のワークステーションで共用する情報処
理システムにおいて、前記ワークステーションの外部記
憶装置(第1図の21,31)にスキーマ展開領域(第
1図の221,321)を設け、前記データベースサー
バの外部記憶装置(第1図の12)のスキーマ構造管理
領域(第1図の121)に管理されているスキーマ構造
を、前記ワークステーションの外部記憶装置に設けたス
キーマ展開領域に前記スキーマ構造との同一性を保証し
たローカルスキーマとして展開し、ワークステーション
がそのローカルスキーマを参照することによりプログラ
ムの作成を可能としたことを特徴とする。
[Means for Solving the Problems] In order to achieve the above object, the present invention provides a plurality of workstations (two workstations in FIG.
, 3), and a database server (1 in Figure 1) are connected via a network (4 in Figure 1), and the database server is shared by a plurality of workstations. A schema development area (221, 321 in Figure 1) is provided in the device (21, 31 in Figure 1), and a schema structure management area (221, 321 in Figure 1) of the external storage device (12 in Figure 1) of the database server is provided. 121) is deployed as a local schema that guarantees identity with the schema structure in a schema deployment area provided in an external storage device of the workstation, and the workstation refers to the local schema. It is characterized by making it possible to create programs.

【0009】[0009]

【作用】ワークステーションの外部記憶装置に設けたス
キーマ展開領域に、データベースサーバの外部記憶装置
のスキーマ構造管理領域に格納されているスキーマ構造
との同一性を保証したスキーマ構造のローカルスキーマ
として展開して、これをワークステーション独自で参照
できるようにする。データベースサーバのデータベース
にアクセスするワークステーションのプログラムは、自
身のローカルスキーマ情報を参照してデータベースのス
キーマ構造を認識する。
[Operation] Deploys the schema structure in the schema expansion area provided in the external storage device of the workstation as a local schema with a schema structure guaranteed to be identical to the schema structure stored in the schema structure management area of the external storage device of the database server. so that the workstation can refer to it independently. A workstation program that accesses a database in a database server refers to its own local schema information to recognize the schema structure of the database.

【0010】データベースのスキーマ構造が変更された
場合には、その変更日時をデータベースに問い合わせ、
自身のローカルスキーマの日付けと比較し、データベー
ス側の変更日時が自身のローカルスキーマの日付けより
も新しい日付けである時には、データベースサーバから
スキーマ情報を取得してローカルスキーマを再構築する
。これにより、データベースのスキーマ構造とローカル
スキーマの同一性が保証される。
[0010] When the schema structure of the database is changed, the date and time of the change is inquired of the database,
It compares the date of its own local schema, and if the modification date and time on the database side is newer than the date of its own local schema, it acquires schema information from the database server and rebuilds the local schema. This ensures the sameness between the database schema structure and the local schema.

【0011】したがって、各ワークステーションは自身
の外部記憶装置に展開したローカルスキーマを参照する
ことで、データベースサーバが管理するスキーマ構造と
は独立して、データベースサーバにアクセスするプログ
ラムの作成を行うことが可能となる。
[0011] Therefore, each workstation can create a program that accesses the database server independently of the schema structure managed by the database server by referring to the local schema developed in its own external storage device. It becomes possible.

【0012】0012

【実施例】以下、本発明の実施例について、図面を参照
して詳細に説明する。図1は本発明によるスキーマ管理
方式の一実施例を適用するネットワークシステムの説明
図であって、1はデータベースサーバ、11はデータベ
ースサーバのCPU、111はデータベースサーバの主
記憶装置、12はデータベースサーバのデータベースを
格納する外部記憶装置、121はデータベースのスキー
マ構造を管理するスキーマ構造管理領域である。また、
2,3はワークステーション、21,31はワークステ
ーションのCPU、211,311はワークステーショ
ンの主記憶装置、22,32はワークステーションの外
部記憶装置、221,321はワークステーションの外
部記憶装置に設けたスキーマ展開領域、23,33は表
示装置である。
Embodiments Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is an explanatory diagram of a network system to which an embodiment of the schema management method according to the present invention is applied, in which 1 is a database server, 11 is a CPU of the database server, 111 is a main storage device of the database server, and 12 is a database server. 121 is a schema structure management area that manages the schema structure of the database. Also,
2 and 3 are provided in the workstation, 21 and 31 are the CPUs of the workstation, 211 and 311 are the main storage devices of the workstation, 22 and 32 are external storage devices of the workstation, and 221 and 321 are provided in the external storage devices of the workstation. The schema development areas 23 and 33 are display devices.

【0013】図1に示すように、本実施例はネットワー
ク4上に接続されたデータベースサーバ1と、このデー
タベースサーバ1を共用してアクセスする複数のワーク
ステーション2,3から構成される。なお、図示しない
が、ネットワーク4には、この外にメールサーバ,ファ
イルサーバ,プリントサーバ、その他の情報機器が接続
されている。
As shown in FIG. 1, this embodiment is comprised of a database server 1 connected to a network 4, and a plurality of workstations 2 and 3 that share access to the database server 1. Although not shown, the network 4 is also connected to a mail server, a file server, a print server, and other information devices.

【0014】同図において、ワークステーション2,3
は、そのCPU21,31の制御の基に、外部記憶装置
22,32に格納されているプログラムでデータベース
サーバ1にアクセスし、各種の作業を実行する。データ
ベースサーバ1にアクセスするプログラムは、データベ
ースサーバ1に構築されているデータベースのを定義す
るスキーマ構造に従うものである必要がある。
In the figure, workstations 2 and 3
Under the control of the CPUs 21 and 31, accesses the database server 1 using programs stored in the external storage devices 22 and 32, and executes various tasks. A program that accesses the database server 1 needs to follow the schema structure that defines the database built in the database server 1.

【0015】データベースサーバ1にアクセスするプロ
グラムは、データベースサーバ1の外部記憶装置12の
スキーマ構造管理領域121に管理されているスキーマ
構造を参照しなければ作成することができない。本実施
例では、各ワークステーション2,3の外部記憶装置2
2,32にスキーマ展開領域221,321を設け、こ
こにデータベースサーバ1の外部記憶装置12のスキー
マ構造管理領域121で管理されているデータベースの
スキーマ情報を展開する。以下、このワークステーショ
ン2,3のスキーマ展開領域221,321に展開され
たスキーマ情報をローカルスキーマと称す。
A program that accesses the database server 1 cannot be created without referring to the schema structure managed in the schema structure management area 121 of the external storage device 12 of the database server 1. In this embodiment, the external storage device 2 of each workstation 2, 3
Schema development areas 221 and 321 are provided in 2 and 32, and the schema information of the database managed in the schema structure management area 121 of the external storage device 12 of the database server 1 is developed there. Hereinafter, the schema information developed in the schema development areas 221 and 321 of the workstations 2 and 3 will be referred to as local schema.

【0016】データベースサーバ1のデータベースにア
クセスするプログラムは、上記のスキーマ展開領域22
1,321に展開されたローカルスキーマを参照するこ
とでデータベースのスキーマ構造を認識することが可能
となる。
A program that accesses the database of the database server 1 is stored in the schema development area 22 described above.
By referring to the local schema expanded to 1,321, it becomes possible to recognize the schema structure of the database.

【0017】また、データベースが管理するスキーマ構
造が変更された場合には、データベースサーバ1はその
変更日時をデータベースに問い合わせ、この変更日時を
ワークステーション2,3がそれらのスキーマ展開領域
221,321にデータベースサーバ1のスキーマ情報
を展開した日時と比較し、変更した日時がローカルスキ
ーマ情報の展開日時により新しい日時であれば、ワーク
ステーション2,3にこれを通知する。ワークステーシ
ョン2,3は、データベースサーバ1からスキーマ情報
を取得し、ローカルスキーマを再構築する。
Furthermore, when the schema structure managed by the database is changed, the database server 1 inquires of the database about the date and time of the change, and the workstations 2 and 3 transmit this date and time to their schema deployment areas 221 and 321. The schema information of the database server 1 is compared with the date and time when it was expanded, and if the changed date and time is newer than the expansion date and time of the local schema information, this is notified to the workstations 2 and 3. The workstations 2 and 3 acquire schema information from the database server 1 and reconstruct the local schema.

【0018】なお、上記ではデータベースサーバ1がそ
のスキーマの変更の有無を監視するものとして説明した
が、ワークステーション2,3がデータベースサーバ1
のスキーマ構造管理領域121をプログラム作成時にま
たは定期的に問い合わせ、自身のスキーマ展開領域にス
キーマ情報を展開した日時とデータベースのスキーマ構
造の変更日時とを比較するようにすることもできる。
[0018] In the above explanation, the database server 1 monitors whether or not the schema has been changed, but the workstations 2 and 3 monitor the database server 1.
It is also possible to inquire the schema structure management area 121 of the user at the time of program creation or periodically, and compare the date and time when the schema information was developed in the own schema development area with the date and time when the schema structure of the database was changed.

【0019】これにより、データベースのスキーマ構造
とワークステーションに展開されるローカルスキーマの
同一性が保証される。
[0019] This ensures the identity of the schema structure of the database and the local schema deployed on the workstation.

【0020】図2はワークステーションがそのローカル
スキーマを再構築する際のスキーマ展開動作を説明する
フローチャートである。同図において、まず、ワークス
テーション2,3はそのスキーマ展開領域221,32
1にローカルスキーマのファイル(ローカルスキーマフ
ァイル)が存在しているか否かを見る(ステップ1:以
下S−1のように記す)。
FIG. 2 is a flowchart illustrating a schema expansion operation when a workstation reconstructs its local schema. In the figure, first, the workstations 2 and 3 have their schema development areas 221 and 32
Check whether a local schema file (local schema file) exists in Step 1 (Step 1: hereinafter referred to as S-1).

【0021】ローカルスキーマファイルが存在する場合
は、その展開した日時をデータベースサーバ1に問い合
わせ、スキーマ構造の変更の有無を確認して変更があっ
た場合には変更した日時(スキーマ定義日時)と上記展
開日時とを比較する(S−2)。
[0021] If a local schema file exists, the database server 1 is inquired about the date and time when it was expanded, and the presence or absence of changes in the schema structure is checked, and if there is a change, the date and time of the change (schema definition date and time) and the above The development date and time are compared (S-2).

【0022】スキーマ構造の変更の日時がローカルスキ
ーマの展開の日時より以前であれば、変更なしの判断が
なされて終了する。スキーマ構造の変更の日時がローカ
ルスキーマの展開の日時より後であれば、変更ありの判
断がなされ、データベースサーバ1からスキーマ情報を
取得してローカルスキーマを再構成する(S−3)。
[0022] If the date and time of the modification of the schema structure is earlier than the date and time of expansion of the local schema, it is determined that there is no modification and the process ends. If the date and time of the modification of the schema structure is after the date and time of expansion of the local schema, it is determined that there has been a modification, and the schema information is acquired from the database server 1 and the local schema is reconfigured (S-3).

【0023】なお、(S−1)において、ワークステー
ションにローカルスキーマファイルが存在しない場合は
、上記日時の判定の必要が無いので、データベースサー
バからスキーマ情報を取得し、スキーマ展開領域221
,321に展開する。
[0023] In (S-1), if the local schema file does not exist on the workstation, there is no need to judge the above date and time, so the schema information is obtained from the database server and the schema deployment area 221
, 321.

【0024】以上の動作により、ワークステーションに
展開するスキーマ情報(ローカルスキーマ)は、データ
ベースサーバが管理するスキーマ構造との同一性を保証
され、ワークステーションは自身のローカルスキーマを
参照してデータベースサーバにアクセスするプログラム
を作成することができ、データベースサーバが管理する
スキーマ構造に変更があっても、作成したプログラムを
修正する必要がない。
[0024] Through the above operations, the schema information (local schema) deployed on the workstation is guaranteed to be identical to the schema structure managed by the database server, and the workstation refers to its own local schema to access the database server. It is possible to create a program to access the system, and there is no need to modify the created program even if there is a change in the schema structure managed by the database server.

【0025】[0025]

【発明の効果】以上説明したように、本発明によれば、
ワークステーションの外部記憶装置に設けたスキーマ展
開領域に、データベースサーバの外部記憶装置のスキー
マ構造管理領域に管理されているスキーマ構造を展開し
て、これをローカルスキーマとして各ワークステーショ
ン独自で参照できるようにする。データベースサーバの
データベースにアクセスするワークステーションのプロ
グラムは、自身のローカルスキーマを参照してデータベ
ースのスキーマ構造を認識する。
[Effects of the Invention] As explained above, according to the present invention,
The schema structure managed in the schema structure management area of the external storage device of the database server is expanded to the schema expansion area provided on the external storage device of the workstation, so that each workstation can independently refer to this as a local schema. Make it. A workstation program that accesses a database in a database server refers to its own local schema to recognize the schema structure of the database.

【0026】また、データベースのスキーマ構造が変更
された場合には、その変更日時をデータベースに問い合
わせ、自身のローカルスキーマの日付けと比較し、デー
タベース側の変更日時が自身のローカルスキーマの日付
けよりも新しい日付けである時には、データベースサー
バからスキーマ情報を取得してローカルスキーマを再構
築する。これにより、データベースのスキーマ構造とロ
ーカルスキーマの同一性が保証され、各ワークステーシ
ョンは自身の外部記憶装置に展開したローカルスキーマ
を参照することで、データベースサーバが管理するスキ
ーマ構造とは独立して、データベースサーバにアクセス
するプログラムの作成を行うことが可能となる。
[0026] Furthermore, when the schema structure of the database is changed, the date and time of the change is inquired of the database and compared with the date of its own local schema. If the date is also new, the schema information is retrieved from the database server and the local schema is rebuilt. This ensures the identity of the database schema structure and local schema, and each workstation can refer to the local schema deployed on its own external storage device, independent of the schema structure managed by the database server. It becomes possible to create a program that accesses a database server.

【0027】以上の動作により、本発明によれば、ワー
クステーションに展開するスキーマ情報(ローカルスキ
ーマ)とデータベースサーバが管理するスキーマ構造と
の同一性が保証され、ワークステーションは自身のロー
カルスキーマを参照してデータベースサーバにアクセス
するプログラムを作成することができ、データベースサ
ーバが管理するスキーマ構造に変更があっても、作成し
たプログラムを修正する必要がない。
[0027] Through the above operations, according to the present invention, the identity of the schema information (local schema) deployed on the workstation and the schema structure managed by the database server is guaranteed, and the workstation refers to its own local schema. This allows you to create a program that accesses a database server, and there is no need to modify the created program even if the schema structure managed by the database server changes.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明によるスキーマ構造管理方式の一実施例
を適用するネットワークシステムの説明図である。
FIG. 1 is an explanatory diagram of a network system to which an embodiment of a schema structure management method according to the present invention is applied.

【図2】本発明により、ワークステーションがそのロー
カルスキーマを再構築する際のスキーマ展開動作を説明
するフローチャートである。
FIG. 2 is a flowchart illustrating a schema expansion operation when a workstation rebuilds its local schema in accordance with the present invention.

【図3】従来技術によるスキーマ構造管理方式の説明図
である。
FIG. 3 is an explanatory diagram of a schema structure management method according to the prior art.

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

1  データベースサーバ 11  CPU 121  スキーマ構造管理領域 2,3  ワークステーション 221,321  ローカルスキーマ展開領域 1 Database server 11 CPU 121 Schema structure management area 2,3 Workstation 221, 321 Local schema development area

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  複数のワークステーション、およびデ
ータベースサーバをネットワークを介して接続し、デー
タベースサーバを複数のワークステーションで共用する
情報処理システムにおいて、前記ワークステーションの
外部記憶装置にスキーマ展開領域を設け、前記データベ
ースサーバの外部記憶装置に管理されているスキーマ構
造を、前記ワークステーションの外部記憶装置に設けた
スキーマ展開領域に前記スキーマ構造との同一性を保証
したローカルスキーマとして展開し、ワークステーショ
ンがそのローカルスキーマを参照することにより前記デ
ータベースサーバのスキーマ構造とは独立してプログラ
ムの作成を可能としたことを特徴とするスキーマ構造管
理方式。
1. In an information processing system in which a plurality of workstations and a database server are connected via a network and the database server is shared by the plurality of workstations, a schema development area is provided in an external storage device of the workstation, The schema structure managed in the external storage device of the database server is expanded into a schema expansion area provided in the external storage device of the workstation as a local schema that guarantees identity with the schema structure, and the workstation A schema structure management method characterized in that a program can be created independently of the schema structure of the database server by referring to a local schema.
JP2411044A 1990-12-17 1990-12-17 Schemer structure management system Pending JPH04216147A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2411044A JPH04216147A (en) 1990-12-17 1990-12-17 Schemer structure management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2411044A JPH04216147A (en) 1990-12-17 1990-12-17 Schemer structure management system

Publications (1)

Publication Number Publication Date
JPH04216147A true JPH04216147A (en) 1992-08-06

Family

ID=18520113

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2411044A Pending JPH04216147A (en) 1990-12-17 1990-12-17 Schemer structure management system

Country Status (1)

Country Link
JP (1) JPH04216147A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009207160A (en) * 1998-02-20 2009-09-10 Thomson Licensing System for forming, classifying, and processing program guide
US9841754B2 (en) 2014-04-25 2017-12-12 Mitsubishi Electric Corporation Information-linkage supporting apparatus and information-linkage supporting program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009207160A (en) * 1998-02-20 2009-09-10 Thomson Licensing System for forming, classifying, and processing program guide
US9841754B2 (en) 2014-04-25 2017-12-12 Mitsubishi Electric Corporation Information-linkage supporting apparatus and information-linkage supporting program

Similar Documents

Publication Publication Date Title
Williams et al. R*: An overview of the architecture
EP1019807B1 (en) Method of migrating to a successive level of a software distribution incorporating local modifications
Maas et al. Trash day: Coordinating garbage collection in distributed systems
US7007047B2 (en) Internally consistent file system image in distributed object-based data storage
US5642504A (en) Method of testing an application on a server which accesses a database
US20020156792A1 (en) Intelligent object handling device and method for intelligent object data in heterogeneous data environments with high data density and dynamic application needs
US20010044834A1 (en) Method and apparatus for automatically deploying data in a computer network
JP4902069B2 (en) Program generation support apparatus, program generation method, and program
KR100974160B1 (en) Method, system and program product for preserving mobile device user settings
De Jong et al. Zero-downtime SQL database schema evolution for continuous deployment
CN104636480B (en) Rebuild the method and its device of standby host database
JPH04216147A (en) Schemer structure management system
CN108650320B (en) Method for synchronizing configuration files of isomorphic cascading equipment in cluster environment
JPH07114495A (en) Multiplexing file managing system
JPH03230234A (en) Retrieving method for data base
JPH0218635A (en) Decentralized process file control system
JPH0981431A (en) Data base processing system and method for updating data base
KR19990052562A (en) Hardware Design Data Management Method and Storage Structure in Distributed Environment Using Mixed Sharing Model
JPH0416812B2 (en)
Hefner Collaborative test management
JPH0756721A (en) Method for managing revision
CN117093251A (en) Low-code platform development method and device
CN115757620A (en) Graph analysis method and system for transactional data
Adolf et al. Improving Service Availabiliy with Rule-Based Adaptation
JPH10269064A (en) Management system for distributed information linked with relating information among resources