JP2001142766A - Data base exchange system - Google Patents

Data base exchange system

Info

Publication number
JP2001142766A
JP2001142766A JP31900999A JP31900999A JP2001142766A JP 2001142766 A JP2001142766 A JP 2001142766A JP 31900999 A JP31900999 A JP 31900999A JP 31900999 A JP31900999 A JP 31900999A JP 2001142766 A JP2001142766 A JP 2001142766A
Authority
JP
Japan
Prior art keywords
database
server
data
local
computer
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
JP31900999A
Other languages
Japanese (ja)
Other versions
JP4025475B2 (en
Inventor
Katsumi Suzuki
克巳 鈴木
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 JP31900999A priority Critical patent/JP4025475B2/en
Publication of JP2001142766A publication Critical patent/JP2001142766A/en
Application granted granted Critical
Publication of JP4025475B2 publication Critical patent/JP4025475B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a data base exchange system by which the compatibility of each DB is secured when data are changed, etc., in a server DB and a client DB. SOLUTION: A computer system is constructed by providing a server computer 10 having a server and relation data base (server DB) connected to a network and a client computer 12 having a local and relation data base (local DB) being connection possible to the network and, then, data of the server DB and data of the local DB are exchanged in a data base exchange system. The data base exchange system is provided with means (synchronizing control part, etc.), 12 and 13 for executing control to permit non-coincidence between server DB data and local DB data to coincide with latest contents.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データベース交換
システムに関し、特にリレーショナルデータベースを用
いるシステムにおいて、サーバのサーバデータベースと
クライアントのローカルデータベースとの間にデータの
追加,変更,削除等が生じた場合にも、それぞれのデータ
ベースの整合性を、高速かつ正確に確保することが可能
なデータベース交換システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database exchange system, and more particularly to a system using a relational database when data addition, change, deletion, etc. occur between a server database of a server and a local database of a client. The present invention also relates to a database exchange system that can ensure the consistency of each database quickly and accurately.

【0002】[0002]

【従来の技術】最近、ノートPCの普及およびPCの低
価格化等により、オフィスの外でもPCを利用するいわ
ゆるモバイルユーザ(モバイルコンピュータ,携帯型コ
ンピュータのユーザ)が増加している。その際、オフィ
ス内のデータベースの情報を、モバイルクライアントの
ローカルデータベースにコピーして、モバイル環境にお
いても社内LANに接続している時と同様のアプリケーシ
ョンを利用する形態が現れ始めた。
2. Description of the Related Art Recently, so-called mobile users (mobile computers and portable computer users) who use PCs even outside offices have increased due to the spread of notebook PCs and the reduction in price of PCs. At that time, a form in which information in a database in an office is copied to a local database of a mobile client and the same application is used in a mobile environment as when connected to an in-house LAN has begun to appear.

【0003】ここに、モバイルコンピュータ増加の理由
としては、単に携帯性の高さだけではなく、従来からの
機能であるデータ編集機能に加え、外出先から公衆回線
等のネットワークを介して、情報をやり取りする機能を
有することによると考えられる。
[0003] The reasons for the increase in mobile computers are not only the high portability but also the data editing function, which is a conventional function, and the fact that information can be transmitted from a remote place via a network such as a public line. This is probably due to the ability to exchange.

【0004】前記形態の従来システムの例として、次の
3つがある。 第1の従来例…特開平7-225709号公報 この公報に記載されたデータベース更新システムは、マ
スタデータベースシステムと、これに接続される複数の
ローカルデータベースシステム間におけるデータベース
更新システムに関し、効率的にデータベースの更新を行
うことができるデータベース更新システムである。
There are the following three examples of the conventional system of the above-described embodiment. First conventional example: Japanese Unexamined Patent Publication No. 7-225709 The database updating system described in this publication relates to a database updating system between a master database system and a plurality of local database systems connected to the master database system. This is a database update system that can perform update.

【0005】第2の従来例…特開平10-301828号公報 この公報に記載されているデータベース管理システム
は、マスタデータベースとローカルデータベースの整合
性を保つために送信する情報量を少なくし、短時間に伝
送を行うことができるシステムである。
Second conventional example: Japanese Patent Application Laid-Open No. H10-301828 The database management system described in this publication reduces the amount of information to be transmitted in order to maintain the consistency between the master database and the local database, and shortens the amount of information to be transmitted. It is a system that can perform transmission.

【0006】第3の従来例…特開平11-45201号公報 この公報に記載されているデータベース管理システム
は、同一サーバリソースを、複数のクライアントコンピ
ュータが更新しようとしたときのアクセス競合によって
生じるデータの矛盾を回避できるようにし、モバイル用
とのネットワークコンピュータの実現に適したコンピュ
ータシステムを提供する。
Third conventional example: Japanese Patent Laid-Open Publication No. H11-45201 The database management system described in this publication discloses a database management system which uses the same server resource to update data generated by an access conflict when a plurality of client computers try to update the same server resource. To provide a computer system suitable for realizing a network computer for mobile use so as to avoid inconsistency.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、第1の
従来例(特開平7-225709号公報)には次の問題点があ
る。即ち、ローカルデータベースシステム側は読み取り
専用であり、変更不可ということである。この理由は、
ローカル側システムではデータの参照のみを考慮してい
たためである。
However, the first conventional example (JP-A-7-225709) has the following problems. That is, the local database system is read-only and cannot be changed. The reason for this is
This is because the local system only considers data reference.

【0008】また、第2の従来例(特開平10-301828号
公報)には次の問題点がある。即ち、データ件数が増え
た場合にはデータベースの記憶容量を無駄に圧迫するだ
けでなく、監視情報テーブルの検索パフォーマンスも低
下し、結果として全体のパフォーマンスの低下を招くと
いうことである。
The second conventional example (Japanese Patent Application Laid-Open No. 10-301828) has the following problem. That is, when the number of data items increases, not only does the storage capacity of the database be wastefully squeezed, but also the search performance of the monitoring information table decreases, resulting in a decrease in overall performance.

【0009】この理由は、整合性を確保するためにサー
バデータベース及びローカルデータベースに格納された
全ての情報について更新したサーバもしくはクライアン
ト情報とその更新時刻を、監視情報テーブル内に格納し
ておかなければならないからである。
The reason for this is that, in order to ensure consistency, the server or client information updated for all information stored in the server database and the local database and the update time must be stored in the monitoring information table. Because it does not become.

【0010】また、第3の従来例(特開平11-45201号公
報)には次の問題点がある。即ち、サーバリソースに或
るクライアントからアクセスした場合に、読み取りしか
できない可能性があることである。この理由は整合性を
確保するためにリソース単位でリソースのダウンロード
時にロックをかけることで、他のクライアントユーザに
よる変更を不可能にしているからである。
The third conventional example (Japanese Patent Laid-Open No. 11-45201) has the following problem. That is, when a server resource is accessed from a certain client, there is a possibility that only reading can be performed. The reason for this is that locking is performed at the time of downloading resources in resource units in order to ensure consistency, thereby preventing changes by other client users.

【0011】そこで本発明の課題は、リレーショナルデ
ータベースを用いるシステムにおいて、サーバのマスタ
データベースとクライアントのローカルデータベースに
データの追加,変更,削除等が生じた場合にも、それぞれ
のデータベースの整合性を、高速かつ正確に確保するこ
とが可能なデータベース交換システムを提供することで
ある。
Accordingly, an object of the present invention is to provide a system using a relational database, in which, even when data is added, changed, deleted, or the like in a server's master database and a client's local database, the consistency of each database is maintained. An object of the present invention is to provide a database exchange system that can be secured quickly and accurately.

【0012】[0012]

【課題を解決するための手段】前記課題を解決するため
に本発明は、ネットワークに接続されたサーバデータベ
ースを有するサーバコンピュータと、前記ネットワーク
に対して接続可能なローカルデータベースを有するクラ
イアントコンピュータとを備えてコンピュータシステム
を構築し、前記サーバデータベースのデータと前記ロー
カルデータベースのデータとの交換を可能にしたデータ
ベース交換システムにおいて、前記サーバデータベース
およびローカルデータベースは、リレーショナルデータ
ベースであることを特徴とする。
According to the present invention, there is provided a server computer having a server database connected to a network, and a client computer having a local database connectable to the network. In a database exchange system in which a computer system is constructed to exchange data of the server database with data of the local database, the server database and the local database are relational databases.

【0013】また、前記データベース交換システムは、
前記データベース交換システムは、前記サーバデータベ
ースのデータと、前記ローカルデータベースのデータと
の間に不一致が生じた場合には、前記サーバデータベー
スとローカルデータベースとのデータを、最新の内容に
一致させる交換制御を行う一致交換制御手段を備えたこ
とを特徴とする。
Further, the database exchange system includes:
The database exchange system, when there is a mismatch between the data of the server database and the data of the local database, the exchange control to match the data of the server database and the local database to the latest content And a coincidence exchange control means for performing the operation.

【0014】このようにすれば、一致交換制御手段の働
きにより、サーバのマスタデータベース(サーバデータ
ベース)とクライアントのローカルデータベースにデー
タの追加,変更,削除等によるデータ不一致が生じた場合
にも、それぞれのデータベースの整合性を、高速かつ正
確に確保することができる。
[0014] According to this configuration, even when a data mismatch between the master database (server database) of the server and the local database of the client occurs due to addition, change, deletion, etc. of the data, the operation of the coincidence exchange control means respectively. The database consistency can be ensured at high speed and accurately.

【0015】また、前記一致交換制御手段は、サーバコ
ンピュータおよび接続可能クライアントコンピュータの
何れからも作動させることが可能な同期ルールを備えた
ことを特徴とする。
Further, the matching exchange control means is provided with a synchronization rule which can be operated from any of a server computer and a connectable client computer.

【0016】このようにすれば、サーバコンピュータお
よび接続可能クライアントコンピュータ(即ち、モバイ
ルコンピュータ)の何れからもデータベースの整合性を
確保することができる。
In this way, the consistency of the database can be ensured from both the server computer and the connectable client computer (ie, mobile computer).

【0017】[0017]

【発明の実施の形態】以下、本発明のデータベース交換
システムを、図示の実施例に基づいて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, a database exchange system according to the present invention will be described based on the illustrated embodiment.

【0018】[I]本発明の概念 先ず、本発明の概念を、図1に示す本発明の実施例のデ
ータベース交換システムDKを借りて説明する。本発明
は、リレーショナルデータベースを用いるシステムにお
いて、サーバのマスタデータベースとクライアントのロ
ーカルデータベースに、データの追加,変更,削除等が生
じた場合にも、それぞれのデータベースの整合性を、高
速かつ正確に確保することができる構成を提供するもの
である。
[I] Concept of the Present Invention First, the concept of the present invention will be described with reference to the database exchange system DK of the embodiment of the present invention shown in FIG. The present invention provides a system that uses a relational database to quickly and accurately ensure the consistency of each database even when data is added, changed, or deleted in the master database of the server and the local database of the client. It is intended to provide a configuration which can be performed.

【0019】図1においてサーバコンピュータ10内の
サーバデータベース11と、モバイルクライアントコン
ピュータ20に必要な差分データをダウンロードしてあ
るローカルデータベース21がある。サーバデータベー
ス11の情報は、ローカルデータベースを持たないクラ
イアントコンピュータ30によってそのデータベース内
のデータを直接操作され、ローカルデータベース21は
ローカルデータベースを持つモバイルクライアントコン
ピュータ20によって直接操作される。サーバデータベ
ース11、ローカルデータベース21は独立していて、
個別にデータ操作が可能である。
In FIG. 1, there are a server database 11 in a server computer 10 and a local database 21 to which difference data required for a mobile client computer 20 has been downloaded. The information in the server database 11 is directly operated on data in the database by the client computer 30 having no local database, and the local database 21 is directly operated by the mobile client computer 20 having the local database. The server database 11 and the local database 21 are independent,
Data manipulation is possible individually.

【0020】サーバデータベース11とローカルデータ
ベース21の内容を一致させる動作を「同期」と呼ぶ。
この同期を行うことでサーバデータベース11の変更内
容をローカルデータベース21へ、ローカルデータベー
ス21の変更内容をサーバデータベース11へ反映さ
せ、データベース間の整合性を保つことができる。この
仕組みによりモバイルクライアントコンピュータ20は
常時ネットワークに接続されている必要がなく、必要時
に同期操作を行うことによりサーバデータベース11と
ローカルクライアント31の整合性を保つことができ
る。
The operation of matching the contents of the server database 11 and the contents of the local database 21 is called "synchronization".
By performing this synchronization, the changed contents of the server database 11 are reflected on the local database 21 and the changed contents of the local database 21 are reflected on the server database 11, so that consistency between the databases can be maintained. With this mechanism, the mobile client computer 20 does not need to be constantly connected to the network, and the synchronization between the server database 11 and the local client 31 can be maintained by performing a synchronization operation when necessary.

【0021】また、同期の際の最小単位は行単位となっ
ており、サーバコンピュータ10とモバイルコンピュー
タ12間で送信されるデータは、変更部分のみの最小限
の情報であり、これにより同期処理にかかる時間を節約
できる。
The minimum unit at the time of synchronization is a line unit, and the data transmitted between the server computer 10 and the mobile computer 12 is the minimum information of only the changed part, thereby enabling the synchronization processing. Such time can be saved.

【0022】[II]実施例の説明 (1)実施例の構成 図1は、本実施例のデータベース交換システムDKのシ
ステム構成図である。データベース交換システムDK
は、サーバコンピュータ10と、モバイルクライアント
名で一意に識別され(例えば、ユーザの姓名を予め登録
しておき、識別に使用する)、サーバコンピュータ10
に対し公衆網等のネットワーク40を介して常時接続さ
れていない(必要に応じて接続可能な)「接続可能クラ
イアントコンピュータ」であるモバイルクライアントコ
ンピュータ20と、サーバコンピュータ10に対しLA
N等のネットワーク45で常時接続されている「常時接
続クライアントコンピュータ」であるライアントコンピ
ュータ30とを含む。
[II] Description of Embodiment (1) Configuration of Embodiment FIG. 1 is a system configuration diagram of a database exchange system DK of this embodiment. Database exchange system DK
Is uniquely identified from the server computer 10 by the mobile client name (for example, the user's first and last names are registered in advance and used for identification).
The mobile client computer 20 which is a "connectable client computer" which is not always connected (can be connected as necessary) via the network 40 such as a public network, and the server computer 10
N or the like, and a client computer 30 which is an “always-connected client computer” which is always connected via a network 45.

【0023】サーバコンピュータ10は、リレーショナ
ルデータベースからなるサーバデータベース11と、プ
ログラム制御により動作する「一致交換制御手段」であ
る同期制御部12と、データ操作確認部13とを含む。
サーバデータベース11は、次に説明する変更要求プー
ルテーブル11aと、変更情報テーブル11bとを備え
ている。
The server computer 10 includes a server database 11 composed of a relational database, a synchronization control unit 12 which is a "coincidence exchange control means" operated by program control, and a data operation confirmation unit 13.
The server database 11 includes a change request pool table 11a and a change information table 11b described below.

【0024】モバイルクライアントコンピュータ20
は、リレーショナルデータベースからなるローカルデー
タベース21と、「一致交換制御手段」である同期制御
部22と、データ操作確認部23とを含む。ローカルデ
ータベース21は、次に説明する変更要求プールテーブ
ル21aと変更情報テーブル21bとを備えている。モ
バイルクライアントコンピュータ20は、LANもしくはW
ANもしくは公衆網,インターネットを介してサーバコン
ピュータ10と接続されるが、接続を行う時間は同期処
理される時間だけである。
Mobile client computer 20
Includes a local database 21 composed of a relational database, a synchronization control unit 22 that is a "match exchange control unit", and a data operation confirmation unit 23. The local database 21 includes a change request pool table 21a and a change information table 21b described below. The mobile client computer 20 is a LAN or W
It is connected to the server computer 10 via the AN, the public network, or the Internet.

【0025】クライアントコンピュータ30は、オフィ
スに設置したデスクトップパソコン等からなり、LANを
通して常にサーバコンピュータ10と接続されている。
The client computer 30 comprises a desktop personal computer or the like installed in an office, and is always connected to the server computer 10 via a LAN.

【0026】(2)実施例の動作 (2−1)概略動作 最初に図2に示す概略動作フローチャートに基づいて本
実施例の概略動作を説明し、次いで図1〜図15に基づ
いて詳細動作を説明する。
(2) Operation of Embodiment (2-1) Schematic Operation First, the schematic operation of this embodiment will be described with reference to the schematic operation flowchart shown in FIG. 2, and then the detailed operation will be described with reference to FIGS. Will be described.

【0027】図2に示すように、先ず、モバイルクライ
アントコンピュータ20のローカルデータベース21
に、サーバデータベース11のデータをダウンロードす
る(ステップS1)。この作業は一度行えば基本的には
再度行う必要がない。この作業を「初期同期」という。
As shown in FIG. 2, first, the local database 21 of the mobile client computer 20
Then, the data of the server database 11 is downloaded (step S1). Once this operation is performed, there is basically no need to perform it again. This work is called “initial synchronization”.

【0028】ここに、図13(A),(B)に示すよう
に、サーバデータベース11内のデータは、リレーショ
ナル(関係)データベース特有の「行」という単位でま
とまっており、この行に対して複数のモバイルクライア
ントが関連づけられており、この情報はサーバデータベ
ース11内で管理されている。行はそれを特定するユニ
ークなデータ項目(Row ID)を持つ。
Here, as shown in FIGS. 13A and 13B, the data in the server database 11 is organized in units of "rows" specific to the relational (relational) database. A plurality of mobile clients are associated with each other, and this information is managed in the server database 11. Each row has a unique data item (Row ID) that identifies it.

【0029】初期同期を行うと、初期同期を行ったモバ
イルクライアントには関連する行データ(図13
(A))がダウンロードされ、関連のない行データはダ
ウンロードされない。この仕組みによりローカルデータ
ベースの容量を最小限に押さえることが可能である。即
ち、請求項にいう「一致交換制御手段で交換制御する際
のデータの最小単位は、前記サーバデータベースとロー
カルデータベースとにおけるリレーショナルデータベー
スの行単位である」に該当する。
When the initial synchronization is performed, the row data (FIG. 13) related to the mobile client that has performed the initial synchronization is displayed.
(A)) is downloaded, and unrelated line data is not downloaded. With this mechanism, it is possible to minimize the capacity of the local database. In other words, the claim corresponds to "a minimum unit of data when exchange control is performed by the coincidence exchange control means is a line unit of the relational database in the server database and the local database".

【0030】前述の初期同期の後、データベースの変
更,追加,削除(変更等と称する)があった場合は(ステ
ップS2)、クライアントコンピュータ30からの変更
等か、或いはモバイルクライアント20からの変更等か
により、処理が異なる。
If there is a change, addition, or deletion (referred to as a change, etc.) of the database after the above-described initial synchronization (step S2), the change from the client computer 30 or the change from the mobile client 20, etc. The processing is different depending on the situation.

【0031】クライアントコンピュータ30からの変更
等の場合は、図3に示す処理を行い、この処理の特徴的
な処理はバージョン情報の変更である(ステップS3
a)。ここに、バージョン情報とは、各行が持つデータ
項目の1つであり、サーバデータベース11側でデータ
更新がされた場合に同時に変更される項目である(図1
3(A)の右端参照)。また、モバイルクライアント2
0からの変更等の場合は、図4に示す処理を行う(ステ
ップS3b)。
In the case of a change from the client computer 30 or the like, the processing shown in FIG. 3 is performed, and the characteristic processing of this processing is a change in the version information (step S3).
a). Here, the version information is one of the data items included in each row, and is an item that is simultaneously changed when data is updated on the server database 11 side (FIG. 1).
3 (A), right end). Mobile client 2
In the case of a change from 0, the processing shown in FIG. 4 is performed (step S3b).

【0032】これらのクライアントコンピュータ30と
モバイルクライアント20からの操作によりサーバデー
タベース11とローカルデータベース21との間では、
登録情報に不整合(不一致)が発生する場合がある。整
合をとるためにサーバデータベース11とローカルデー
タベース21間の同期をとる必要がある。同期の要求
は、モバイルクライアントコンピュータ20からサーバ
コンピュータ10に向けて行われる(ステップS4)。
By the operation from the client computer 30 and the mobile client 20, the server database 11 and the local database 21
Inconsistency (mismatch) may occur in registration information. It is necessary to synchronize the server database 11 and the local database 21 in order to achieve consistency. A request for synchronization is made from the mobile client computer 20 to the server computer 10 (step S4).

【0033】同期要求の処理は、モバイルクライアント
20からの要求の処理(ステップS5a)と、サーバコ
ンピュータ10側での処理(ステップS5b)と、モバ
イルクライアント20側での処理(ステップS5c)に
分かれる。
The processing of the synchronization request is divided into processing of a request from the mobile client 20 (step S5a), processing on the server computer 10 side (step S5b), and processing on the mobile client 20 side (step S5c).

【0034】ステップS5aのモバイルクライアント2
0からの同期要求の処理終了後、モバイルクライアント
20はネットワークから切断される(ステップS6)。
ステップS5bのサーバコンピュータ10側での処理の
特徴的なものとしては、後述するバージョン情報が一致
しない場合における同期ルールによる衝突の回避があ
る。
Mobile client 2 in step S5a
After completion of the processing of the synchronization request from 0, the mobile client 20 is disconnected from the network (step S6).
A characteristic of the processing on the server computer 10 side in step S5b is to avoid collision by a synchronization rule when version information described later does not match.

【0035】ステップS5cのモバイルクライアント2
0側での処理の特徴的なものとしては、後述する変更情
報テーブル21b内に同一のユニーク項目を持つ行があ
るか否かの確認に伴なう同期ルールによる衝突の回避が
ある。
Mobile client 2 in step S5c
A characteristic of the process on the 0 side is avoiding collision by a synchronization rule accompanying confirmation of whether or not there is a row having the same unique item in a change information table 21b described later.

【0036】以上のステップS1〜ステップS5a,5
b,5cの処理を行うことにより、マスタデータベース
とローカルデータベースに、データの追加,変更,削除が
生じた場合にも、それぞれのデータベースの整合性を、
高速かつ正確に確保することができる。
The above steps S1 to S5a, 5
By performing the processes b and 5c, even when data is added, changed, or deleted in the master database and the local database, the consistency of each database can be maintained.
It can be secured at high speed and accurately.

【0037】(2−2)細部動作 本実施例の細部動作(実際のデータベース操作と、それ
に伴う動作)を、図1〜図15を参照にしつつ詳細に説
明する。
(2-2) Detailed Operation The detailed operation (actual database operation and the accompanying operation) of this embodiment will be described in detail with reference to FIGS.

【0038】図3に示すように、クライアントコンピュ
ータ30からサーバデータベース11のデータに変更,
追加,削除を加えた場合、データ操作確認部13の監視
によりその操作をサーバデータベース11に反映すると
共に、操作された行の内容を変更情報テーブル11bに
1行書き込む(図3のステップA1、A2、A3、A4)。その
ときに行に対し前述のバージョン情報を変更する。
As shown in FIG. 3, the client computer 30 changes the data to the data in the server database 11,
When addition or deletion is added, the operation is reflected in the server database 11 by monitoring of the data operation confirming unit 13, and the content of the operated line is written in the change information table 11b in one line (steps A1 and A2 in FIG. 3). , A3, A4). At that time, the above-mentioned version information is changed for the line.

【0039】変更情報テーブル11b内のデータ形式
は、図15のようになる。変更情報テーブル11bに書
き込む際に、そのデータに関連づけられているモバイル
クライアント毎にデータが1行作成され、図15の項目
「モバイルクライアント名」にその行のデータがひもづ
く(その行のデータに関連・対応する)モバイルクライ
アント名が書き込まれる。該当する行が複数のモバイル
クライアントにひもづく場合には、変更情報テーブル1
1bに複数レコードが作成される。
The data format in the change information table 11b is as shown in FIG. When writing to the change information table 11b, one row of data is created for each mobile client associated with the data, and the data of the row is linked to the item “mobile client name” in FIG. The associated (corresponding) mobile client name is written. If the row is linked to multiple mobile clients, change information table 1
Multiple records are created in 1b.

【0040】図4に示すように、モバイルクライアント
コンピュータ20からローカルデータベース21のデー
タに変更,追加,削除を加えた場合、データ操作確認部2
3の監視によりその操作をローカルデータベース21に
反映すると共に、操作された行の内容を変更情報テーブ
ル21bに1行書き込む(図4のステップA11、A12、
A13、A14)。変更情報テーブル21b内のデータ形式
は図14のようになる。
As shown in FIG. 4, when data is changed, added, or deleted from the mobile client computer 20 to the local database 21, the data operation confirmation unit 2
3, the operation is reflected in the local database 21 and the content of the operated line is written into the change information table 21b as one line (steps A11, A12, and A12 in FIG. 4).
A13, A14). The data format in the change information table 21b is as shown in FIG.

【0041】これらの操作により、前述の如くサーバデ
ータベース11とローカルデータベース21との間で
は、登録情報に不整合(不一致)が発生する場合があ
る。整合をとるために、モバイルクライアントコンピュ
ータ20からサーバコンピュータ10に向けて前記同期
の要求を行う。この同期要求を次の3つ(〜)に分
けて説明する。
Due to these operations, inconsistency (mismatch) in registered information may occur between the server database 11 and the local database 21 as described above. The request for synchronization is sent from the mobile client computer 20 to the server computer 10 for the purpose of matching. This synchronization request will be described in the following three cases (-).

【0042】モバイルクライアントコンピュータ20
で同期要求を行った場合の処理は、以下のようになる。
図5に示すように、同期制御部22が先ず変更情報テー
ブル21bに情報があるか否かを確認する(図5のステ
ップA21)。情報が存在する場合、ネットワークへの接
続の後にデータ送信を行い、サーバコンピュータ10に
あるサーバデータベース11内の変更要求プールテーブ
ル11aへ変更情報テーブル21bの情報がコピーされ
る(図5のステップA23、A24、A25)。変更要求プー
ルテーブル11a内のデータ形式は、図15のようにな
る。但し、変更情報テーブル21bに情報が存在しない
場合には、ネットワーク接続を行った直後にサーバコン
ピュータ10側の変更情報テーブル確認に進む(図5の
ステップA30)。
Mobile client computer 20
The processing when a synchronization request is made in is as follows.
As shown in FIG. 5, the synchronization control unit 22 first checks whether or not there is information in the change information table 21b (step A21 in FIG. 5). If the information exists, data transmission is performed after connection to the network, and the information in the change information table 21b is copied to the change request pool table 11a in the server database 11 in the server computer 10 (Step A23 in FIG. 5, A24, A25). The data format in the change request pool table 11a is as shown in FIG. However, if there is no information in the change information table 21b, the process proceeds to the check of the change information table on the server computer 10 immediately after the network connection is made (step A30 in FIG. 5).

【0043】次に、サーバコンピュータ10の同期制御
部12が、サーバデータベース11内にある変更情報テ
ーブル11bに同期を行っているモバイルクライアント
に対する変更情報が存在するか否かを確認する。変更情
報がある場合にはその情報をローカルデータベース内3
1の変更要求プールテーブル21aにコピーする(図5
のステップA27、A28)。変更要求プールテーブル21
a内のデータ形式は、図14のようになる。変更情報が
存在しない場合には次のステップに進む(図5のステッ
プA27)。
Next, the synchronization control unit 12 of the server computer 10 checks whether or not there is change information for the synchronized mobile client in the change information table 11b in the server database 11. If there is change information, store it in the local database.
1 to the change request pool table 21a (FIG. 5).
Steps A27 and A28). Change request pool table 21
The data format in a is as shown in FIG. If there is no change information, the process proceeds to the next step (step A27 in FIG. 5).

【0044】これらの処理の終了後、ネットワークから
切断される(図5のステップA29)。受け取った変更要
求プールテーブルの情報を元にして、サーバデータベー
ス11,ローカルデータベース21へのデータの反映を
行う。
After these processes are completed, the network is disconnected (step A29 in FIG. 5). The data is reflected in the server database 11 and the local database 21 based on the information of the received change request pool table.

【0045】サーバコンピュータ10側での処理は以
下のようになる。同期制御部12が変更要求プールテー
ブル11aの内容を確認する(図6のステップA31)。
情報が存在しなければ処理は終了する(図6のステップ
A32)。
The processing on the server computer 10 side is as follows. The synchronization control unit 12 checks the contents of the change request pool table 11a (Step A31 in FIG. 6).
If the information does not exist, the process ends (step in FIG. 6).
A32).

【0046】存在するならその情報の一番はじめの行を
確認し、新規行を追加する情報であったならサーバデー
タベース11に変更を反映したあと、再度変更要求プー
ルテーブル11aの内容を確認しに行く。このとき新規
追加した行のデータバージョンが自動的に入力される
(図6のステップA33,A36)。
If the information exists, the first line of the information is checked. If the information is information to add a new line, the change is reflected in the server database 11, and then the contents of the change request pool table 11a are checked again. go. At this time, the data version of the newly added row is automatically input (steps A33 and A36 in FIG. 6).

【0047】新規行追加でなかった場合には、データ変
更の反映の前に変更行のユニーク項目をもとにサーバデ
ータベース11内の同一のユニーク項目を持つ行とのバ
ージョン情報の確認を行う。バージョン情報が一致した
場合はサーバデータベース11に変更が反映される。変
更が反映された場合にはバージョン情報をアップデート
する(図6のステップA34,A35,A36)。バー
ジョン情報が一致しない場合には、次に説明する同期ル
ールによる衝突の回避が行われる(ステップA37)。
サーバコンピュータ10の変更要求プールテーブル11
a内の該当する情報をクリアし(ステップA38)、こ
れらの処理後、再度変更要求プールテーブル11aの内
容を確認する。情報が存在しなければ処理は終了する
(図6のステップA32)。
If it is not a new line addition, the version information of the line having the same unique item in the server database 11 is confirmed based on the unique item of the changed line before reflecting the data change. If the version information matches, the change is reflected in the server database 11. When the change is reflected, the version information is updated (steps A34, A35, A36 in FIG. 6). If the version information does not match, a collision is avoided by a synchronization rule described below (step A37).
Change request pool table 11 of server computer 10
The corresponding information in a is cleared (step A38), and after these processes, the contents of the change request pool table 11a are checked again. If there is no information, the process ends (step A32 in FIG. 6).

【0048】このようにして、サーバコンピュータ10
のサーバデータベース11内に変更があった場合、変更
を実行したモバイルクライアント以外のモバイルクライ
アントに対しての変更要求情報が、変更情報テーブルに
記述されることになる。
Thus, the server computer 10
If there is a change in the server database 11, the change request information for mobile clients other than the mobile client that executed the change is described in the change information table.

【0049】モバイルクライアント20側での処理
は、以下のようになる。同期制御部22が変更要求プー
ルテーブル21aの内容を確認する(図7ステップA4
1)。情報が存在しなければ処理は終了する(図7のス
テップA42)。情報が存在する場合、その情報を確認
し、新規行の場合にはクライアントデータベース(ロー
カルデータベース)21に変更を反映すると共に、再度
変更要求プールテーブル21aの中身を確認する。
The processing on the mobile client 20 side is as follows. The synchronization control unit 22 checks the contents of the change request pool table 21a (step A4 in FIG. 7).
1). If there is no information, the process ends (step A42 in FIG. 7). If the information exists, the information is checked. If the information is a new line, the change is reflected in the client database (local database) 21 and the contents of the change request pool table 21a are checked again.

【0050】新規行でなかった場合には、データ変更の
反映を行う前に変更行のユニーク項目をもとに変更情報
テーブル21b内に同一のユニーク項目を持つ行がある
か否かの確認を行う。これにより衝突発生の有無を判断
する。衝突が発生していないと判断された場合は、クラ
イアントデータベース31に変更が反映される(ステッ
プA44,A45,A46)。衝突が発生していると判断
された場合には、次に説明する同期ルールによる衝突の
回避が行われる(ステップA47)。これらの処理後、
再度変更要求プールテーブル21aの内容を確認する。
情報が存在しなければ処理は終了する(図7のステップ
A42)。
If the row is not a new row, it is checked before the data change is reflected whether there is a row having the same unique item in the change information table 21b based on the unique item of the changed row. Do. Thus, it is determined whether or not a collision has occurred. If it is determined that no collision has occurred, the change is reflected in the client database 31 (steps A44, A45, A46). If it is determined that a collision has occurred, the collision is avoided according to a synchronization rule described below (step A47). After these processes,
The content of the change request pool table 21a is checked again.
If the information does not exist, the process ends (step in FIG. 7).
A42).

【0051】同期ルールによる衝突の回避について説
明する。同期ルールには、サーバ優先とクライアント優
先の設定を行う。優先の設定は衝突した場合どちらのデ
ータを優先するかの判断基準となり、サーバコンピュー
タ10と全てのモバイルコンピュータ12間で設定する
内容を一致させておく必要がある。これらの処理はサー
バコンピュータ10もしくはモバイルコンピュータ12
の同期制御部12もしくは同期制御部22で行われる。
The avoidance of collision by the synchronization rule will be described. In the synchronization rule, setting of server priority and client priority is performed. The priority setting serves as a criterion for determining which data has priority in the event of a collision, and it is necessary that the contents set between the server computer 10 and all the mobile computers 12 match. These processes are performed by the server computer 10 or the mobile computer 12.
Is performed by the synchronization control unit 12 or the synchronization control unit 22.

【0052】サーバコンピュータ10側でサーバ優先の
場合には、変更をサーバデータベース11に反映しない
(図8のステップA51)。サーバコンピュータ10側で
クライアント優先の場合、変更をサーバデータベース1
1に反映する(図9のステップA61)。
If the server computer 10 gives priority to the server, the change is not reflected in the server database 11 (step A51 in FIG. 8). If the server computer 10 gives priority to the client, the change is made to the server database 1
1 (step A61 in FIG. 9).

【0053】モバイルクライアントコンピュータ20側
でサーバ優先の場合変更、変更をローカルデータベース
21に反映する(図10のステップA71)。
When the mobile client computer 20 gives priority to the server, the change is reflected in the local database 21 (step A71 in FIG. 10).

【0054】モバイルクライアントコンピュータ20側
でクライアント優先の場合、変更をローカルデータベー
ス21に反映しない(図11のステップA81)。
If the mobile client computer 20 gives priority to the client, the change is not reflected in the local database 21 (step A81 in FIG. 11).

【0055】[III]次に具体例を用いて本実施例の動
作を説明する。クライアントコンピュータ30からサー
バデータベース11のデータを変更する場合(ステップ
S10)、データ操作確認部13にて変更が検出され
(ステップS11)、その変更内容は変更情報テーブル
11bに記述される(ステップS12)。同様にモバイ
ルクライアントコンピュータ20からローカルデータベ
ース21のデータを変更する場合(ステップS10)、
データ操作確認部23にて変更が検出され(ステップS
11)、その変更内容は変更情報テーブル11bに記述
される(ステップS12)。
[III] Next, the operation of this embodiment will be described using a specific example. When the data of the server database 11 is changed from the client computer 30 (step S10), the change is detected by the data operation check unit 13 (step S11), and the change is described in the change information table 11b (step S12). . Similarly, when the data of the local database 21 is changed from the mobile client computer 20 (Step S10),
The change is detected by the data operation confirmation unit 23 (step S
11), the contents of the change are described in the change information table 11b (step S12).

【0056】モバイルクライアントコンピュータ20に
て同期要求を行うと(ステップS13)、同期制御部2
2が変更情報テーブル21bに情報があることを確認し
(ステップS14)、サーバコンピュータの変更要求プ
ールテーブル11aにデータをコピーする(ステップS
15)。さらにサーバコンピュータ10の同期制御部1
2が変更情報テーブル11b内に情報があることを確認
し(ステップS16)、モバイルクライアントコンピュ
ータ20の変更要求プールテーブル21aにデータをコ
ピーする(ステップS17)。
When a synchronization request is made by the mobile client computer 20 (step S13), the synchronization control unit 2
2 confirms that there is information in the change information table 21b (step S14), and copies the data to the change request pool table 11a of the server computer (step S14).
15). Further, the synchronization control unit 1 of the server computer 10
2 confirms that there is information in the change information table 11b (step S16), and copies the data to the change request pool table 21a of the mobile client computer 20 (step S17).

【0057】変更情報テーブル21bに情報があること
を確認すると、同期制御部22はそれをローカルデータ
ベース21に反映する(ステップS18)。
After confirming that there is information in the change information table 21b, the synchronization control unit 22 reflects the information in the local database 21 (step S18).

【0058】このようにすることにより、サーバのマス
タデータベースとクライアントのローカルデータベース
に、データの追加,変更,削除が生じた場合にも、それぞ
れのデータベースの整合性を、高速かつ正確に確保する
ことができる。
Thus, even when data is added, changed, or deleted in the master database of the server and the local database of the client, the consistency of each database can be ensured at high speed and accurately. Can be.

【0059】[0059]

【発明の効果】以上説明したように本発明によれば、以
下の効果を奏することができる。第一の効果は、常時接
続されていないモバイル環境においてデータベースに高
速にアクセスできることにある。その理由は、モバイル
クライアントにローカルデータベースを持たせているた
めである。
As described above, according to the present invention, the following effects can be obtained. The first effect is that a database can be quickly accessed in a mobile environment that is not always connected. The reason is that the mobile client has a local database.

【0060】第二の効果は、常時接続されていないモバ
イル環境においてサーバコンピュータ内のサーバデータ
ベースとモバイルクライアント内のローカルデータベー
スの整合性を保つことが可能なことにある。その理由
は、モバイルクライアントから行う同期処理により、サ
ーバデータベースとローカルデータベースの変更部分の
情報交換を行い、その情報を元にデータベースの内容を
更新できるためである。
The second effect is that it is possible to maintain consistency between the server database in the server computer and the local database in the mobile client in a mobile environment that is not always connected. The reason is that the information exchange of the changed part of the server database and the local database can be performed by the synchronization processing performed from the mobile client, and the contents of the database can be updated based on the information.

【0061】第三の効果は、サーバデータベース、モバ
イルデータベースどちらに対してもデータまたは行の追
加,変更,削除が可能であり(第二の効果の具体例)、さ
らに整合性を保つことができることにある。その理由
は、上記同期処理のなかに、データ操作衝突時のルール
を定義しているためである。
The third effect is that data, rows can be added, changed, and deleted from both the server database and the mobile database (a specific example of the second effect), and further consistency can be maintained. It is in. The reason is that a rule at the time of data operation collision is defined in the synchronous processing.

【0062】第四の効果は、同期処理を短時間で実行で
きるためにネットワークに接続している時間を短縮でき
ることにある。その理由は、データベース全体の情報で
はなく変更のあった情報のみを送信するためである。
The fourth effect is that the synchronization processing can be executed in a short time, so that the time for connecting to the network can be reduced. The reason is that only the changed information is transmitted instead of the information of the entire database.

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

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

【図2】同実施例の概略動作のフローチャートである。FIG. 2 is a flowchart of a schematic operation of the embodiment.

【図3】同実施例におけるクライアントコンピュータの
データ操作のフローチャートである。
FIG. 3 is a flowchart of a data operation of a client computer in the embodiment.

【図4】同実施例におけるモバイルクライアントのロー
カルデータベースのデータ操作のフローチャートであ
る。
FIG. 4 is a flowchart of data operation of a local database of the mobile client in the embodiment.

【図5】同実施例におけるモバイルクライアントの同期
要求のフローチャートである。
FIG. 5 is a flowchart of a synchronization request of the mobile client in the embodiment.

【図6】同実施例における同期反映プロセスサーバ側の
フローチャートである。
FIG. 6 is a flowchart on the synchronization reflection process server side in the embodiment.

【図7】同実施例における同期反映プロセスローカル側
のフローチャートである。
FIG. 7 is a flowchart of a synchronous reflection process local side in the embodiment.

【図8】同実施例におけるサーバコンピュータ側のサー
バ優先のフローチャートである。
FIG. 8 is a flowchart of the server computer in the embodiment, with server priority.

【図9】同実施例におけるサーバコンピュータ側のクラ
イアント優先のフローチャートである。
FIG. 9 is a flowchart of a client priority on the server computer side in the embodiment.

【図10】同実施例におけるモバイルクライアント側の
サーバ優先のフローチャートである。
FIG. 10 is a flowchart of server priority on the mobile client side in the embodiment.

【図11】同実施例におけるモバイルクライアント側の
クライアント優先のフローチャートである。
FIG. 11 is a flowchart of client priority on the mobile client side in the embodiment.

【図12】同実施例における具体例の動作フローチャー
トである。
FIG. 12 is an operation flowchart of a specific example in the embodiment.

【図13】同実施例におけるデータベースの行の情報内
容とリレーショナルデータベースの構成を示す図であ
る。
FIG. 13 is a diagram showing the information content of a database row and the configuration of a relational database in the embodiment.

【図14】同実施例におけるデータベースの行の別の情
報内容を示す図である。
FIG. 14 is a diagram showing another information content of a row of the database in the embodiment.

【図15】同実施例におけるデータベースの行の別の情
報内容を示す図である。
FIG. 15 is a diagram showing another information content of a row of the database in the embodiment.

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

DK データベース交換システム 10 サーバコンピュータ 11 サーバデータベース 11a 変更要求プールテーブル 11b 変更情報テーブル 12 同期制御部 13 データ操作確認部 20 モバイルクライアントコンピュータ 21 ローカルデータベース 21a 変更要求プールテーブル 21b 変更情報テーブル 22 同期制御部 23 データ操作確認部 30 クライアントコンピュータ 40 回線網 45 LAN DK database exchange system 10 server computer 11 server database 11a change request pool table 11b change information table 12 synchronization control unit 13 data operation check unit 20 mobile client computer 21 local database 21a change request pool table 21b change information table 22 synchronization control unit 23 data Operation confirmation unit 30 Client computer 40 Network 45 LAN

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 15/401 340A ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) G06F 15/401 340A

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークに接続されたサーバデータ
ベースを有するサーバコンピュータと、前記ネットワー
クに対して接続可能なローカルデータベースを有するク
ライアントコンピュータとを備えてコンピュータシステ
ムを構築し、前記サーバデータベースのデータと前記ロ
ーカルデータベースのデータとの交換を可能にしたデー
タベース交換システムにおいて、 前記サーバデータベースおよびローカルデータベース
は、リレーショナルデータベースであることを特徴とす
るデータベース交換システム。
1. A computer system comprising a server computer having a server database connected to a network, and a client computer having a local database connectable to the network, wherein data of the server database and the local data are stored. In a database exchange system capable of exchanging data with a database, the server database and the local database are relational databases.
【請求項2】 前記データベース交換システムは、前記
サーバデータベースのデータと、前記ローカルデータベ
ースのデータとの間に不一致が生じた場合には、前記サ
ーバデータベースとローカルデータベースとのデータ
を、最新の内容に一致させる交換制御を行う一致交換制
御手段を備えたことを特徴とする請求項1記載のデータ
ベース交換システム。
2. The database exchange system according to claim 1, wherein when there is a mismatch between the data in the server database and the data in the local database, the data in the server database and the data in the local database are updated to the latest contents. 2. The database exchange system according to claim 1, further comprising a coincidence exchange control means for performing exchange control for causing coincidence.
【請求項3】 前記一致交換制御手段は、サーバコンピ
ュータおよび接続可能クライアントコンピュータの何れ
からも作動させることが可能な同期ルールを備えたこと
を特徴とする請求項2記載のデータベース交換システ
ム。
3. The database exchange system according to claim 2, wherein said matching exchange control means includes a synchronization rule which can be operated from any of a server computer and a connectable client computer.
【請求項4】 前記不一致の原因は、前記データベー
スへの追加・変更・削除の少なくとも何れか一つである
ことを特徴とする請求項2または請求項3記載のデータ
ベース交換システム。
4. The database exchange system according to claim 2, wherein the cause of the mismatch is at least one of addition, change, and deletion to the database.
【請求項5】 前記一致交換制御手段で交換制御する際
のデータの最小単位は、前記サーバデータベースとロー
カルデータベースとにおけるリレーショナルデータベー
スの行単位であることを特徴とする請求項1乃至請求項
4のいずれかに記載のデータベース交換システム。
5. The data processing system according to claim 1, wherein a minimum unit of data when the exchange control is performed by the coincident exchange control unit is a line unit of a relational database in the server database and the local database. A database exchange system according to any of the above.
JP31900999A 1999-11-10 1999-11-10 Database exchange system Expired - Fee Related JP4025475B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31900999A JP4025475B2 (en) 1999-11-10 1999-11-10 Database exchange system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31900999A JP4025475B2 (en) 1999-11-10 1999-11-10 Database exchange system

Publications (2)

Publication Number Publication Date
JP2001142766A true JP2001142766A (en) 2001-05-25
JP4025475B2 JP4025475B2 (en) 2007-12-19

Family

ID=18105491

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31900999A Expired - Fee Related JP4025475B2 (en) 1999-11-10 1999-11-10 Database exchange system

Country Status (1)

Country Link
JP (1) JP4025475B2 (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058779A (en) * 2001-08-10 2003-02-28 Direct Marketing Kenkyusho:Kk Membership information update and management system by sharing information among a plurality of sites
JP2003296254A (en) * 2002-02-25 2003-10-17 Microsoft Corp Method, system, and computer program for performing document-inclusion operation over network
JP2007164523A (en) * 2005-12-14 2007-06-28 Nec Corp Information processor, distributed synchronous information system, information synchronization method and program
JP2008129760A (en) * 2006-11-20 2008-06-05 Nid-Is Co Ltd Business information referring means development and support system for business information processing system
JP2008537254A (en) * 2005-04-22 2008-09-11 マイクロソフト コーポレーション Conflict resolution by synchronous manager
WO2009107184A1 (en) * 2008-02-25 2009-09-03 株式会社富士通エフサス Method for processing replication, program for processing replication, and device for processing replication
US7650575B2 (en) 2003-03-27 2010-01-19 Microsoft Corporation Rich drag drop user interface
US7657846B2 (en) 2004-04-23 2010-02-02 Microsoft Corporation System and method for displaying stack icons
US7694236B2 (en) 2004-04-23 2010-04-06 Microsoft Corporation Stack icons representing multiple objects
US7712034B2 (en) 2003-03-24 2010-05-04 Microsoft Corporation System and method for shell browser
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US7823077B2 (en) 2003-03-24 2010-10-26 Microsoft Corporation System and method for user modification of metadata in a shell browser
US7925682B2 (en) 2003-03-27 2011-04-12 Microsoft Corporation System and method utilizing virtual folders
JP2011513816A (en) * 2008-02-26 2011-04-28 ヴイエムウェア インク Enhanced server virtual machine configuration for server-based clients
US8024335B2 (en) 2004-05-03 2011-09-20 Microsoft Corporation System and method for dynamically generating a selectable search extension
US8195646B2 (en) 2005-04-22 2012-06-05 Microsoft Corporation Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information
US8209624B2 (en) 2003-04-17 2012-06-26 Microsoft Corporation Virtual address bar user interface control
JP2012533108A (en) * 2009-07-09 2012-12-20 ノルシンク・テクノロジー・アーエス Method, system, and device for performing incremental updates of partial databases
JP2013211016A (en) * 2006-09-29 2013-10-10 Lam Research Corporation Dynamic component-tracking system and methods therefor
WO2013168222A1 (en) 2012-05-08 2013-11-14 1stホールディングス株式会社 Data processing system, server, client, and program for managing data
US8661036B2 (en) 2004-04-29 2014-02-25 Microsoft Corporation Metadata editing control
US8707209B2 (en) 2004-04-29 2014-04-22 Microsoft Corporation Save preview representation of files being created
JP2014526103A (en) * 2011-12-27 2014-10-02 テンセント テクノロジー (シェンツェン) カンパニー リミテッド Method and apparatus for managing images of mobile terminals
US9361313B2 (en) 2003-03-27 2016-06-07 Microsoft Technology Licensing, Llc System and method for filtering and organizing items based on common elements
JP2018501688A (en) * 2014-11-20 2018-01-18 ヴェーデクス・アクティーセルスカプ Hearing aid user account management
JP2018180722A (en) * 2017-04-06 2018-11-15 株式会社東芝 Data management system
US10489044B2 (en) 2005-07-13 2019-11-26 Microsoft Technology Licensing, Llc Rich drag drop user interface
US11122375B2 (en) 2015-08-14 2021-09-14 Widex A/S System and method for personalizing a hearing aid

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11272533A (en) * 1998-03-25 1999-10-08 Fujitsu Ltd Relational data base synchronizing method and recording medium for recording program for the same

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11272533A (en) * 1998-03-25 1999-10-08 Fujitsu Ltd Relational data base synchronizing method and recording medium for recording program for the same

Cited By (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058779A (en) * 2001-08-10 2003-02-28 Direct Marketing Kenkyusho:Kk Membership information update and management system by sharing information among a plurality of sites
JP2003296254A (en) * 2002-02-25 2003-10-17 Microsoft Corp Method, system, and computer program for performing document-inclusion operation over network
US7712034B2 (en) 2003-03-24 2010-05-04 Microsoft Corporation System and method for shell browser
US7823077B2 (en) 2003-03-24 2010-10-26 Microsoft Corporation System and method for user modification of metadata in a shell browser
US7769794B2 (en) 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
US9361313B2 (en) 2003-03-27 2016-06-07 Microsoft Technology Licensing, Llc System and method for filtering and organizing items based on common elements
US7650575B2 (en) 2003-03-27 2010-01-19 Microsoft Corporation Rich drag drop user interface
US8117226B2 (en) 2003-03-27 2012-02-14 Microsoft Corporation System and method for virtual folder sharing including utilization of static and dynamic lists
US9361312B2 (en) 2003-03-27 2016-06-07 Microsoft Technology Licensing, Llc System and method for filtering and organizing items based on metadata
US7925682B2 (en) 2003-03-27 2011-04-12 Microsoft Corporation System and method utilizing virtual folders
US8209624B2 (en) 2003-04-17 2012-06-26 Microsoft Corporation Virtual address bar user interface control
US7657846B2 (en) 2004-04-23 2010-02-02 Microsoft Corporation System and method for displaying stack icons
US7694236B2 (en) 2004-04-23 2010-04-06 Microsoft Corporation Stack icons representing multiple objects
US8972342B2 (en) 2004-04-29 2015-03-03 Microsoft Corporation Metadata editing control
US8661036B2 (en) 2004-04-29 2014-02-25 Microsoft Corporation Metadata editing control
US8707209B2 (en) 2004-04-29 2014-04-22 Microsoft Corporation Save preview representation of files being created
US8024335B2 (en) 2004-05-03 2011-09-20 Microsoft Corporation System and method for dynamically generating a selectable search extension
US8195646B2 (en) 2005-04-22 2012-06-05 Microsoft Corporation Systems, methods, and user interfaces for storing, searching, navigating, and retrieving electronic information
JP2008537254A (en) * 2005-04-22 2008-09-11 マイクロソフト コーポレーション Conflict resolution by synchronous manager
US10489044B2 (en) 2005-07-13 2019-11-26 Microsoft Technology Licensing, Llc Rich drag drop user interface
JP2007164523A (en) * 2005-12-14 2007-06-28 Nec Corp Information processor, distributed synchronous information system, information synchronization method and program
JP2013211016A (en) * 2006-09-29 2013-10-10 Lam Research Corporation Dynamic component-tracking system and methods therefor
KR101492276B1 (en) * 2006-09-29 2015-02-11 램 리써치 코포레이션 Dynamic component-tracking system and methods therefor
JP2008129760A (en) * 2006-11-20 2008-06-05 Nid-Is Co Ltd Business information referring means development and support system for business information processing system
JP5080636B2 (en) * 2008-02-25 2012-11-21 株式会社富士通エフサス Replica processing method, program and apparatus
WO2009107184A1 (en) * 2008-02-25 2009-09-03 株式会社富士通エフサス Method for processing replication, program for processing replication, and device for processing replication
JP2011513816A (en) * 2008-02-26 2011-04-28 ヴイエムウェア インク Enhanced server virtual machine configuration for server-based clients
JP2012533108A (en) * 2009-07-09 2012-12-20 ノルシンク・テクノロジー・アーエス Method, system, and device for performing incremental updates of partial databases
US8918380B2 (en) 2009-07-09 2014-12-23 Norsync Technology As Methods, systems and devices for performing incremental updates of partial databases
JP2014526103A (en) * 2011-12-27 2014-10-02 テンセント テクノロジー (シェンツェン) カンパニー リミテッド Method and apparatus for managing images of mobile terminals
US10666726B2 (en) 2012-05-08 2020-05-26 Wingarc1St Inc. Data processing system, and program for managing data
WO2013168222A1 (en) 2012-05-08 2013-11-14 1stホールディングス株式会社 Data processing system, server, client, and program for managing data
JP2018501688A (en) * 2014-11-20 2018-01-18 ヴェーデクス・アクティーセルスカプ Hearing aid user account management
US10510446B2 (en) 2014-11-20 2019-12-17 Widex A/S Hearing aid user account management
US11310609B2 (en) 2014-11-20 2022-04-19 Widex A/S Hearing aid user account management
US11122375B2 (en) 2015-08-14 2021-09-14 Widex A/S System and method for personalizing a hearing aid
US11622210B2 (en) 2015-08-14 2023-04-04 Widex A/S System and method for personalizing a hearing aid
JP2018180722A (en) * 2017-04-06 2018-11-15 株式会社東芝 Data management system

Also Published As

Publication number Publication date
JP4025475B2 (en) 2007-12-19

Similar Documents

Publication Publication Date Title
JP4025475B2 (en) Database exchange system
US7346616B2 (en) Synchronizing data shared between two devices independent of any other devices that may also share the data
US8255359B2 (en) System and methods for asynchronous synchronization
US6401112B1 (en) Method and apparatus for synchronizing an Email client on a portable computer system with an Email client on a desktop computer
US7809682B2 (en) Data synchronization between multiple devices
US6990522B2 (en) System and method for synchronizing objects between two devices
US6374262B1 (en) Relational database synchronization method and a recording medium storing a program therefore
US7836015B1 (en) Fast synchronization of computer databases using coverage status
US7792794B2 (en) N-way synchronization of computer databases
US6694335B1 (en) Method, computer readable medium, and system for monitoring the state of a collection of resources
EP1024441A2 (en) Method and apparatus for synchronizing multiple databases
CA2646821A1 (en) Filtered replication of data stores
JP2002536766A (en) Database system having at least two host databases and a remote database, and method for synchronizing such databases
KR20070084302A (en) System and method for global data synchronization
US7031973B2 (en) Accounting for references between a client and server that use disparate e-mail storage formats
JP2003242016A (en) Information processing system, server and client device used in the information system, program, and information processing method
JP2002222107A (en) Data synchronizing device
JP2701806B2 (en) File synchronization method
CA2618938C (en) Data consistency control method and software for a distributed replicated database system
US7206815B1 (en) Method and apparatus for synchronizing an email client on a portable computer system with an email client on a desktop computer
JP2000259475A (en) Database system, database access control method and recording medium stored with database access control program
JP2002288027A (en) Distributed operation supporting system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040317

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040330

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040528

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20041116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041207

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20041207

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20041207

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20050127

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20050311

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20051007

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20070110

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070809

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071005

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101012

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20111012

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees