JPH096693A - Information processing method - Google Patents

Information processing method

Info

Publication number
JPH096693A
JPH096693A JP7156106A JP15610695A JPH096693A JP H096693 A JPH096693 A JP H096693A JP 7156106 A JP7156106 A JP 7156106A JP 15610695 A JP15610695 A JP 15610695A JP H096693 A JPH096693 A JP H096693A
Authority
JP
Japan
Prior art keywords
data
information
attribute information
synchronization
file
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
JP7156106A
Other languages
Japanese (ja)
Inventor
Kazuhide Watanabe
和秀 渡邉
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP7156106A priority Critical patent/JPH096693A/en
Publication of JPH096693A publication Critical patent/JPH096693A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE: To surely and automatically perform the synchronous processing between the information processors at a high speed based on the operation attribute information showing an operation state to the data and on the same identification attribute information proper to the data which are added to the data that are transferred between the information processors. CONSTITUTION: The operation attribute information 20 showing an operation state to the data and the same data identification attribute information 22 proper to the data are added to the data which are transferred between the information processors. When the data synchronous processing is performed between the information processors, the preceding synchronous processing is carried out based on both information 20 and 22 which are added to every corresponding data. Then the changed data are retrieved, and the synchronous processing is carried out to the retrieved data based on the information 20 and 22 which are added to the same data.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数の情報処理装置間
でデータの同期処理を行なう情報処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing method for synchronizing data between a plurality of information processing devices.

【0002】[0002]

【従来の技術】近年、情報処理装置は小型軽量化し、従
来の紙の手帳が果たしていたような機能(アドレス、ス
ケジユール、メモなど)を、携帯型の情報処理装置が行
えるようになってきている。これら携帯型情報処理装置
は、情報の携帯を主目的としており、従来の据置型情報
処理装置とデータを共有し、対で利用されるケースが増
えてきている。
2. Description of the Related Art In recent years, information processing devices have become smaller and lighter, and portable information processing devices have been able to perform the functions (addresses, schedules, memos, etc.) that conventional paper notebooks fulfill. . These portable information processing devices have a main purpose of carrying information, and the number of cases in which data is shared with conventional stationary information processing devices and used in pairs is increasing.

【0003】このため、情報処理装置間でチータ転送を
簡単に行えるように、赤外線、シリアルケーブル(RS
−232C等)などを用いて通信を行える仕様となって
いる。
For this reason, an infrared ray and a serial cable (RS
(-232C, etc.) and the like can be used for communication.

【0004】PIM(スケジユール、アドレス、メモな
どの個人情報)情報などは、レコート単位(データブロ
ック)で情報が更新されるが、情報更新(レコードの作
成、修正、複製、移動など)をされる機器が異なった場
合、あるデータに関するデータの同期を、異なる機器間
で行う必要が生じる。
Information such as PIM (personal information such as schedule, address, memo) is updated in units of record (data block), but information is updated (record creation, correction, duplication, movement, etc.). When the devices are different, it is necessary to synchronize data regarding certain data between the different devices.

【0005】例えば、携帯型情報処理装置と据置型情報
処理装置のデータが一致しているときに、携帯型のデー
タの一部を変更した場合など、据置型の同一データを変
更する必要が生じるが、このとき、単にデータ内容を比
較し、同内容とするのは危険である。(データ内容をど
ちらに合わせたら良いかという間題などが発生する。こ
の場合、変更時間などの履歴を管理する必要がある。) データ内容が変更されたときにファイル間の同期処理を
行う為には、データ変更の場合に限らず、新規作成、複
製、移動、削除などの変更内容に対応する必要がある。
For example, when the portable information processing device and the stationary information processing device have the same data, if the portable data is partially changed, the same stationary data needs to be changed. However, at this time, it is dangerous to simply compare the data contents and make them the same. (There is a problem such as which one should match the data contents. In this case, it is necessary to manage the history such as the change time.) When the data contents are changed, synchronization processing between files is performed. In addition to data changes, it is necessary to deal with changes such as new creation, duplication, movement, and deletion.

【0006】[0006]

【発明が解決しようとする課題】このように従来では、
オンライン接続されていない、複数の情報処理装置間で
データの同期処理(シンクロナイズ)を行なうには、あ
るタイミングで、データの変更の場合に限らず、新規作
成、複製、移動、削除などの変更内容に対応する必要が
ある。
As described above, conventionally,
In order to perform data synchronization processing (synchronization) between multiple information processing devices that are not connected online, the contents of changes such as new creation, duplication, movement and deletion are not limited to data changes at a certain timing. Need to correspond.

【0007】しかしながら、従来の同期処理では、どち
らか一方の機器のデータを更新した場合に、シンクロナ
イズを行なうと、更新されていない方の機器のデータが
残ってしまう。また、どちらか一方の機器のデータを削
除した場合、削除されていない方の機器のデータが残っ
てしまうという問題があった。さらに、シンクロナイズ
は、例えば変更時間などの履歴データ等に基づいて、デ
ータ内容をどちらに合わせたら良いかという判別を行な
う必要があるために、多くの処理時間を要するという問
題があった。
However, in the conventional synchronization processing, if the synchronization is performed when the data of one of the devices is updated, the data of the device that has not been updated remains. In addition, when the data of one of the devices is deleted, the data of the device that has not been deleted remains. Further, the synchronization requires a lot of processing time because it is necessary to determine which of the data contents should be matched based on history data such as change time.

【0008】本発明は前記のような事情を考慮してなさ
れたもので、情報処理機器間での同期処理(シンクロナ
イズ)を高速、確実、自動的に行なうことが可能な情報
処理方法を提供することを目的とする。
The present invention has been made in consideration of the above circumstances, and provides an information processing method capable of performing a synchronization process (synchronization) between information processing devices at high speed, reliably and automatically. The purpose is to

【0009】[0009]

【課題を解決するための手段】本発明は、情報処理機器
の間で送受されるデータに対して、データに対する操作
状態を表わす操作属性情報とデータ固有の同一データ認
識属性情報とを付加し、情報処理機器の間でデータの同
期処理を行なう際に、各データに付加された前記操作属
性情報及び同一データ認識属性情報に基づいて、前回の
同期処理を行なってから変化のあったデータを検索し、
検索して得られたデータについて、同データに付加され
た前記操作属性情報及び同一データ認識属性情報に基づ
いて、同期処理を実行することを特徴とする。
According to the present invention, operation attribute information indicating an operation state for data and the same data recognition attribute information unique to the data are added to data transmitted and received between information processing devices, When performing data synchronization processing between information processing devices, search for data that has changed since the previous synchronization processing based on the operation attribute information and the same data recognition attribute information added to each data Then
With respect to the data obtained by the search, a synchronization process is executed based on the operation attribute information and the same data recognition attribute information added to the data.

【0010】[0010]

【作用】このような方法によれば、個人情報の管理とい
うことに着目し、付加情報をできるだけ小容量とし、各
データの同一性をID情報に基づいて行なうことによ
り、同期処理を高速に実行する。
According to such a method, attention is paid to the management of personal information, the additional information is made as small as possible, and the identity of each data is based on the ID information, so that the synchronization processing is executed at high speed. To do.

【0011】[0011]

【実施例】以下、図面を参照して本発明の一実施例を説
明する。図1は本実施例に係わる情報処理方法を用いる
情報機器構成を示す図である。本実施例では、据置型情
報処理装置としてパーソナルコンピュータ10、携帯型
情報処理装置としてPDA(Personal Digital Assista
nts )12を用いるものとする。パーソナルコンピュー
タ10とPDA12とは、赤外線、シリアルケーブル
(RS−232C)等の通信媒体14を介してデータ等
の送受信が可能となっている。
An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing an information device configuration using the information processing method according to the present embodiment. In this embodiment, a personal computer 10 is used as a stationary information processing device, and a PDA (Personal Digital Assista) is used as a portable information processing device.
nts) 12 is used. The personal computer 10 and the PDA 12 can transmit and receive data and the like via a communication medium 14 such as infrared rays and a serial cable (RS-232C).

【0012】図2は、本実施例において同期処理(シン
クロナイズ)のために参照されるID情報の構成を示し
ている。ID情報は、情報処理機器で扱われる所定のデ
ータ単位に付加される。
FIG. 2 shows the structure of ID information referred to for the synchronization processing (synchronization) in this embodiment. The ID information is added to a predetermined data unit handled by the information processing device.

【0013】図2(a)に示すように、ID情報は、操
作属性情報(ID1)と同一データ認識属性情報(ID
2)により構成されている。操作属性情報(ID1)
は、ユーザがデータに対して行なった操作を示す情報で
ある。同一データ認識属性情報データ識別情報(ID
2)は、特定の人が管理するデータの中で固有の情報で
ある。
As shown in FIG. 2A, the ID information has the same data recognition attribute information (ID) as the operation attribute information (ID1).
2). Operation attribute information (ID1)
Is information indicating an operation performed on the data by the user. Identical data recognition attribute information Data identification information (ID
2) is unique information in the data managed by a specific person.

【0014】図2(b)にはID情報の具体的なデータ
構成を示している。操作属性情報(ID1)は、例えば
1バイトのデータであり、例えば4つの状態(0〜3)
が設定される。すなわち本実施例では、「0」が前回シ
ンクロナイズ以降未変更、「1」が変更、「2」が削
除、「3」かが新規作成をそれぞれ示すものとする。
FIG. 2B shows a specific data structure of ID information. The operation attribute information (ID1) is, for example, 1-byte data, and has, for example, four states (0 to 3).
Is set. That is, in the present embodiment, “0” indicates unchanged since the previous synchronization, “1” indicates change, “2” indicates deletion, and “3” indicates new creation.

【0015】同一データ認識属性情報(ID2)は、4
バイトのデータ(0H〜FFFFFFFFH)であり、
例えばデータ作成時刻と相関のあるデータである。すな
わち、本実施例では、シリアルに136年分の、基準年
月日時分秒から1秒経過毎に1ずつカウントアップされ
た時刻を示す。データが発生した時の年月日時分秒をデ
ータにID情報として付加する。次の、シンクロナイズ
を行なうまで、このデータ識別情報の変更は行わない
(シンクロナイズでデータの同一性を確認するため)。
The same data recognition attribute information (ID2) is 4
Byte data (0H to FFFFFFFFH),
For example, the data has a correlation with the data creation time. That is, in the present embodiment, the serially counted time of 136 years is counted up by 1 every 1 second from the reference year, month, day, hour, minute, second. The year / month / day / hour / minute / second when the data is generated is added to the data as ID information. This data identification information is not changed until the next synchronization is performed (to confirm the data identity by the synchronization).

【0016】次に、本実施例の動作について、図3に示
すフローチャートを参照しながら説明する。本実施例で
はシンクロナイズ処理をパーソナルコンピュータ10側
で行なうものとする。
Next, the operation of this embodiment will be described with reference to the flow chart shown in FIG. In this embodiment, the synchronizing process is performed on the personal computer 10 side.

【0017】まず、パーソナルコンピュータ10は、通
信媒体14を介して、PDA12からPDA側のデータ
を取り込む(ステップS1)。データは、パーソナルコ
ンピュータ10側、PDA12側とも、それぞれ不変、
訂正、新規、削除の4種類の状態が有り得る。
First, the personal computer 10 takes in data on the PDA side from the PDA 12 via the communication medium 14 (step S1). The data is unchanged on both the personal computer 10 side and the PDA 12 side,
There can be four types of status: corrected, new, and deleted.

【0018】まず、パーソナルコンピュータ10は、不
変データを残す処理を実行する(ステップS2)。すな
わち、パーソナルコンピュータ10側の不変データと、
PDA12側の不変データで共通するデータ(すなわち
何れにおいても変更されていないデータ)を求め、これ
らを残す。
First, the personal computer 10 executes a process for leaving unchanged data (step S2). That is, the invariant data on the personal computer 10 side,
Common data (that is, data that has not been changed in any of them) is obtained as invariant data on the PDA 12 side, and these are left.

【0019】次に、パーソナルコンピュータ10は、訂
正データを残す処理を実行する(ステップS3)。すな
わち、パーソナルコンピュータ10は、パーソナルコン
ピュータ10側の訂正データと、PDA12側の訂正デ
ータで、それぞれ相手の不変データにあるものは、不変
データを消去し、訂正データを残す。双方の同一データ
が訂正されているときは、双方で訂正されたデータを両
方残す。
Next, the personal computer 10 executes a process for leaving the corrected data (step S3). That is, the personal computer 10 erases the invariant data of the correction data on the side of the personal computer 10 and the correction data on the side of the PDA 12 that are in the invariant data of the other party, and leaves the corrected data. When the same data on both sides has been corrected, both data corrected on both sides are left.

【0020】次に、パーソナルコンピュータ10は、新
規データを残す処理を実行する(ステップS4)。すな
わち、パーソナルコンピュータ10は、パーソナルコン
ピュータ10側と、PDA12側の双方で新規に作成さ
れたデータを全て残す。
Next, the personal computer 10 executes processing for leaving new data (step S4). That is, the personal computer 10 leaves all newly created data on both the personal computer 10 side and the PDA 12 side.

【0021】次に、パーソナルコンピュータ10は、削
除データを抹消する処理を実行する(ステップS5)。
すなわち、パーソナルコンピュータ10は、パーソナル
コンピュータ10側、またはPDA12側で削除された
データの同一データが、もう一方に存在する場合、この
データを削除する。
Next, the personal computer 10 executes a process of deleting the deleted data (step S5).
That is, the personal computer 10 deletes the same data deleted on the personal computer 10 side or the PDA 12 side when the other data exists on the other side.

【0022】次に、具体的に同期処理について説明す
る。例えば、図4に示すように、ファイルAとファイル
Bに既にシンクロナイズ済みのデータ「0C」(未変更
「0」の操作属性情報、同一データ認識属性「C」が付
加されたデータ)という同一データか存在しているもの
とする。なお、便宜上「ファイル」として説明している
が情報処理機器などが異なる場合も含む。
Next, the synchronization processing will be specifically described. For example, as shown in FIG. 4, the same data as data “0C” (operation attribute information of unchanged “0”, data with the same data recognition attribute “C”) already synchronized with file A and file B. Or existing. It should be noted that although described as a “file” for convenience, it also includes a case where the information processing device is different.

【0023】はじめに、ファイルA,ファイルBの内容
が同一のデータ「0C」で構成されている場合、この
「0C」データが、それぞれのファイルで訂正された場
合の処理について各ファイル間のシンクロナイズ方法に
ついて示す。
First, when the contents of the file A and the file B are composed of the same data "0C", the process when the "0C" data is corrected in each file is a synchronizing method between the files. About.

【0024】ファイルA、ファイルBのデータ「0C」
を、図5(a)に示すように、それぞれ変更すると、各
データに付加される操作属性情報がオリジナルから変更
されたことを表す「1」に変更される。この結果、ファ
イルA,Bには、それぞれデータ「1C」が存在する。
Data "0C" of file A and file B
As shown in FIG. 5A, when each is changed, the operation attribute information added to each data is changed to “1” indicating that the operation attribute information is changed from the original. As a result, data "1C" exists in each of the files A and B.

【0025】この状態でファイルA,Bのデータのシン
クロナイズを行なうと、ファイルA内データ「1C」の
操作属性情報に対する検査で、このデータが前回シンク
ロナイズ後変更されていることか判る。
When the data of the files A and B are synchronized in this state, the operation attribute information of the data "1C" in the file A can be checked to see if this data has been changed since the previous synchronization.

【0026】この時、ファイルB内にデータ「1C」と
同一オリジンデータがあるか、ファイルB内を探索す
る。同一オリジンデータかどうかは、同一データ認識属
性情報で認識することができる。ここで、ファイルB内
には同一オリジンデータ「1C」が存在する。データ
「1C」も操作属性情報の検査でシンクロナイズ後変更
されていることが判るので、ファイルAの「1C」とフ
ァイルBの「1C」の同一データ認識属性情報をそれぞ
れ新たに付け直し、両方のデータを残す。
At this time, the file B is searched for the same origin data as the data "1C" in the file B. Whether or not they are the same origin data can be recognized by the same data recognition attribute information. Here, the same origin data “1C” exists in the file B. Since it can be seen that the data "1C" is also changed after the synchronization by the inspection of the operation attribute information, the same data recognition attribute information of "1C" of the file A and "1C" of the file B are newly added respectively, and both Leave the data.

【0027】その結果、各ファイルA,Bのデータは、
図5(b)に示すようになる。すなわち、訂正データを
それぞれのファイルA,Bで残し、各データをファイル
A,B間で同期をとる。この処理を行なった結果、ファ
イルA,ファイルB中のデータ内容(データ「0A」
「0B」)、個数は同一となり、両ファイルのシンクロ
ナイズが完了する。
As a result, the data of each file A, B is
The result is as shown in FIG. That is, the corrected data is left in each of the files A and B, and each data is synchronized between the files A and B. As a result of performing this processing, the data contents in the files A and B (data “0A”)
"0B"), the numbers are the same, and the synchronization of both files is completed.

【0028】次に、ファイルA,ファイルBの内容が同
一のデータ「0C」で構成されている場合、各ファイル
A,Bに、各々データの新規作成を行なった結果、図6
(a)に示すように、「3A」、「3B」(新規作成
「3」のデータ属性情報が付加されたデータ)というデ
ータが各々のファイル中に作成されているものとする。
すなわち、ファイルAには[0C,3A]のデータが存
在し、ファイルBには[0C,3B]のデータが存在す
る。
Next, when the contents of the files A and B are composed of the same data "0C", as a result of newly creating the data in each of the files A and B, as shown in FIG.
As shown in (a), it is assumed that data "3A" and "3B" (data with data attribute information of newly created "3" added) are created in each file.
That is, the file A has data [0C, 3A], and the file B has data [0C, 3B].

【0029】図6(a)に示す状態のファイルAとファ
イルBのデータのシンクロナイズをとるということは、
各々のファイルA,B中のデータのORを取るというこ
とであるので、シンクロナイズ後には各々のファイルの
データは、[0C,0A,0B]という同一の状態にな
らなければならない。
Synchronizing the data of files A and B in the state shown in FIG.
Since the data in each file A and B is ORed, the data in each file must be in the same state of [0C, 0A, 0B] after synchronization.

【0030】まず、ファイルA上のデータとファイルB
上のデータについて、各データに付加された操作属性情
報を検索することによって、前回シンクロナイズを行な
ってから変化のあったデータを認識する。この結果、変
化のなかった不変データについては、そのまま残され
る。
First, the data on file A and file B
For the above data, the operation attribute information added to each data is searched to recognize the data that has changed since the previous synchronization. As a result, the unchanged data that has not changed is left as it is.

【0031】一方、図6(b)に示すように、操作属性
情報の検索によってファイルAではデータ「3A」が抽
出されるので、このデータの操作属性情報を「0」に変
更し、データ「0A」をファイルBに追加する。また、
ファイルBでも同じように、データ「3B」を抽出し、
このデータの操作属性情報を「0」に変更し、データ
「0B」をファイルAに追加する。
On the other hand, as shown in FIG. 6B, since the data "3A" is extracted from the file A by searching the operation attribute information, the operation attribute information of this data is changed to "0" and the data "3A" is changed. 0A ”to file B. Also,
Similarly for file B, data “3B” is extracted,
The operation attribute information of this data is changed to "0", and the data "0B" is added to the file A.

【0032】この結果、シンクロナイズ後の各ファイル
の状態は、ファイルA[0C,0B,0A]、ファイル
B[0C,0B,0A]となり、ファイルA,ファイル
B中のデータ内容、個数は同一となり、データ属性は全
てシンクロナイズ済みの「0」となり、両ファイルの同
期が完了する。このようにして、ID情報の一部を検査
するだけで、シンクロナイズ処理を行うことができる。
As a result, the states of the respective files after synchronization are file A [0C, 0B, 0A] and file B [0C, 0B, 0A], and the data contents and the number of files A and B are the same. , The data attributes are all synchronized "0", and the synchronization of both files is completed. In this way, the synchronizing process can be performed by only inspecting a part of the ID information.

【0033】[0033]

【発明の効果】以上詳述したように本発明によれば、情
報処理機器の間で送受されるデータに対して、データに
対する操作状態を表わす操作属性情報とデータ固有の同
一データ認識属性情報とを付加し、これら情報に基づい
て同期処理を行なうことにより、情報処理機器間での同
期処理(シンクロナイズ)を高速、確実、自動的に行な
うことが可能となるものである。
As described above in detail, according to the present invention, with respect to the data transmitted and received between the information processing devices, the operation attribute information indicating the operation state of the data and the same data recognition attribute information unique to the data are provided. By performing the synchronization processing based on these information by adding the, the synchronization processing (synchronization) between the information processing devices can be performed quickly, reliably and automatically.

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

【図1】本発明の情報処理方法を用いる情報機器構成を
示す図。
FIG. 1 is a diagram showing a configuration of an information device using an information processing method of the present invention.

【図2】本実施例において同期処理(シンクロナイズ)
のために参照されるID情報の構成を示す図。
FIG. 2 is a synchronization process (synchronize) in this embodiment.
The figure which shows the structure of the ID information referred for.

【図3】本実施例の同期処理(シンクロナイズ)の動作
を説明するためのフローチャート。
FIG. 3 is a flowchart for explaining the operation of the synchronization processing (synchronization) of this embodiment.

【図4】動作を説明するための初期のファイルの状態を
示す図。
FIG. 4 is a diagram showing an initial file state for explaining the operation.

【図5】訂正データを残す処理を説明するための図。FIG. 5 is a diagram for explaining processing for leaving correction data.

【図6】新規データを残す処理を説明するための図。FIG. 6 is a diagram for explaining processing for leaving new data.

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

10…パーソナルコンピュータ、12…PDA(Person
al Digital Assistants )、14…通信媒体。
10 ... Personal computer, 12 ... PDA (Person
al Digital Assistants), 14 ... Communication medium.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 情報処理機器の間で送受されるデータに
対して、データに対する操作状態を表わす操作属性情報
とデータ固有の同一データ認識属性情報とを付加し、 情報処理機器の間でデータの同期処理を行なう際に、各
データに付加された前記操作属性情報及び同一データ認
識属性情報に基づいて、前回の同期処理を行なってから
変化のあったデータを検索し、 検索して得られたデータについて、同データに付加され
た前記操作属性情報及び同一データ認識属性情報に基づ
いて、同期処理を実行することを特徴とする情報処理方
法。
1. An operation attribute information indicating an operation state of the data and the same data recognition attribute information unique to the data are added to the data transmitted and received between the information processing apparatuses, and the data is transmitted between the information processing apparatuses. When performing the synchronization processing, based on the operation attribute information and the same data recognition attribute information added to each data, the data that has changed after the previous synchronization processing is searched for and obtained by the search. An information processing method, wherein a synchronization process is executed for data based on the operation attribute information and the same data recognition attribute information added to the data.
JP7156106A 1995-06-22 1995-06-22 Information processing method Pending JPH096693A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7156106A JPH096693A (en) 1995-06-22 1995-06-22 Information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7156106A JPH096693A (en) 1995-06-22 1995-06-22 Information processing method

Publications (1)

Publication Number Publication Date
JPH096693A true JPH096693A (en) 1997-01-10

Family

ID=15620448

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7156106A Pending JPH096693A (en) 1995-06-22 1995-06-22 Information processing method

Country Status (1)

Country Link
JP (1) JPH096693A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1115713A (en) * 1997-06-19 1999-01-22 Sanyo Electric Co Ltd Data transmitter-receiver
JP2002055864A (en) * 2000-08-09 2002-02-20 Seiko Epson Corp Data updating method and information processor
US6493725B1 (en) 1998-05-18 2002-12-10 Sharp Kabushiki Kaisha Database managing system
US6549902B1 (en) 1999-06-17 2003-04-15 Sharp Kabushiki Kaisha Database managing device
US6657638B2 (en) 1998-11-20 2003-12-02 Nec Corporation Data processing unit, data processing system, and data display control method
WO2008078450A1 (en) 2006-12-27 2008-07-03 Brother Kogyo Kabushiki Kaisha Data synchronizing system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1115713A (en) * 1997-06-19 1999-01-22 Sanyo Electric Co Ltd Data transmitter-receiver
US6493725B1 (en) 1998-05-18 2002-12-10 Sharp Kabushiki Kaisha Database managing system
US6657638B2 (en) 1998-11-20 2003-12-02 Nec Corporation Data processing unit, data processing system, and data display control method
US6549902B1 (en) 1999-06-17 2003-04-15 Sharp Kabushiki Kaisha Database managing device
JP2002055864A (en) * 2000-08-09 2002-02-20 Seiko Epson Corp Data updating method and information processor
US7280996B2 (en) 2000-08-09 2007-10-09 Seiko Epson Corporation Data updating method and related information processing device
WO2008078450A1 (en) 2006-12-27 2008-07-03 Brother Kogyo Kabushiki Kaisha Data synchronizing system

Similar Documents

Publication Publication Date Title
US7373362B2 (en) Coordinated synchronization
JP5947988B1 (en) Personal content item search system and method
RU2573209C2 (en) Automatically finding contextually related task items
JP5021723B2 (en) Datastore filtered replication
JP2004528636A (en) Automatic data update
US10055475B2 (en) Authentication system, synchronization method, and authentication apparatus
US20070288835A1 (en) Apparatus, computer readable medium, data signal, and method for document management
US7991767B2 (en) Method for providing a shared search index in a peer to peer network
WO2018201583A1 (en) File management method and system, electronic device, and medium
US7213039B2 (en) Synchronizing differing data formats
JPH11272533A (en) Relational data base synchronizing method and recording medium for recording program for the same
US8752204B2 (en) Identifying and redacting privileged information
CN109656999A (en) Method of data synchronization, equipment, storage medium and the device of big data quantity
JP2015026207A (en) File management program, file management device and file management method
JP2001306372A (en) Method for managing document and storage medium storing program for executing the method
JPH096693A (en) Information processing method
US20140108367A1 (en) Client apparatus and database server for resumable transaction and method thereof
CN112559913A (en) Data processing method and device, computing equipment and readable storage medium
CN113495945A (en) Text search method, text search device and storage medium
US20230185559A1 (en) Managing a federated software repository across multiple devices
US10242025B2 (en) Efficient differential techniques for metafiles
CN109947592A (en) A kind of method of data synchronization, device and relevant device
CN109558417B (en) Data processing method and system
CN114547184A (en) Personnel information synchronization method, terminal device and storage medium
JPH11250092A (en) Shared database, shared databse system, method for extracting data from shared database and medium recording data extraction program from shared databse