JPH06187219A - Automatic data sharing system between programs - Google Patents

Automatic data sharing system between programs

Info

Publication number
JPH06187219A
JPH06187219A JP4336065A JP33606592A JPH06187219A JP H06187219 A JPH06187219 A JP H06187219A JP 4336065 A JP4336065 A JP 4336065A JP 33606592 A JP33606592 A JP 33606592A JP H06187219 A JPH06187219 A JP H06187219A
Authority
JP
Japan
Prior art keywords
data
program
conversion
name
specified
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.)
Granted
Application number
JP4336065A
Other languages
Japanese (ja)
Other versions
JP2702366B2 (en
Inventor
Shinichi Mochizuki
申一 望月
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Social Science Labs Ltd
Original Assignee
Fujitsu Social Science Labs Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Social Science Labs Ltd filed Critical Fujitsu Social Science Labs Ltd
Priority to JP4336065A priority Critical patent/JP2702366B2/en
Publication of JPH06187219A publication Critical patent/JPH06187219A/en
Application granted granted Critical
Publication of JP2702366B2 publication Critical patent/JP2702366B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To share data between programs capable of converting data without user's intervention, with respect to the automatic data sharing system between the programs on a data processor. CONSTITUTION:This system is equipped with a program data coordinate table 3 wherein program names and data names are made to correspond to each other and a conversion program table 4 containing the coordinate relation among conversion programs which convert data of conversion source programs into data corresponding to conversion destination programs. When a process whose program name and data name are specified is performed, the corresponding program name is retrieved in the program data coordinate table 3 by using specification data and the detected program name is compared with the specified program name; when they match each other, the data process of the specified data is started by the specified program, but when not, the conversion program table 4 is retrieved on the basis of the specified program name and detected program name, the conversion program converts the specified data, and the specified program processes the data.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はデータ変換が可能なプロ
グラム間でのデータの共有を利用者の介在なしに行うプ
ログラム間の自動データ共有方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic data sharing system between programs which shares data between programs capable of data conversion without user intervention.

【0002】計算機,特にパーソナル・コンピュータ,
ワークステーション,ワードプロセッサ等において,デ
ータの利用者があるプログラムにより作成したデータ
を,他のプログラムにより利用したい場合があるが,そ
のために煩雑な操作を行う必要があり,利用者に負担が
かかっていた。
Computers, especially personal computers,
In a workstation, word processor, etc., a user of the data may want to use the data created by a certain program by another program, but for that reason, it is necessary to perform a complicated operation, which puts a burden on the user. .

【0003】[0003]

【従来の技術】図5は従来例の説明図である。この例
は,異なるプログラムで動作する2つのワードプロセッ
サA,Bの間でデータを共有する場合の説明図である。
2. Description of the Related Art FIG. 5 is an explanatory view of a conventional example. In this example, data is shared between two word processors A and B operating under different programs.

【0004】図5において,60はワークドプロセッサ
A,64はワードプロセッサBであり,両者は異なるハ
ードウエアであるが,同様の機能を持つプログラムとし
て,例えば日本語文書の処理の機能を持つプログラムa
とプログラムbを備え,各プログラムaとプログラムb
で扱うデータ形式は異なり互換性がないものとする。
In FIG. 5, 60 is a work processor A, 64 is a word processor B, both of which are different hardware, but as a program having the same function, for example, a program a having a function of processing a Japanese document.
And program b, each program a and program b
The data formats handled by are different and incompatible.

【0005】このような関係を持つ時,最初にワードプ
ロセッサA(60)によりデータを作成して,ワードプ
ロセッサAのデータ61が記憶媒体に格納されたものと
する。このデータ61を異なるプログラムbで動作する
ワードプロセッサB(64)の利用者が使用したい場
合,ワードプロセッサA用のデータをワードプロセッサ
B用のデータに変換する必要がある。そのために変換プ
ログラム62により変換処理を行って,変換したワード
プロセッサBのデータ63が得られ,このデータ63に
対してワードプロセッサB(64)を用いて文章を作成
・編集して,編集したワードプロセッサB(64)のデ
ータ65が得られる。
When having such a relationship, it is assumed that data is first created by the word processor A (60) and the data 61 of the word processor A is stored in the storage medium. When a user of the word processor B (64) operating with a different program b wants to use the data 61, it is necessary to convert the data for the word processor A into the data for the word processor B. Therefore, conversion processing is performed by the conversion program 62 to obtain the converted data 63 of the word processor B, and the word processor B (64) is used to create / edit a sentence for this data 63, and the edited word processor B ( The data 65 of 64) is obtained.

【0006】このデータ65は,ワードプロセッサB
(64)により後で,そのままの形式で利用することが
できるが,ワードプロセッサAにより更に利用したい場
合は,ワードプロセッサB用のデータ65をワードプロ
セッサA用のデータへの逆変換を行う必要がある。その
場合,逆変換プログラム66により逆変換の処理を行っ
て編集したワードプロセッサAのデータ67が作成され
る。このデータ67を用いてワードプロセッサAにより
加工・編集することができる。なお,ワードプロセッサ
Bにより編集したデータ65が最終的に必要なデータで
ある場合は,逆変換プログラム66によりデータ67へ
逆変換する処理は行われない。
This data 65 is the word processor B
Although it can be used as it is by (64) later, if it is desired to use it further by the word processor A, it is necessary to perform the inverse conversion of the data 65 for the word processor B into the data for the word processor A. In this case, the data 67 of the word processor A edited by performing the inverse conversion processing by the inverse conversion program 66 is created. The data 67 can be used for processing / editing by the word processor A. If the data 65 edited by the word processor B is the finally necessary data, the inverse conversion program 66 does not perform the inverse conversion to the data 67.

【0007】このワードプロセッサの例で示したよう
に,従来は,データの利用者がデータを作成したプログ
ラム(上記プログラムa)とデータを利用するプログラ
ム(上記プログラムb)とが異なる場合,変換プログラ
ム(上記変換プログラム62)を選択し,元のデータを
変換し,その結果(データ63)を利用して,データ
(データ65)が作成され,これを更にプログラムaで
使用する場合,逆変換してデータ(データ67)が作成
される。
As shown in the example of this word processor, conventionally, when the program for creating data by the user of the data (above program a) and the program using the data (above program b) are different, the conversion program ( The above conversion program 62) is selected, the original data is converted, and the result (data 63) is used to create data (data 65). Data (data 67) is created.

【0008】[0008]

【発明が解決しようとする課題】上記の例で示すよう
に,従来はデータの利用者がデータを作成したプログラ
ムとデータを利用するプログラムが異なる場合,利用す
るプログラムに対応して変換プログラムを選択して元の
データを変換してその結果を利用して処理を行い,処理
結果を更に逆変換プログラムを選択して,元のデータへ
結果を反映していた。この場合,データとして元のデー
タ(図5の61)の他に3つのデータ(図5の63,6
5,67)が作成され,それを利用者が区別して使い分
ける必要がある。
As shown in the above example, conventionally, when the user who created the data and the program that uses the data are different from each other, the conversion program is selected according to the program to be used. Then, the original data was converted, the processing was performed using the result, the processing result was further selected by an inverse conversion program, and the result was reflected in the original data. In this case, in addition to the original data (61 in FIG. 5), three data (63, 6 in FIG. 5) are used as data.
5, 67) are created and it is necessary for the user to distinguish and use them.

【0009】このようなことをしていると,元のデータ
や,編集済のデータを誤って消去したり,最新のデータ
がどれであるか分からなくなることが頻繁に発生する。
しかも,それぞれのデータの関係を知っているのが,こ
の一連の操作をした人だけであるため,複数人でデータ
を共有しようとすると,さらにデータの扱いが難しくな
るという問題があった。
When this is done, it often happens that the original data and the edited data are erroneously erased, or the latest data is lost.
Moreover, since only the person who performed this series of operations knows the relationship of each data, there is a problem that handling the data becomes more difficult when trying to share the data with multiple people.

【0010】本発明はデータ変換が可能なプログラム間
でのデータの共有を利用者の介在なしに行うことができ
るプログラム間での自動データ共有方式を提供すること
を目的とする。
It is an object of the present invention to provide an automatic data sharing system between programs capable of sharing data between programs capable of data conversion without user intervention.

【0011】[0011]

【課題を解決するための手段】図1は本発明の原理構成
図である。図1において,1はデータ処理装置,2は利
用者が使用したいプログラム名及び処理の対象となるデ
ータが指定される指定データ格納部,2aはデータを処
理するプログラムの種別を表す指定プログラム名,2b
は処理対象となるデータを表す指定データ名,3は複数
の各データがどのプログラムにより作成されたかを表す
ためにプログラム名,データ名の対応付けるプログラム
・データ対応表,4はあるプログラム(変換元プログラ
ム)により作成されたデータを他のプログラム(変換先
プログラム)で処理可能なデータに変換するための変換
プログラムを対応付けて格納した変換プログラム表であ
る。5はプログラム・データ対応表検索手段,6は比較
手段,7は変換プログラム表検索手段,8はデータ変換
手段である。なお,各プログラム名及びデータ名に対応
するプログラム及びデータは図示されない格納部に格納
されているものとする。
FIG. 1 is a block diagram showing the principle of the present invention. In FIG. 1, 1 is a data processing device, 2 is a designated data storage section in which a user wants to use a program name and data to be processed is designated, 2a is a designated program name representing the type of program that processes the data, 2b
Is a designated data name representing the data to be processed, 3 is a program name in order to show which program created each of a plurality of data, a program / data correspondence table in which the data names are associated, 4 is a program (conversion source program) 3 is a conversion program table in which a conversion program for converting the data created by (1) into data that can be processed by another program (conversion destination program) is stored in association with each other. Reference numeral 5 is a program / data correspondence table search means, 6 is a comparison means, 7 is a conversion program table search means, and 8 is a data conversion means. The programs and data corresponding to the program names and data names are stored in a storage unit (not shown).

【0012】本発明は指定されたデータと指定されたプ
ログラムの組み合わせが,そのデータを作成した時のプ
ログラムとの対応に合わない場合は,その指定されたデ
ータを指定されたプログラムに合うように変換プログラ
ムを検出して変換を行うものである。
According to the present invention, if the combination of the designated data and the designated program does not match the correspondence with the program when the data was created, the designated data should be matched with the designated program. The conversion program is detected and converted.

【0013】[0013]

【作用】図1において,利用者は使用したいプログラム
名(Piとする)と指定データ名(Diとする)を,指
定データ格納部2内の指定プログラム名2a,指定デー
タ名2bに設定する。これに対応してプログラム・デー
タ対応表検索手段5は,プログラム・データ対応表3を
参照して指定データ名2bに対応するプログラム名を検
索する。プログラム名(Pnとする)が検索されると,
次に比較手段6において指定プログラム名Piと検索さ
れたプログラム名Pnを比較する。この比較により両者
が一致すると,指定データ名Diのデータは指定プログ
ラム名Piのプログラムにより作成されたことが分かる
ので,指定プログラム名Piを用いて指定データ名Di
のデータについてデータ処理9aが実行される。なお,
データ処理9aでは指定プログラム名Piに対応するプ
ログラムにより,指定データ名Diに対応するデータに
ついて処理を行う。
In FIG. 1, the user sets a program name (designated Pi) and a designated data name (designated Di) to be used in the designated program name 2a and designated data name 2b in the designated data storage unit 2. In response to this, the program / data correspondence table retrieval means 5 refers to the program / data correspondence table 3 to retrieve the program name corresponding to the designated data name 2b. When the program name (Pn) is searched,
Then, the comparing means 6 compares the designated program name Pi with the retrieved program name Pn. If the two match by this comparison, it can be seen that the data of the designated data name Di was created by the program of the designated program name Pi, and therefore the designated data name Di is used by using the designated program name Pi.
The data processing 9a is executed for the data. In addition,
In the data processing 9a, the data corresponding to the designated data name Di is processed by the program corresponding to the designated program name Pi.

【0014】データ処理の結果得られたデータについて
そのデータ名を変更した場合は,プログラム・データ対
応表3に登録される。比較手段6において不一致である
ことが検出されると,指定プログラム名Piと検索され
たプログラム名Pnを用いて変換プログラム表4を検索
する。この検索では,変換元プログラム名がPnで変換
先プログラム名がPiである変換プログラム名を求め
る。変換プログラム名が求められると,データ変換手段
8はその変換プログラムを図示されない格納部から取り
出して,指定データ名Diのデータについてデータ変換
を行う。このデータ変換により求められた変換データ
(Dcとする)は指定プログラム名Piのプログラムに
より処理可能なデータであるから,指定プログラム名P
iのプログラムを用いて変換データDcに対してデータ
処理9bを行う。
When the data name of the data obtained as a result of the data processing is changed, it is registered in the program / data correspondence table 3. When the comparison means 6 detects a mismatch, the conversion program table 4 is searched using the designated program name Pi and the searched program name Pn. In this search, the conversion source program name is Pn and the conversion destination program name is Pi. When the conversion program name is obtained, the data conversion means 8 takes out the conversion program from a storage unit (not shown) and performs data conversion on the data of the designated data name Di. Since the converted data (denoted as Dc) obtained by this data conversion is data that can be processed by the program of the designated program name Pi, the designated program name P
Data processing 9b is performed on the converted data Dc using the program i.

【0015】このデータ処理9bの結果得られたデータ
のデータ名は,プログラム・データ対応表3に登録する
ことができ,プログラム名として指定プログラム名Pi
が設定される。また,データ処理9bの結果を上記の変
換元プログラム名Pnのプログラムのデータ形式に変換
したい場合は,図1の変換プログラム表検索手段7によ
り変換プログラム表4を参照して逆変換を行うための変
換プログラム名を取り出し,その変換プログラムにより
データ変換手段8で変換を行って変換データを得ること
ができる。
The data name of the data obtained as a result of this data processing 9b can be registered in the program / data correspondence table 3, and the designated program name Pi is used as the program name.
Is set. When it is desired to convert the result of the data processing 9b into the data format of the program having the above-mentioned conversion source program name Pn, the conversion program table search means 7 in FIG. It is possible to obtain the conversion data by taking out the conversion program name and performing conversion by the data conversion means 8 by the conversion program.

【0016】[0016]

【実施例】図2は実施例の構成図,図3は実施例の各テ
ーブル構成例である。図2において,20は自動データ
共有機構,21は自動データ共有処理部,22はテーブ
ル1(図1のプログラム・データ対応表3に対応)とテ
ーブル2(図1の変換プログラム表4に対応)が格納さ
れたデータベース,23はデータ及びプログラムを保持
して処理を行うデータ処理部,24は入出力部である。
これらの自動データ共有機構20,データ処理部23,
入出力部24はパーソナル・コンピュータやワードプロ
セッサ等の情報処理装置により構成される。なお,図2
のデータ処理部23には,データとプログラムの組み合
わせと変換プログラムの関係を示す例が示されている。
FIG. 2 is a block diagram of an embodiment, and FIG. 3 is an example of each table configuration of the embodiment. In FIG. 2, 20 is an automatic data sharing mechanism, 21 is an automatic data sharing processing unit, 22 is a table 1 (corresponding to the program / data correspondence table 3 in FIG. 1) and a table 2 (corresponding to the conversion program table 4 in FIG. 1). Is a database in which is stored, 23 is a data processing unit that holds data and programs and performs processing, and 24 is an input / output unit.
These automatic data sharing mechanism 20, data processing unit 23,
The input / output unit 24 is composed of an information processing device such as a personal computer or a word processor. Figure 2
In the data processing unit 23, an example showing the relationship between the combination of data and programs and the conversion program is shown.

【0017】図3は図2のテーブル1とテーブル2の構
成例である。図3のA.に示すテーブル1の場合,各プ
ログラム名PS1,PS2,・・・PSnのそれぞれの
プログラムにより作成されたデータ名としてD1,D
2,・・・Dnが対応付けられている。
FIG. 3 shows a configuration example of the table 1 and the table 2 in FIG. A. of FIG. In the case of the table 1 shown in Fig. 1, D1 and D2 are data names created by the respective programs of the program names PS1, PS2, ... PSn.
2, ... Dn are associated.

【0018】また,図3のB.に示すテーブル2の場
合,変換元の各プログラム名PS1,PS2,・・・P
Smにより作成された各データをそれぞれ変換先の各プ
ログラム名PD1,PD2,・・・PDmで扱うことが
できるデータに変換するための変換プログラム名PC
1,PC2,・・・PCmが設定されている。これらの
テーブル1,テーブル2はデータベースとして保持さ
れ,それぞれの内容は,逐次更新される。
Further, as shown in FIG. In the case of the table 2 shown in FIG. 2, each conversion source program name PS1, PS2, ... P
Conversion program name PC for converting each data created by Sm into data that can be handled by each conversion destination program name PD1, PD2, ... PDm
1, PC2, ... PCm are set. These tables 1 and 2 are held as a database, and the contents of each are sequentially updated.

【0019】図4は上記図2の自動データ共有機構20
が備える自動データ共有処理部21において実行される
処理フローである。図2の入出力部24から利用者がプ
ログラム名(Pi)とデータ名(Di)を指定すると図
4の処理がスタートし,最初に入力データ名Diにより
テーブル1を検索する(図4の40)。この検索で入力
データ名Diに対応するプログラム名(PSとする)が
検出されると,そのプログラム名PSが入力されたプロ
グラム名Piと一致するか判別する(同41)。一致し
た場合は,データ処理部23(図2)に対して利用者か
ら指定されたプログラム(プログラム名Pi)を起動し
てデータ名Diのデータについてデータ処理を開始させ
る(同42)。処理結果のデータはデータ処理部23内
の元のデータ名Diにより保持される。
FIG. 4 shows the automatic data sharing mechanism 20 of FIG.
It is a processing flow executed in the automatic data sharing processing unit 21 included in. When the user specifies the program name (Pi) and the data name (Di) from the input / output unit 24 of FIG. 2, the process of FIG. 4 starts, and the table 1 is first searched by the input data name Di (40 of FIG. 4). ). When a program name (PS) corresponding to the input data name Di is detected in this search, it is determined whether the program name PS matches the input program name Pi (step 41). If they match, the program (program name Pi) specified by the user is activated for the data processing unit 23 (FIG. 2) to start data processing for the data with the data name Di (at 42). The data of the processing result is held by the original data name Di in the data processing unit 23.

【0020】上記のステップ41において,不一致の場
合は,テーブル2によりプログラム名Piを変換先プロ
グラム,プログラム名PSを変換元プログラムとして検
索し,対応する変換プログラム名(PCとする)を求め
る(同43)。この検索により対応する変換プログラム
名が検出されたか判断し(同44),検出されないとデ
ータを変換することができない旨の警告を出力する(同
45)。この場合,利用者は処理を中止する。
In the above step 41, if they do not match, the table 2 is searched for the program name Pi as the conversion destination program and the program name PS as the conversion source program to obtain the corresponding conversion program name (PC). 43). It is determined whether the corresponding conversion program name is detected by this search (at step 44), and if it is not detected, a warning that the data cannot be converted is output (at step 45). In this case, the user stops the process.

【0021】変換プログラム名PCが求められると,そ
の変換プログラム(PC)のプログラムにより指定デー
タ名Diのデータを変換して変換先のプログラム(P
i)に対応するデータ(Di1とする)が得られる(同
46)。次に,このデータDi1についてプログラム名
Piのプログラムによりデータ処理を行い,処理結果と
してデータ(Di2とする)を得る(同47)。
When the conversion program name PC is obtained, the data of the designated data name Di is converted by the program of the conversion program (PC) and the conversion destination program (P
Data (i1) corresponding to i) is obtained (at 46). Next, the data Di1 is subjected to data processing by the program having the program name Pi, and the data (di2) is obtained as the processing result (step 47).

【0022】このデータDi2は,指定されたプログラ
ム(プログラム名Pi)に対応する形式のデータである
が,これを元のプログラム(プログラム名PS)に対応
するデータに変換して保存する場合,以下の処理が行わ
れる。
This data Di2 is data in a format corresponding to the designated program (program name Pi). If this data Di2 is converted into data corresponding to the original program (program name PS) and saved, Is processed.

【0023】すなわち,プログラム名Piとプログラム
名PSを入れ換えて,変換元プログラム名をプログラム
名PS,変換先プログラム名をプログラム名Piとして
テーブル2を検索して,対応する変換プログラム名P
C’を取り出す(同48)。次に,この検索により変換
プログラム名PC’が検索されたか否か判別し(同4
9),検索されない時は上記ステップ45と同様に警告
を出力し,検索されるとその変換プログラム名PC’の
プログラムによりデータ名Di2のデータを変換して,
変換データを求める(同50)。変換データが求められ
るとそのデータを最初に指定されたデータ名Diのデー
タと置き換える(同51)。
That is, the program name Pi and the program name PS are exchanged, the conversion source program name is the program name PS, the conversion destination program name is the program name Pi, and the table 2 is searched to find the corresponding conversion program name P.
Take out C '(48). Then, it is judged whether or not the conversion program name PC 'is searched by this search (see the same 4
9) If not searched, a warning is output as in the case of step 45, and if searched, the data of the data name Di2 is converted by the program of the conversion program name PC ′,
Converted data is obtained (50). When the converted data is obtained, the data is replaced with the data of the first designated data name Di (step 51).

【0024】図2のデータ処理部23に示す例では,デ
ータ1とプログラムBが指定された例である。この例で
は,データ1がプログラムAにより作成されており,こ
のデータ1についてプログラムBにより処理を行う場
合,プログラムAからプログラムBへデータを変換する
ための変換プログラムCがテーブル2を検索することに
より求められると,その変換プログラムCによりデータ
1を変換する。これにより,プログラムBが処理可能な
形式に変換されたデータ2が得られる。次に,このデー
タ2についてプログラムBによりデータ処理を行う。こ
のデータ処理により内容が変化したデータ2を元のデー
タ1の形式に変換する場合,プログラムBのデータをプ
ログラムAのデータに逆変換する変換プログラムを検索
し,得られた変換プログラム(図示せず)を用いてデー
タ2を逆変換してデータ1と同様の形式のデータが得ら
れ,そのデータを保持する。
In the example shown in the data processing section 23 of FIG. 2, the data 1 and the program B are designated. In this example, the data 1 is created by the program A, and when the data B is processed by the program B, the conversion program C for converting the data from the program A to the program B searches the table 2. When found, the data 1 is converted by the conversion program C. As a result, the data 2 converted into a format that can be processed by the program B is obtained. Next, the data processing of the data 2 is performed by the program B. When converting the data 2 whose contents have been changed by this data processing into the original data 1 format, a conversion program that reversely converts the data of the program B into the data of the program A is searched and the obtained conversion program (not shown) is searched. ) Is used to reverse-convert data 2 to obtain data in the same format as data 1, and the data is held.

【0025】上記の変換元プログラム及び変換先プログ
ラムとしては,例えば,ある機種用のワード処理プログ
ラムと他機種のワード処理プログラムである。上記図3
に示すテーブル1,テーブル2の内容は,利用者の使用
履歴に従って使用データ名,使用プログラム名,変換プ
ログラムの登録等の各情報の発生に応じて自動的に構築
するような機構を設けることができる。
The conversion source program and the conversion destination program are, for example, a word processing program for a certain model and a word processing program for another model. Figure 3 above
The contents of Tables 1 and 2 shown in Fig. 1 may be provided with a mechanism for automatically constructing according to the use history of users, such as names of used data, names of used programs, registration of conversion programs, etc. it can.

【0026】[0026]

【発明の効果】本発明によれば次のような効果を奏する
ことができる。 利用者はプログラム間のデータ変換を意識しないで,
データを利用できる。 データを一元管理することができ,これにより利用者
の使用誤りによるデータの破壊やデータの重複を防ぐこ
とができる。 データベースを利用すると,2つの表(テーブル)の
維持管理が容易となる。 本発明を利用しない場合にも,元となるデータを,作
成したプログラムで利用できる。すなわち,本発明の機
能を利用するためにデータを特殊なものにする必要がな
いため,本機能を使う場合と使わない場合とでデータの
作り分けをしなくてもよい。
According to the present invention, the following effects can be obtained. The user does not need to be aware of data conversion between programs,
Data available. Data can be centrally managed, which can prevent data destruction and data duplication due to user's misuse. Using a database makes it easy to maintain two tables. Even when the present invention is not used, the original data can be used in the created program. That is, since it is not necessary to make the data special in order to use the function of the present invention, it is not necessary to separately create data depending on whether this function is used or not.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の実施例の構成図である。FIG. 2 is a configuration diagram of an embodiment of the present invention.

【図3】実施例の各テーブルの構成例である。FIG. 3 is a configuration example of each table of the embodiment.

【図4】実施例の処理フローである。FIG. 4 is a processing flow of an embodiment.

【図5】従来例の説明図である。FIG. 5 is an explanatory diagram of a conventional example.

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

1 データ処理装置 2 指定データ格納部 2a 指定プログラム名 2b 指定データ名 3 プログラム・データ対応表 4 変換プログラム表 5 プログラム・データ対応表検索手段 6 比較手段 7 変換プログラム表検索手段 8 データ変換手段 1 Data Processor 2 Designated Data Storage 2a Designated Program Name 2b Designated Data Name 3 Program / Data Correspondence Table 4 Conversion Program Table 5 Program / Data Correspondence Table Search Means 6 Comparison Means 7 Conversion Program Table Search Means 8 Data Conversion Means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 プログラム名とそのプログラムにより作
成されたデータ名を対応付けるプログラム・データ対応
表と,変換元プログラムのデータを変換先プログラムに
対応するデータへ変換する変換プログラムの対応関係を
表す変換プログラム表とを備え,指定プログラム名によ
り指定データ名のデータを処理する指示に対し,指定デ
ータを用いて前記プログラム・データ対応表を検索して
対応するプログラム名を検出し,該検出プログラム名と
指定プログラム名を比較して一致すると指定プログラム
により指定データについてデータ処理が起動し,不一致
が検出されると前記指定プログラム名と前記検出プログ
ラム名を用いて前記変換プログラム表を検索し,前記変
換プログラム表から検索された変換プログラムにより前
記指定データを変換し,前記変換されたデータについて
前記指定プログラム名のプログラムによりデータ処理を
行うことを特徴とするデータ処理装置におけるプログラ
ム間の自動データ共有方式。
1. A conversion program representing a correspondence relationship between a program / data correspondence table that associates a program name with a data name created by the program, and a conversion program that converts data of a conversion source program into data corresponding to a conversion destination program. Table, and for the instruction to process the data of the specified data name by the specified program name, the program / data correspondence table is searched by using the specified data, the corresponding program name is detected, and the detected program name is specified. When the program names are compared and matched, the specified program starts data processing for the specified data, and when a mismatch is detected, the specified program name and the detected program name are used to search the conversion program table, and the conversion program table is searched. Convert the specified data with the conversion program retrieved from An automatic data sharing method between programs in a data processing device, wherein the converted data is processed by a program having the specified program name.
【請求項2】 請求項1において,前記変換プログラム
により前記指定データを変換したデータについて指定プ
ログラム名のプログラムによりデータ処理を行って得ら
れた結果データを元のプログラム名に対応するデータに
変換する時,前記変換プログラム表を用いて変換元プロ
グラム名と変換先プログラム名を逆にして検索すること
により逆変換用の変換プログラム名を検索し,検索され
た変換プログラムにより前記結果データを変換すること
を特徴とするデータ処理装置におけるプログラム間の自
動データ共有方式。
2. The result data obtained by performing data processing by a program having a designated program name on the data obtained by converting the designated data by the conversion program according to claim 1, and converting the result data into data corresponding to the original program name. At this time, a conversion program name for reverse conversion is searched by reversing the conversion source program name and the conversion destination program name using the conversion program table, and the result data is converted by the searched conversion program. A method for automatically sharing data between programs in a data processing device.
JP4336065A 1992-12-16 1992-12-16 Automatic data sharing method between programs Expired - Lifetime JP2702366B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4336065A JP2702366B2 (en) 1992-12-16 1992-12-16 Automatic data sharing method between programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4336065A JP2702366B2 (en) 1992-12-16 1992-12-16 Automatic data sharing method between programs

Publications (2)

Publication Number Publication Date
JPH06187219A true JPH06187219A (en) 1994-07-08
JP2702366B2 JP2702366B2 (en) 1998-01-21

Family

ID=18295335

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4336065A Expired - Lifetime JP2702366B2 (en) 1992-12-16 1992-12-16 Automatic data sharing method between programs

Country Status (1)

Country Link
JP (1) JP2702366B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0883168A (en) * 1994-09-14 1996-03-26 Toshiba Corp Data processing system and its method
JP2001142754A (en) * 1999-11-15 2001-05-25 Nec Fielding Ltd File editing system for flexible disk
US6385606B2 (en) 1997-10-27 2002-05-07 Hitachi, Ltd. File format conversion method, and file system, information processing system, electronic commerce system using the method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01155432A (en) * 1987-12-11 1989-06-19 Mitsubishi Electric Corp Data conversion system
JPH02208714A (en) * 1989-02-09 1990-08-20 Nec Corp Different kind data input/output system
JPH04245341A (en) * 1991-01-30 1992-09-01 Nec Corp Information processor
JPH04317151A (en) * 1991-04-16 1992-11-09 Fuji Xerox Co Ltd File transfer device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01155432A (en) * 1987-12-11 1989-06-19 Mitsubishi Electric Corp Data conversion system
JPH02208714A (en) * 1989-02-09 1990-08-20 Nec Corp Different kind data input/output system
JPH04245341A (en) * 1991-01-30 1992-09-01 Nec Corp Information processor
JPH04317151A (en) * 1991-04-16 1992-11-09 Fuji Xerox Co Ltd File transfer device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0883168A (en) * 1994-09-14 1996-03-26 Toshiba Corp Data processing system and its method
US6385606B2 (en) 1997-10-27 2002-05-07 Hitachi, Ltd. File format conversion method, and file system, information processing system, electronic commerce system using the method
JP2001142754A (en) * 1999-11-15 2001-05-25 Nec Fielding Ltd File editing system for flexible disk

Also Published As

Publication number Publication date
JP2702366B2 (en) 1998-01-21

Similar Documents

Publication Publication Date Title
EP0231119A3 (en) Method and system for retrieval of stored graphs
US9286362B2 (en) System and method to customize metadata for different users running on the same infrastructure
JPH06187219A (en) Automatic data sharing system between programs
JP2726858B2 (en) Interactive Information Retrieval Method Using Natural Language
JPS62131333A (en) Information retrieval system
JPH0394374A (en) Data base operating device
JPH04148326A (en) Application activating system
JP4283038B2 (en) Document registration device, document search device, program, and storage medium
JP3164210B2 (en) Kana-Kanji conversion method
JPS6344236A (en) Supporting system for generating separation type knowledge base
JPH0457153A (en) Structured document processing system
JPS61123947A (en) Intelligence editing method
JPH07121415A (en) File management device
JPH0511987A (en) Application program starting method
JPH08221422A (en) Machine translation system
JPH0371260A (en) Device for estimating dictionary information of composite word
JPH0793196A (en) Information managing device
JPH05342159A (en) Information processing system
JPS63263530A (en) Personal index retrieval system
JPH0452966A (en) Document data editing system
JPS6398732A (en) Software maintenance system
JPH07160558A (en) Data base retrieval sentence preparing device
JPH0477956A (en) Term explanation generation system
JPH04188361A (en) Index preparing system
JPH0410142A (en) Vertical branch type data base access system

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091003

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121003

Year of fee payment: 15