JP2702366B2 - Automatic data sharing method between programs - Google Patents

Automatic data sharing method between programs

Info

Publication number
JP2702366B2
JP2702366B2 JP4336065A JP33606592A JP2702366B2 JP 2702366 B2 JP2702366 B2 JP 2702366B2 JP 4336065 A JP4336065 A JP 4336065A JP 33606592 A JP33606592 A JP 33606592A JP 2702366 B2 JP2702366 B2 JP 2702366B2
Authority
JP
Japan
Prior art keywords
data
program
name
conversion
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.)
Expired - Lifetime
Application number
JP4336065A
Other languages
Japanese (ja)
Other versions
JPH06187219A (en
Inventor
申一 望月
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

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 method between programs capable of sharing data between programs capable of data conversion without user intervention.

【0002】計算機,特にパーソナル・コンピュータ,
ワークステーション,ワードプロセッサ等において,デ
ータの利用者があるプログラムにより作成したデータ
を,他のプログラムにより利用したい場合があるが,そ
のために煩雑な操作を行う必要があり,利用者に負担が
かかっていた。
Computers, especially personal computers,
In workstations, word processors, etc., data users sometimes want to use data created by one program by another program, but this requires complicated operations and places a burden on users. .

【0003】[0003]

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

【0004】図5において,60はワークドプロセッサ
A,64はワードプロセッサBであり,両者は異なるハ
ードウエアであるが,同様の機能を持つプログラムとし
て,例えば日本語文書の処理の機能を持つプログラムa
とプログラムbを備え,各プログラムaとプログラムb
で扱うデータ形式は異なり互換性がないものとする。
In FIG. 5, reference numeral 60 denotes a work processor A and reference numeral 64 denotes a word processor B, both of which are different hardware, but which have similar functions, 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 are not compatible.

【0005】このような関係を持つ時,最初にワードプ
ロセッサA(60)によりデータを作成して,ワードプ
ロセッサAのデータ61が記憶媒体に格納されたものと
する。このデータ61を異なるプログラムbで動作する
ワードプロセッサB(64)の利用者が使用したい場
合,ワードプロセッサA用のデータをワードプロセッサ
B用のデータに変換する必要がある。そのために変換プ
ログラム62により変換処理を行って,変換したワード
プロセッサBのデータ63が得られ,このデータ63に
対してワードプロセッサB(64)を用いて文章を作成
・編集して,編集したワードプロセッサB(64)のデ
ータ65が得られる。
When such a relationship is established, 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 the 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. For this purpose, a conversion process is performed by the conversion program 62 to obtain converted data 63 of the word processor B. A sentence is created and edited on the data 63 using the word processor B (64), and the edited word processor B ( 64) is obtained.

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

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

【0008】[0008]

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

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

【0010】本発明はデータ変換が可能なプログラム間
でのデータの共有を利用者の介在なしに行うことができ
るプログラム間での自動データ共有方式を提供すること
を目的とする。
[0010] It is an object of the present invention to provide an automatic data sharing method 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, reference numeral 1 denotes a data processing device, 2 denotes a program name desired by a user and a designated data storage unit in which data to be processed is designated, 2a denotes a designated program name indicating a type of a program for processing data, 2b
Is a designated data name representing data to be processed, 3 is a program name and a program / data correspondence table for associating a program name with a data name to indicate which program created each data, and 4 is a program (a conversion source program). 7) is a conversion program table in which a conversion program for converting data created by the above method into data that can be processed by another program (conversion destination program) is stored in association with the data. 5 is a program / data correspondence table search unit, 6 is a comparison unit, 7 is a conversion program table search unit, and 8 is a data conversion unit. It is assumed that the program and data corresponding to each program name and data name are stored in a storage unit (not shown).

【0012】本発明は指定されたデータと指定されたプ
ログラムの組み合わせが,そのデータを作成した時のプ
ログラムとの対応に合わない場合は,その指定されたデ
ータを指定されたプログラムに合うように変換プログラ
ムを検出して変換を行うものである。
According to the present invention, when a combination of designated data and a designated program does not correspond to a program at the time of creating the data, the designated data is made to conform to the designated program. The conversion is performed by detecting the conversion program.

【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 (Pi) and a specified data name (Di) to be used in the specified program name 2a and the specified data name 2b in the specified data storage unit 2. In response to this, the program / data correspondence table search means 5 searches the program / data correspondence table 3 for a program name corresponding to the designated data name 2b. When the program name (Pn) is searched,
Next, the comparing means 6 compares the specified program name Pi with the retrieved program name Pn. If the two data match by this comparison, it is known that the data of the designated data name Di has been created by the program of the designated program name Pi. Therefore, the designated data name Di is designated using the designated program name Pi.
The data processing 9a is executed for the data of. In addition,
In the data processing 9a, a process corresponding to the designated data name Di is performed by a 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. If the comparing means 6 detects that the two programs do not match, the conversion program table 4 is searched using the specified program name Pi and the searched program name Pn. In this search, a conversion program name whose conversion source program name is Pn and whose conversion destination program name is Pi is obtained. When the conversion program name is obtained, the data conversion means 8 extracts the conversion program from a storage unit (not shown) and performs data conversion on the data having the specified data name Di. Since the conversion data (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 Pc
The 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 the data processing 9b can be registered in the program / data correspondence table 3, and the specified 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 shown in FIG. The name of the conversion program is taken out, and conversion is performed by the data conversion means 8 using the conversion program, thereby obtaining conversion data.

【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 a table configuration of the embodiment. 2, reference numeral 20 denotes an automatic data sharing mechanism, reference numeral 21 denotes an automatic data sharing processing unit, reference numeral 22 denotes a table 1 (corresponding to the program / data correspondence table 3 in FIG. 1) and table 2 (corresponding to the conversion program table 4 in FIG. 1). Is a data processing unit for holding and processing data and programs, and 24 is an input / output unit.
These automatic data sharing mechanism 20, data processing unit 23,
The input / output unit 24 includes an information processing device such as a personal computer or a word processor. Note that FIG.
In the data processing unit 23, an example showing a relationship between a combination of data and a program and a conversion program is shown.

【0017】図3は図2のテーブル1とテーブル2の構
成例である。図3のA.に示すテーブル1の場合,各プ
ログラム名PS1,PS2,・・・PSnのそれぞれの
プログラムにより作成されたデータ名としてD1,D
2,・・・Dnが対応付けられている。
FIG. 3 is a structural example of the tables 1 and 2 of FIG. FIG. In the case of Table 1, D1, D2, D3, D4,.
2,... Dn are associated with each other.

【0018】また,図3のB.に示すテーブル2の場
合,変換元の各プログラム名PS1,PS2,・・・P
Smにより作成された各データをそれぞれ変換先の各プ
ログラム名PD1,PD2,・・・PDmで扱うことが
できるデータに変換するための変換プログラム名PC
1,PC2,・・・PCmが設定されている。これらの
テーブル1,テーブル2はデータベースとして保持さ
れ,それぞれの内容は,逐次更新される。
FIG. , P2, PS2,... P
A 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,.
1, PC2,... PCm are set. These tables 1 and 2 are held as a database, and the contents of each are updated sequentially.

【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 shown in FIG.
3 is a processing flow executed in the automatic data sharing processing unit 21 provided in the processing. When the user specifies a program name (Pi) and a data name (Di) from the input / output unit 24 in FIG. 2, the processing in FIG. 4 starts, and the table 1 is first searched by the input data name Di (40 in FIG. 4). ). When a program name (PS) corresponding to the input data name Di is detected in this search, it is determined whether or not the program name PS matches the input program name Pi (41). If they match, the program (program name Pi) specified by the user is started to the data processing unit 23 (FIG. 2) to start data processing for the data with the data name Di (42). The processing result data 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 program 2 is searched from the table 2 for the program name Pi as the conversion destination program and the program name PS as the conversion source program, and the corresponding conversion program name (PC) is obtained. 43). It is determined whether or not the corresponding conversion program name is detected by this search (No. 44), and if not detected, a warning is output that the data cannot be converted (No. 45). In this case, the user stops the processing.

【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 conversion program (PC) program, and the conversion destination program (P
Data corresponding to i) (referred to as Di1) is obtained (at 46). Next, data processing is performed on the data Di1 by the program with the program name Pi, and data (referred to as Di2) is obtained as a processing result (47).

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

【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 table 2 is searched with the conversion source program name as the program name PS and the conversion destination program name as the program name Pi, and the corresponding conversion program name P
C 'is taken out (48). Next, it is determined whether or not the conversion program name PC 'has been searched by this search (4).
9) If no search is made, a warning is output in the same manner as in the step 45. If a search is made, the data of the data name Di2 is converted by the program of the conversion program name PC '.
Conversion data is obtained (50). When the converted data is obtained, the data is replaced with the data of the data name Di specified first (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 unit 23 of FIG. 2, data 1 and program B are specified. In this example, the data 1 is created by the program A, and when the data 1 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 obtained, the data 1 is converted by the conversion program C. As a result, data 2 converted into a format that can be processed by the program B is obtained. Next, data processing is performed on the data 2 by the program B. When converting the data 2 whose contents have been changed by the data processing into the original data 1 format, a search is made for a conversion program that reversely converts the data of the program B into the data of the program A, and the obtained conversion program (not shown) ) Is used to inversely transform data 2 to obtain data in the same format as data 1 and retain that data.

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

【0026】[0026]

【発明の効果】本発明によれば次のような効果を奏する
ことができる。 利用者はプログラム間のデータ変換を意識しないで,
データを利用できる。 データを一元管理することができ,これにより利用者
の使用誤りによるデータの破壊やデータの重複を防ぐこ
とができる。 データベースを利用すると,2つの表(テーブル)の
維持管理が容易となる。 本発明を利用しない場合にも,元となるデータを,作
成したプログラムで利用できる。すなわち,本発明の機
能を利用するためにデータを特殊なものにする必要がな
いため,本機能を使う場合と使わない場合とでデータの
作り分けをしなくてもよい。
According to the present invention, the following effects can be obtained. Users are not aware of data conversion between programs,
Data is available. Data can be centrally managed, thereby preventing data destruction and data duplication due to a user's use error. The use of a database facilitates maintenance of 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 data special in order to use the function of the present invention, it is not necessary to separately create data when using this function and when not using it.

【図面の簡単な説明】[Brief description of the 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 in the embodiment.

【図4】実施例の処理フローである。FIG. 4 is a processing flow of the 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 データ変換手段 DESCRIPTION OF SYMBOLS 1 Data processing apparatus 2 Specified data storage part 2a Specified program name 2b Specified 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 (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 プログラム名とそのプログラムにより作
成されたデータ名を対応付けるプログラム・データ対応
表と, 変換元プログラムのデータを変換先プログラムに対応す
るデータへ変換する変換プログラムの対応関係を表す変
換プログラム表とを備え, 指定プログラム名による指定データ名のデータを処理す
る指示に対し, 指定データを用いて前記プログラム・データ対応表を
検索して対応するプログラム名を検出し,前記検出された プログラム名と指定プログラム名を比較
して一致すると指定プログラムにより指定データについ
てデータ処理が起動し,不一致が検出されると前記指定
プログラム名と前記検出プログラム名を用いて前記変換
プログラム表を検索し, 前記変換プログラム表から検
索された変換プログラムにより前記指定データを変換
し, 前記変換されたデータについて前記指定プログラム名の
プログラムによりデータ処理を行うことを特徴とするデ
ータ処理装置におけるプログラム間の自動データ共有方
式。
1. A conversion program showing a correspondence between a program data correspondence table for associating a program name with a data name created by the program, and a conversion program for converting data of a conversion source program into data corresponding to a conversion destination program. and a table, with respect to instructions for processing the data of the designated data name by specifying the program name, and find the corresponding program name by searching the program data correspondence table with the specified data name, the detected program If the name and the specified program name are compared and they match, the specified program starts data processing for the specified data. If a mismatch is detected, the conversion program table is searched using the specified program name and the detected program name. According to the conversion program retrieved from the conversion program table, Convert the data, automatic data sharing method between programs in a data processing apparatus and performs data processing by the specified program name of the program for the transformed data.
【請求項2】 請求項1において, 前記変換プログラムにより前記指定データを変換したデ
ータについて指定プログラム名のプログラムによりデー
タ処理を行って得られた結果データを元のプログラム名
に対応するデータに変換する時, 前記変換プログラム表を用いて変換元プログラム名と変
換先プログラム名を逆にして検索することにより逆変換
用の変換プログラム名を検索し, 検索された変換プログラムにより前記結果データを変換
することを特徴とするデータ処理装置におけるプログラ
ム間の自動データ共有方式。
2. The data according to claim 1, wherein the result data obtained by performing data processing on the data obtained by converting the specified data by the conversion program using a program having a specified program name is converted into data corresponding to an original program name. A search for a reverse conversion program name by reversing the source program name and the destination program name using the conversion program table, and converting the result data by the searched conversion program. An automatic data sharing method between programs in a data processing device characterized by the following.
【請求項3】 請求項1において,3. The method according to claim 1, wherein 前記検出プログラム名と指定プログラム名を比較して一Compare the detected program name with the designated program name
致した時に指定プログラムにより指定データについてデThe specified data by the specified program
ータ処理を実行して得られたデータについてデータ名をData names for the data obtained by executing
変更する時,または前記比較で不一致が検出された時にWhen changing or when a mismatch is detected in the comparison
前記変換プログラム表より検索された変換プログラムにThe conversion program searched from the conversion program table
より前記指定データを変換し,Convert the specified data from 変換されたデータについて前記指定プログラム名のプロFor the converted data, the program with the specified program name
グラムによりデータ処理を実行して得られたデータのデData obtained by executing data processing using
ータ名を,前記プログラム・データ対応表に登録するこRegister the data name in the program / data correspondence table.
とを特徴とするプログラム間の自動データ共有方式。And an automatic data sharing method between programs.
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 JPH06187219A (en) 1994-07-08
JP2702366B2 true 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)

Families Citing this family (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
JP4035872B2 (en) 1997-10-27 2008-01-23 株式会社日立製作所 File format conversion method, file system, information system and electronic commerce system using the same
JP2001142754A (en) * 1999-11-15 2001-05-25 Nec Fielding Ltd File editing system for flexible disk

Family Cites Families (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

Also Published As

Publication number Publication date
JPH06187219A (en) 1994-07-08

Similar Documents

Publication Publication Date Title
US5151857A (en) Dictionary linked text base apparatus
US7451138B2 (en) Multi-part looked-up table fields and its use in data processing operations involving multiple tables of a relational database
US20110078204A1 (en) System and method to customize metadata for different users running on the same infrastructure
JP2702366B2 (en) Automatic data sharing method between programs
JPH0756932A (en) Information retrieval system
JPH02254564A (en) Translation dictionary editing device
JPH09212517A (en) Method and device for information substitutional retrieval
JP2726858B2 (en) Interactive Information Retrieval Method Using Natural Language
JPS62131333A (en) Information retrieval system
JPH0581326A (en) Data base retrieving device
JPH0394374A (en) Data base operating device
JP4283038B2 (en) Document registration device, document search device, program, and storage medium
JPH0546450A (en) Multihost data base access device
JPH0378872A (en) Document field estimating system
JP3637606B2 (en) Data processing device
JPH05204978A (en) Information retrieving device
JPH0511987A (en) Application program starting method
JPS6398732A (en) Software maintenance system
JPH05158664A (en) Information processor
JPH04148326A (en) Application activating system
JPH0457153A (en) Structured document processing system
JPH0754527B2 (en) Database search method
JPH0371260A (en) Device for estimating dictionary information of composite word
JPH08221422A (en) Machine translation system
JPH05241711A (en) Conversion data retrieving method

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