KR20020048832A - synchronization program for web & local system data - Google Patents

synchronization program for web & local system data Download PDF

Info

Publication number
KR20020048832A
KR20020048832A KR1020000078124A KR20000078124A KR20020048832A KR 20020048832 A KR20020048832 A KR 20020048832A KR 1020000078124 A KR1020000078124 A KR 1020000078124A KR 20000078124 A KR20000078124 A KR 20000078124A KR 20020048832 A KR20020048832 A KR 20020048832A
Authority
KR
South Korea
Prior art keywords
data
internet
local system
program
web
Prior art date
Application number
KR1020000078124A
Other languages
Korean (ko)
Inventor
김수정
Original Assignee
(주)소프트컴퍼니
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 (주)소프트컴퍼니 filed Critical (주)소프트컴퍼니
Priority to KR1020000078124A priority Critical patent/KR20020048832A/en
Publication of KR20020048832A publication Critical patent/KR20020048832A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Abstract

PURPOSE: A program for synchronizing the data of a web and a local system is provided to conveniently use the data regardless of the places by storing the data via the interface of a web program on the Internet. CONSTITUTION: The data are stored by the data file structure. The data are controlled by a program of a local system and an Internet program. The remote data are controlled via a middle ware. A program module unifies the data of two parts via the middle ware. When the Internet is unavailable, the data are stored separately by the local system. Upon connecting to the Internet, a database of the address on the Internet is directly accessed. The data in the local system are compared to the data on the Internet. If the data are different, the data are compensated.

Description

웹과 로컬 시스템 데이터의 동기화 프로그램{synchronization program for web & local system data}Synchronization program for web & local system data

기존에 존재하는 프로그램의 기술상 문제는 로컬 시스템 또는 인터넷 상의 사실상 인터넷 서버에 각각 데이터를 존재하게 되어있어 작업하는 사람의 위치에 따라 데이터를 소지하고 이동해야하는 어려움이 있다.The technical problem of the existing program is that the data is present in the local system or the Internet server on the Internet, respectively, and there is a difficulty in carrying and moving the data according to the location of the working person.

따라서 데이터의 이동에 필요한 미디어도 필요하게 되었고, 이동하는 위치마다 미디어를 인식할 수 있는 드라이버도 필요로 한다. 그에 따른 데이터의 불일치를 조정하기 위해 수작업이 필요했다. 이에 따른 시간과 기술습득 등의 요구가 발생하게 되었다.Therefore, media required for data movement are also required, and a driver capable of recognizing the media for each position to be moved is required. Manual work was required to reconcile the inconsistencies in the data. As a result, there has been a demand for time and skill acquisition.

개인 또는 업무상 이동이 잦은 업체의 사원이 근무지를 자주 이동할 경우 기존 작업한 data를 소지하고 다녀야하는 불편과 data의 용량이 클 경우 이전할 media와 용량의 상이로 마땅한 media를 선택하기 어려울 뿐만 아니라 이동하는 장소마다 media를 사용할 수 있는 driver가 설치 되어있어야 하는 불편을 해소하기위해 현시점에서 가장 보편적이고 손쉬운 인터넷상의 web program의 인터페이스를 통해 로컬시스템과 똑같은 방법으로 데이터를 저장한다.If employees of companies that move frequently or personally move their workplaces frequently, the inconvenience of carrying existing work data and the volume of data is large. In order to solve the inconvenience of having to install the media driver at each location, the data is stored in the same way as the local system through the interface of the web program on the Internet which is the most common and easy at present.

또한 인터넷이 연결되지 않는곳에서는 로컬시스템에서 따로이 데이터를 저장하고 그 상태가 유지되며 인터넷에 접속하게되면 바로 인터넷상의 주소에있는 데이터베이스에 접속하여 현재 로컬시스템에있는 데이터와 인터넷상의 데이터를 비교하여, 비교 차이나는 데이터를 양방에 채워 넣어 정렬한다. 그로써 양방 - 인터넷상에 존재하는 데이터와 로컬 시스템의 데이터 - 사이에 일치를 이루게 한다.In addition, when the Internet is not connected, this data is stored separately in the local system and its state is maintained.When the user accesses the Internet, he accesses a database at an address on the Internet and compares the data on the local system with the data on the Internet. The comparison difference sorts the data by filling it in both sides. This results in a match between both-the data on the Internet and the data on the local system.

제 1 도는 본 시스템의 구성의 흐름 전체를 나타낸 전개도이다.1 is an exploded view showing the entire flow of the configuration of the present system.

데이터를 저장할 수 있는 데이터 파일 구조, 데이터를 조작할 수 있는 로컬시스템의 프로그램, 데이터를 조작할 수 있는 인터넷 프로그램, 원격지 데이터를 조작할수있게 연결해주는 middle ware, middle ware를 통해 양방의 데이터를 일치시켜주는 프로그램 모듈Data file structure to store data, program of local system to manipulate data, Internet program to manipulate data, middle ware to connect remote data, middle ware to match both data Giving program module

바쁘게 생활하는 현대인 각각의 개인과 회사에 근무하는 직장인 근무지 이동이 잦은 사람들의 편의 도모, 즉 언제 어디서나 컴퓨터를 가지고다니거나, 인터넷이 연결된 곳이면 작업을 할 수 있는 환경을 구축해주는 효과를 가져와 간편하게 어디나 움직일 수 있고 무거운 컴퓨터를 들고다니거나 데이터를 옮기기위해 많은 데이터저장장치를 들고다니거나 그 장치를 설치하기위해 기술습득을해야하는시간의 단축, 설치하는 시간의 단축, 조작미숙으로인한 데이터읠 멸실 방지Each individual who is busy living and working at the company has the effect of creating an environment where people who work in the workplace can move easily, that is, carry a computer anytime, anywhere, or work wherever the Internet is connected. Shorten the time required to carry a lot of data storage devices to move or carry a heavy computer or to move data or to acquire the skills to install the device.

Claims (1)

인터넷 프로그램과 로컬 시스템의 데이터의 일치 화 모듈Module for matching data from internet programs and local systems
KR1020000078124A 2000-12-18 2000-12-18 synchronization program for web & local system data KR20020048832A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020000078124A KR20020048832A (en) 2000-12-18 2000-12-18 synchronization program for web & local system data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020000078124A KR20020048832A (en) 2000-12-18 2000-12-18 synchronization program for web & local system data

Publications (1)

Publication Number Publication Date
KR20020048832A true KR20020048832A (en) 2002-06-24

Family

ID=27683038

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020000078124A KR20020048832A (en) 2000-12-18 2000-12-18 synchronization program for web & local system data

Country Status (1)

Country Link
KR (1) KR20020048832A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09223060A (en) * 1996-02-15 1997-08-26 Nec Corp Data synchronization system between information processor and portable terminal equipment
EP0917077A2 (en) * 1997-11-18 1999-05-19 Lucent Technologies Inc. Wireless remote synchronization of data between PC & PDA
KR20000020679A (en) * 1998-09-23 2000-04-15 윤종용 Data synchronizing method of building automation system
KR20010006590A (en) * 1999-01-27 2001-01-26 스테븐 디.피터스 Method and apparatus for synchronizing multiple databases
KR20020033275A (en) * 2000-10-30 2002-05-06 정정호 Synchronize push service method and system for synchronizing of a data file between a local terminal and a server

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09223060A (en) * 1996-02-15 1997-08-26 Nec Corp Data synchronization system between information processor and portable terminal equipment
EP0917077A2 (en) * 1997-11-18 1999-05-19 Lucent Technologies Inc. Wireless remote synchronization of data between PC & PDA
JPH11252666A (en) * 1997-11-18 1999-09-17 Lucent Technol Inc Portable computing device
KR20000020679A (en) * 1998-09-23 2000-04-15 윤종용 Data synchronizing method of building automation system
KR20010006590A (en) * 1999-01-27 2001-01-26 스테븐 디.피터스 Method and apparatus for synchronizing multiple databases
KR20020033275A (en) * 2000-10-30 2002-05-06 정정호 Synchronize push service method and system for synchronizing of a data file between a local terminal and a server

Similar Documents

Publication Publication Date Title
EP2325837A3 (en) Mobile systems and methods of supporting natural language human-machine interactions
US20080168930A1 (en) Privacy Protecting Wall-Mounted Workstation
GB2455838C (en) Protocol for remote user interface for portable media device with dynamic playlist management
DE60132821D1 (en) SYSTEM AND METHOD FOR STORING NAVIGATED DATA
EP1473543A3 (en) Method and system for forming, updating, and using a geographic database
TW200612262A (en) Systems, methods, and interfaces for providing personalized search and information access
AU2003256376A1 (en) "A risk mapping system"
MXPA05009733A (en) System and method to acquire information from a database.
ES2118438T3 (en) SYSTEM FOR LOCAL PROCESS / ACCESS AND REPRESENTATION OF LARGE VOLUMES OF DATA.
WO2007146298A3 (en) Systems and methods for hierarchical organization and presentation of geographic search results
WO2003081476A3 (en) Method and data structure for a low memory overhead database
WO2005101995A3 (en) Customized sales software and implementation
CN102654878B (en) Data operation method for distributed database in embedded system and board card
KR20020048832A (en) synchronization program for web & local system data
CN204965530U (en) Classroom system of calling roll of integrated machine vision and database
CN205508024U (en) But remote operation's monitored control system of library
CN208092677U (en) A kind of mouse convenient for storage
WO2008145981A3 (en) Information management systems
CN208689564U (en) Data visualization application system based on multi-source big data united analysis technology
Bouvin et al. A comparative study of map use
Höffner et al. Open and Linkable Knowledge About Management of Health Information Systems
Ehlen et al. Multimodal local search in speak4it
US5740925A (en) Phone book cart
US20170295656A1 (en) Electronic device
CN207393074U (en) Door-plate system with display screen

Legal Events

Date Code Title Description
A201 Request for examination
N231 Notification of change of applicant
E902 Notification of reason for refusal
E601 Decision to refuse application