JPH04220719A - Data base conversion system - Google Patents

Data base conversion system

Info

Publication number
JPH04220719A
JPH04220719A JP2412532A JP41253290A JPH04220719A JP H04220719 A JPH04220719 A JP H04220719A JP 2412532 A JP2412532 A JP 2412532A JP 41253290 A JP41253290 A JP 41253290A JP H04220719 A JPH04220719 A JP H04220719A
Authority
JP
Japan
Prior art keywords
program
version
database
database conversion
memory
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
JP2412532A
Other languages
Japanese (ja)
Inventor
Koji Shima
志摩 浩司
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 JP2412532A priority Critical patent/JPH04220719A/en
Publication of JPH04220719A publication Critical patent/JPH04220719A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To perform data base conversion by single-time downloading to a low-order software system by eliminating a procedure for uploading a data base to a high-order software system which performs the data base converting process and downloads the converted data base to the low-order software system after the conversion. CONSTITUTION:The high-order software system 10 downloads the data base including an object version and a download data base conversion program by a transmitting means 11 together with the program which is updated to the version-up information and the low-order software system 20 after confirming the adequacy with the object version by a downloading process means 22 updates a current program into the version-updated program and update a current data base by a data base converting process means 23 according to the data base conversion program.

Description

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

【0001】0001

【産業上の利用分野】本発明は、情報処理装置のデータ
ベース変換方式に利用する。特に、分散配置されたデー
タベースをもつ複数の下位のソフトウェアシステムに対
して上位のソフトウェアシステムがプログラムのバージ
ョンアップにともなうデータベースの変換を行うデータ
ベース変換方式に関するものである。
FIELD OF INDUSTRIAL APPLICATION The present invention is applied to a database conversion method for an information processing device. In particular, the present invention relates to a database conversion method in which a higher-level software system converts a database of a plurality of lower-level software systems having distributed databases in accordance with a program version upgrade.

【0002】0002

【従来の技術】従来、データベース変換方式は、データ
ベースの使用方法を換えるようなプログラムのバージョ
ンアップを行う場合には、データベース自体の構造や定
義値も変換する必要があるために、データベースの変換
処理を行っていた。
[Background Art] Traditionally, database conversion methods have been used to perform database conversion processing because when upgrading a program that changes the way the database is used, it is necessary to convert the structure and definition values of the database itself. was going on.

【0003】0003

【発明が解決しようとする課題】しかし、このような従
来のデータベース変換方式では、単独のソフトウェアシ
ステムのバージョンアップの場合には、バージョンアッ
プ時にデータベース変換を1度行えばよいが、複数のソ
フトウェアシステムが分散して各自のデータベースをも
つ場合には、分散する各データベースを変換するために
、データベース変換処理を行う上位のソフトウェアシス
テムにそれぞれのデータベースをアップロードし、変換
後に再び下位のソフトウェアシステムにダウンロードす
る手順を行う必要があり、何回もデータ転送を行わなけ
ればならない問題点があった。
[Problems to be Solved by the Invention] However, with such conventional database conversion methods, when upgrading a single software system, it is only necessary to perform database conversion once, but when multiple software systems are If the databases are distributed and have their own databases, in order to convert each distributed database, each database must be uploaded to a higher-level software system that performs database conversion processing, and then downloaded again to a lower-level software system after conversion. There was a problem in that a procedure had to be performed and data had to be transferred many times.

【0004】本発明は上記の問題点を解決するもので、
データベースのアップロードおよびダウンロードの手順
が不必要で、下位のソフトウェアシステムに対して1回
のダウンロードでデータベース変換ができるデータベー
ス変換方式を提供することを目的とする。
[0004] The present invention solves the above problems.
The purpose of the present invention is to provide a database conversion method that eliminates the need for database upload and download procedures and allows database conversion to be performed in a single download to a lower-level software system.

【0005】[0005]

【課題を解決するための手段】本発明は、分散配置され
た複数の下位装置と、プログラムのバージョンアップに
ともないこの下位装置の有するデータベースの変換を行
う上位装置とを備え、上記各下位装置は現行のプログラ
ム、そのバージョンおよびデータベースを格納するメモ
リと、この現行のプログラムを実行するメインプログラ
ム実行手段とを備えたデータベース変換方式において、
上記上位装置はバージョンアップの対象とするバージョ
ン、バージョンアップされたプログラム、そのバージョ
ンおよび現行のデータベースを変換するデータベース変
換プログラムをバージョンアップ情報として上記各下位
装置に送信する送信手段を含み、上記各下位装置は、上
記送信手段からのバージョンアップ情報を受信する受信
手段と、上記メモリの内容に基づきこの受信された出力
情報が適応されるか否かを確認しこの確認結果に基づき
上記メモリに格納された現行のプログラムを上記メモリ
に格納されたバージョンアップされたプログラムに更新
するダウンロード処理手段と、上記データベース変換プ
ログラムに基づき上記メモリに格納された現行のデータ
ベースおよびバージョンを更新するデータベース変換処
理手段とを含み、メインプログラム実行手段は上記メモ
リに格納されたバージョンアップされたプログラムを実
行する手段を含むことを特徴とする。
[Means for Solving the Problems] The present invention includes a plurality of distributed lower-level devices and a higher-level device that converts a database possessed by the lower-level devices in accordance with a version upgrade of a program, and each of the above-mentioned lower-level devices In a database conversion method comprising a memory for storing a current program, its version and a database, and a main program execution means for executing the current program,
The higher-level device includes a transmission means for transmitting the version to be upgraded, the upgraded program, its version, and a database conversion program for converting the current database to each of the lower-level devices as version-up information. The apparatus includes a receiving means for receiving the version upgrade information from the transmitting means, and a system that checks whether or not the received output information is applied based on the contents of the memory, and stores the information in the memory based on the result of this confirmation. download processing means for updating the current program stored in the memory to an upgraded program stored in the memory; and database conversion processing means for updating the current database and version stored in the memory based on the database conversion program. The main program execution means includes means for executing the updated program stored in the memory.

【0006】また、本発明は、上記メモリはダウンロー
ド処理プログラムおよび現行のデータベース変換プログ
ラムを格納する領域を含み、上記ダウンロード処理手段
はこのダウンロード処理プログラムに基づきバージョン
確認処理およびプログラム更新処理を行い上記メモリに
格納された現行のデータベース変換プログラムの更新を
行う手段を含むことができる。
Further, in the present invention, the memory includes an area for storing a download processing program and a current database conversion program, and the download processing means performs version confirmation processing and program update processing based on the download processing program, and stores the download processing program in the memory. The database may include means for updating a current database conversion program stored in the database.

【0007】さらに、本発明は、上記送信手段は上記バ
ージョンアップ情報を同報通信する手段を含み、上記受
信手段はこの同報通信されたバージョンアップ情報を受
信する手段を含むことができる。
Further, in the present invention, the transmitting means may include means for broadcasting the version up information, and the receiving means may include means for receiving the broadcast version up information.

【0008】[0008]

【作用】上位装置は送信手段でバージョンアップの対象
とするバージョン、バージョンアップされたプログラム
、そのバージョンおよび現行のデータベースを変換する
データベース変換プログラムをバージョンアップ情報と
して各下位装置に送信する。各下位装置は受信手段で送
信手段からのバージョンアップ情報を受信する。ダウン
ロード処理手段でメモリの内容に基づきこの受信された
出力情報が適応されるか否かを確認しこの確認結果に基
づきメモリに格納された現行のプログラムを上記バージ
ョンアップされたプログラムに更新する。データベース
変換処理手段でデータベース変換プログラムに基づきメ
モリに格納された現行のデータベースおよびバージョン
を更新する。メインプログラム実行手段はメモリに格納
されたバージョンアップされたプログラムを実行する。
[Operation] The higher-level device transmits the version to be upgraded, the upgraded program, its version, and a database conversion program for converting the current database to each lower-level device as version-up information using the transmitting means. Each lower device receives version upgrade information from the transmitting means using the receiving means. The download processing means checks whether the received output information is applied based on the contents of the memory, and updates the current program stored in the memory to the upgraded program based on the check result. The database conversion processing means updates the current database and version stored in the memory based on the database conversion program. The main program execution means executes the updated program stored in the memory.

【0009】また、メモリはダウンロード処理プログラ
ムおよび現行のデータベース変換プログラムを格納し、
ダウンロード処理手段はこのダウンロード処理プログラ
ムに基づきバージョン確認処理およびプログラム更新処
理を行いメモリに格納された現行のデータベース変換プ
ログラムの更新を行うことが望ましい。
[0009] The memory also stores a download processing program and a current database conversion program;
It is desirable that the download processing means performs version confirmation processing and program update processing based on this download processing program to update the current database conversion program stored in the memory.

【0010】さらに、送信手段はバージョンアップ情報
を同報通信し、受信手段はこの同報通信されたバージョ
ンアップ情報を受信することができる。
Furthermore, the transmitting means can broadcast the version up information, and the receiving means can receive the broadcasted version up information.

【0011】以上によりデータベースのアップロードお
よびダウンロードの手順が不必要で、下位のソフトウェ
アシステムに対して1回のダウンロードでデータベース
変換ができ、また同報通信することによりすべての下位
のソフトウェアシステムに対して1回のデータ転送でデ
ータベースの変換ができる。
[0011] As a result of the above, database upload and download procedures are unnecessary, database conversion can be performed with one download for lower-level software systems, and by broadcast communication, database conversion can be performed for all lower-level software systems. Database conversion is possible with a single data transfer.

【0012】0012

【実施例】本発明の実施例について図面を参照して説明
する。図1は本発明一実施例データベース変換方式のブ
ロック構成図である。
Embodiments Examples of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram of a database conversion system according to an embodiment of the present invention.

【0013】図1において、データベース変換方式は、
分散配置された複数の下位装置としてソフトウェアシス
テム20と、プログラムのバージョンアップにともない
ソフトウェアシステム20の有するデータベースの変換
を行う上位装置としてソフトウェアシステム10とを備
え、各ソフトウェアシステム20は現行のプログラム、
そのバージョンおよびデータベースを格納するメモリ2
5と、この現行のプログラムを実行するメインプログラ
ム実行手段24とを備える。
In FIG. 1, the database conversion method is as follows:
A software system 20 is provided as a plurality of distributed lower-level devices, and a software system 10 is provided as a higher-level device that converts the database of the software system 20 as the program is updated.
Memory 2 to store its version and database
5, and main program execution means 24 for executing this current program.

【0014】ここで本発明の特徴とするところは、ソフ
トウェアシステム10はバージョンアップの対象とする
バージョン、バージョンアップされたプログラム、その
バージョンおよび現行のデータベースを変換するデータ
ベース変換プログラムをバージョンアップ情報として各
ソフトウェアシステム20に送信する送信手段11を含
み、各ソフトウェアシステム20は、送信手段11から
のバージョンアップ情報を受信する受信手段21と、メ
モリ25の内容に基づきこの受信された出力情報が適応
されるか否かを確認しこの確認結果に基づきメモリ25
に格納された現行のプログラムを上記バージョンアップ
されたプログラムに更新するダウンロード処理手段22
と、上記データベース変換プログラムに基づきメモリ2
5に格納された現行のデータベースおよびバージョンを
更新するデータベース変換処理手段23とを含み、メイ
ンプログラム実行手段24はメモリ25に格納されたバ
ージョンアップされたプログラムを実行する手段を含む
ことにある。
The feature of the present invention is that the software system 10 stores the version to be upgraded, the upgraded program, its version, and a database conversion program for converting the current database as upgrade information. Each software system 20 includes a receiving means 21 for receiving version upgrade information from the transmitting means 11 and adapting this received output information based on the contents of the memory 25. Based on this confirmation result, the memory 25
download processing means 22 for updating the current program stored in the above to the upgraded program;
and memory 2 based on the above database conversion program.
The main program execution means 24 includes means for executing the updated program stored in the memory 25.

【0015】また、メモリ25はダウンロード処理プロ
グラムおよび現行のデータベース変換プログラムを格納
する領域を含み、ダウンロード処理手段22はこのダウ
ンロード処理プログラムに基づきバージョン確認処理お
よびプログラム更新処理を行いメモリ25に格納された
現行のデータベース変換プログラムの更新を行う手段を
含む。
The memory 25 also includes an area for storing a download processing program and a current database conversion program, and the download processing means 22 performs version confirmation processing and program update processing based on this download processing program and stores the download processing program in the memory 25. Includes means for updating current database conversion programs.

【0016】さらに、送信手段11はバージョンアップ
情報を同報通信する手段を含み、受信手段21はこの同
報通信されたバージョンアップ情報を受信する手段を含
む。
Further, the transmitting means 11 includes means for broadcasting the version upgrade information, and the receiving means 21 includes means for receiving the broadcast version upgrade information.

【0017】このような構成のデータベース変換方式の
動作について説明する。
The operation of the database conversion method having such a configuration will be explained.

【0018】図2は本発明のデータベース変換方式の動
作を示すフローチャートである。図3は本発明のデータ
ベース変換方式の下位のソフトウェアシステムのメモリ
の内容を示す図である。図4は本発明のデータベース変
換方式のダウンロードされるバージョンアップ情報の内
容を示す図である。
FIG. 2 is a flowchart showing the operation of the database conversion method of the present invention. FIG. 3 is a diagram showing the contents of the memory of the lower-level software system of the database conversion method of the present invention. FIG. 4 is a diagram showing the contents of downloaded version upgrade information of the database conversion method of the present invention.

【0019】図1および図2において、ソフトウエアシ
ステム10の送信手段11はバージョンアップ情報を送
信する(S1)。ソフトウエアシステム20の受信手段
21は、バージョンアップ情報を受信する (S2)。 該当するソフトウエアシステム20内にて、データベー
ス35を現行のバージョン31から新バージョン42に
変換するためにダウンロードされた新データベース変換
プログラム43を実行するために、まず現行のバージョ
ン31と、ダウンロードされた新バージョン42の適応
性を確認する必要がある。 現行のバージョン31は、メモリ25に記憶されており
、ダウンロードされた新バージョン42の新データベー
ス変換プログラム43に適応するバージョンはダウンロ
ードデータ (バージョンアップ情報) の対象バージ
ョン41に記述されており、ダウンロード処理プログラ
ム32のバージョン確認手順に基づきダウンロード処理
手段22でこれらのバージョンの適応性を確認する (
S3)。
In FIGS. 1 and 2, the transmitting means 11 of the software system 10 transmits version upgrade information (S1). The receiving means 21 of the software system 20 receives the version upgrade information (S2). In order to execute the downloaded new database conversion program 43 in order to convert the database 35 from the current version 31 to the new version 42 within the corresponding software system 20, the current version 31 and the downloaded It is necessary to confirm the suitability of the new version 42. The current version 31 is stored in the memory 25, and the version applicable to the new database conversion program 43 of the downloaded new version 42 is described in the target version 41 of the download data (version update information), and the download process The suitability of these versions is confirmed by the download processing means 22 based on the version confirmation procedure of the program 32 (
S3).

【0020】対象外のバージョンである場合には、その
バージョンアップは無効であるので、ダウンロード不可
通知を行い(S4)、メインプログラム実行手段24で
旧バージョンのまま運用を続行し手順を終了する (S
5)。
[0020] If it is an ineligible version, the version upgrade is invalid, so a notification is sent that downloading is not possible (S4), and the main program execution means 24 continues operation with the old version and ends the procedure ( S
5).

【0021】対象バージョンである場合には、そのバー
ジョンアップが有効と認め、ダウンロード処理プログラ
ム32を実行する。すなわち、ダウンロード処理手段2
2は、ダウンロードデータの新データベース変換プログ
ラム43でメモリ25のデータベース変換プログラム3
3を更新し、新メインプログラム44でメイプログラム
34を更新する (S6)。
If it is the target version, the version upgrade is recognized as valid and the download processing program 32 is executed. That is, the download processing means 2
2 is a new database conversion program 43 for downloaded data, which is a database conversion program 3 in the memory 25.
3 and updates the main program 34 with the new main program 44 (S6).

【0022】次に、データベース変換処理手段23は、
メモリ25に格納された新データベース変換プログラム
43に基づきデータベース35を更新する (S7)。 その後に、データベース35が新バージョン42である
ことを示すために、ダウンロードデータの新バージョン
42でメモリ25のバージョン31を更新する (S8
)。
Next, the database conversion processing means 23
The database 35 is updated based on the new database conversion program 43 stored in the memory 25 (S7). Thereafter, the version 31 in the memory 25 is updated with the new version 42 of the downloaded data to indicate that the database 35 is the new version 42 (S8
).

【0023】以上でダウンロードによる処理は終了した
ので、ダウンロード終了通知をソフトウエアシステム1
0に行い (S9)、新バージョン42に更新された新
メインプログラム44を実行し、新バージョンで運用を
開始し (S10) 、手順を終了する。
[0023] Now that the download process has been completed, the download completion notification is sent to the software system 1.
0 (S9), executes the new main program 44 updated to the new version 42, starts operation with the new version (S10), and ends the procedure.

【0024】なお、対象バージョン41は、唯一ではな
く、多数のバージョンが適応する場合もありえるので、
複数のバージョンを記述できるものとする。
[0024] Note that the target version 41 is not the only one, and many versions may be applicable.
It shall be possible to describe multiple versions.

【0025】また、バージョンアップを行う目的ではな
く、単に特定のバージョンをダウンロードしたい場合を
考えて、対象バージョン41に特殊なバージョン (例
えば、バージョン0)を定義しておくことでバージョン
を無視して強制的にダウンロードを実行する手順を組込
むことも可能である。
[0025] Also, considering the case where you simply want to download a specific version rather than for the purpose of upgrading, by defining a special version (for example, version 0) in the target version 41, you can ignore the version. It is also possible to incorporate a procedure for forcibly executing the download.

【0026】さらに、ダウンロードするバージョンアッ
プ情報は、分散する各々のソフトウエアシステムに対し
て、同一のデータであるので、データ転送を同報通信 
(ブロードキャスト方式) で行えば、すべての分散ソ
フトウエアシステムに対してデータ転送を1回行うだけ
でバージョンアップが終了する。
Furthermore, since the version upgrade information to be downloaded is the same data for each distributed software system, data transfer is performed by broadcast communication.
(broadcast method), the version upgrade can be completed with just one data transfer to all distributed software systems.

【0027】また、本実施例では、新データベース変換
プログラム43の分だけ余分にメモリ格納領域が必要と
なるが、これは一時的なものであり、データベース変換
処理(S7)の実行後は不要となるので、他のプログラ
ムで再使用できるように解放してもよい。
Furthermore, in this embodiment, an extra memory storage area is required for the new database conversion program 43, but this is temporary and becomes unnecessary after the database conversion process (S7) is executed. Therefore, it can be released for reuse by other programs.

【0028】[0028]

【発明の効果】以上説明したように、本発明は、データ
ベースのアップロードおよびダウンロードの手順が不必
要で、下位のソフトウェアシステムに対して1回のダウ
ンロードでデータベース変換ができる優れた効果がある
。また同報通信することによりすべての下位のソフトウ
ェアシステムに対して1回のデータ転送でデータベース
の変換ができる利点がある。
As described above, the present invention has the advantageous effect of eliminating the need for database upload and download procedures and allowing database conversion to be performed on a lower-level software system with a single download. Moreover, broadcast communication has the advantage that database conversion can be performed with one data transfer to all lower-level software systems.

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

【図1】  本発明一実施例データベース変換方式のブ
ロック構成図。
FIG. 1 is a block diagram of a database conversion method according to an embodiment of the present invention.

【図2】  本発明のデータベース変換方式の動作を示
すフローチャート。
FIG. 2 is a flowchart showing the operation of the database conversion method of the present invention.

【図3】  本発明のデータベース変換方式の下位のソ
フトウェアシステムのメモリの内容を示す図。
FIG. 3 is a diagram showing the contents of the memory of the lower-level software system of the database conversion method of the present invention.

【図4】  本発明のデータベース変換方式のダウンロ
ードされるバージョンアップ情報の内容を示す図。
FIG. 4 is a diagram showing the contents of downloaded version upgrade information of the database conversion method of the present invention.

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

10、20  ソフトウェアシステム 11    送信手段 21    受信手段 22    ダウンロード処理手段 23    データベース変換処理手段24    メ
インプログラム実行手段25    メモリ 31    バージョン 32    ダウンロード処理プログラム33    
データベース変換プログラム34    メインプログ
ラム 35    データベース 41    対象バージョン 42    新バージョン 43    新データベース変換プログラム44   
 新メインプログラム
10, 20 Software system 11 Transmitting means 21 Receiving means 22 Download processing means 23 Database conversion processing means 24 Main program execution means 25 Memory 31 Version 32 Download processing program 33
Database conversion program 34 Main program 35 Database 41 Target version 42 New version 43 New database conversion program 44
New main program

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  分散配置された複数の下位装置と、プ
ログラムのバージョンアップにともないこの下位装置の
有するデータベースの変換を行う上位装置とを備え、上
記各下位装置は現行のプログラム、そのバージョンおよ
びデータベースを格納するメモリと、この現行のプログ
ラムを実行するメインプログラム実行手段とを備えたデ
ータベース変換方式において、上記上位装置はバージョ
ンアップの対象とするバージョン、バージョンアップさ
れたプログラム、そのバージョンおよび現行のデータベ
ースを変換するデータベース変換プログラムをバージョ
ンアップ情報として上記各下位装置に送信する送信手段
を含み、上記各下位装置は、上記送信手段からのバージ
ョンアップ情報を受信する受信手段と、上記メモリの内
容に基づきこの受信された出力情報が適応されるか否か
を確認しこの確認結果に基づき上記メモリに格納された
現行のプログラムを上記バージョンアップされたプログ
ラムに更新するダウンロード処理手段と、上記データベ
ース変換プログラムに基づき上記メモリに格納された現
行のデータベースおよびバージョンを更新するデータベ
ース変換処理手段とを含み、メインプログラム実行手段
は上記メモリに格納されたバージョンアップされたプロ
グラムを実行する手段を含むことを特徴とするデータベ
ース変換方式。
1. A plurality of lower-level devices distributed in a distributed manner, and a higher-level device that converts the database of the lower-level devices as the version of the program is updated, and each of the lower-level devices converts the current program, its version, and the database. In the database conversion method, the host device stores the version to be upgraded, the upgraded program, its version, and the current database. The database conversion program includes a transmitting means for transmitting the database conversion program to each of the lower-level devices as version-up information, and each of the lower-level devices includes a receiving device for receiving the version-up information from the transmitting means, and a transmitter for transmitting the database conversion program to each of the lower-level devices as version-up information. a download processing means for checking whether the received output information is applied and updating the current program stored in the memory to the upgraded program based on the result of this check; and database conversion processing means for updating the current database and version stored in the memory based on the database, and the main program execution means includes means for executing the updated program stored in the memory. Database conversion method.
【請求項2】  上記メモリはダウンロード処理プログ
ラムおよび現行のデータベース変換プログラムを格納す
る領域を含み、上記ダウンロード処理手段はこのダウン
ロード処理プログラムに基づきバージョン確認処理およ
びプログラム更新処理を行い上記メモリに格納された現
行のデータベース変換プログラムの更新を行う手段を含
む請求項1記載のデータベース変換方式。
2. The memory includes an area for storing a download processing program and a current database conversion program, and the download processing means performs version confirmation processing and program update processing based on the download processing program, and stores the download processing program in the memory. 2. The database conversion method according to claim 1, further comprising means for updating a current database conversion program.
【請求項3】  上記送信手段は上記バージョンアップ
情報を同報通信する手段を含み、上記受信手段はこの同
報通信されたバージョンアップ情報を受信する手段を含
む請求項1記載のデータベース変換方式。
3. The database conversion system according to claim 1, wherein said transmitting means includes means for broadcasting said version up information, and said receiving means includes means for receiving said broadcasted version up information.
JP2412532A 1990-12-20 1990-12-20 Data base conversion system Pending JPH04220719A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2412532A JPH04220719A (en) 1990-12-20 1990-12-20 Data base conversion system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2412532A JPH04220719A (en) 1990-12-20 1990-12-20 Data base conversion system

Publications (1)

Publication Number Publication Date
JPH04220719A true JPH04220719A (en) 1992-08-11

Family

ID=18521361

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2412532A Pending JPH04220719A (en) 1990-12-20 1990-12-20 Data base conversion system

Country Status (1)

Country Link
JP (1) JPH04220719A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100286008B1 (en) * 1995-12-30 2001-04-16 윤종용 Method for automatically updating software program
WO2007088612A1 (en) * 2006-02-01 2007-08-09 Fujitsu Limited Advance-notice-information notifying method for up-dating work of firmware
JP2012256300A (en) * 2011-06-10 2012-12-27 Mitsubishi Electric Corp Version down management device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100286008B1 (en) * 1995-12-30 2001-04-16 윤종용 Method for automatically updating software program
WO2007088612A1 (en) * 2006-02-01 2007-08-09 Fujitsu Limited Advance-notice-information notifying method for up-dating work of firmware
JP2012256300A (en) * 2011-06-10 2012-12-27 Mitsubishi Electric Corp Version down management device

Similar Documents

Publication Publication Date Title
US11645062B2 (en) Software update device and software update system
US20030121032A1 (en) Method and system for remotely updating function of household device
US20120117557A1 (en) Method and system for upgrading wireless data card
JP2008510252A (en) Generic upgrade architecture
CN102855152A (en) Method and system for upgrading resource files in application programs
US20210119858A1 (en) Network node firmware update
CN110647337A (en) Internet of things MCU (microprogrammed control Unit) air firmware upgrading method
US20020066093A1 (en) System and method for updating an executing executable file
US11755308B2 (en) Software update device, update control method, and non-transitory storage medium
JPH04220719A (en) Data base conversion system
CN106951265B (en) Development environment building method and device
JPWO2019207729A1 (en) Industrial computer, industrial computer system, operating system updating method and program
CN105872106A (en) Over-the-air upgrade method, over-the-air server and terminal
CN111683005B (en) Internet of things intelligent gateway equipment and construction method thereof
CN114610366A (en) Difference package upgrading method and system, intelligent electronic equipment and storage medium
JP3906735B2 (en) In-vehicle communication system
CN113434164A (en) Method and system for updating configuration of setting item cloud of vehicle-mounted entertainment host
WO2001004749A1 (en) Method and apparatus for upgrading firmware in an embedded system
CN107315602B (en) Application program upgrading method and terminal
EP1530756B1 (en) Wireless deployment / distributed execution of graphical programs to smart sensors
CN112486504A (en) Interaction method, upper computer and computer readable storage medium
JPH07210394A (en) Program management method for distributed system
CN110780943B (en) Method and system for unifying firmware of slave equipment
CN117492789A (en) OTA upgrading system and method of vehicle-mounted information entertainment system
CN117149233A (en) Upgrading method and device of vehicle software, electronic equipment and storage medium