KR20050079278A - System and methode for dealing with data transmitting between a client database and an asp application - Google Patents

System and methode for dealing with data transmitting between a client database and an asp application Download PDF

Info

Publication number
KR20050079278A
KR20050079278A KR1020040007439A KR20040007439A KR20050079278A KR 20050079278 A KR20050079278 A KR 20050079278A KR 1020040007439 A KR1020040007439 A KR 1020040007439A KR 20040007439 A KR20040007439 A KR 20040007439A KR 20050079278 A KR20050079278 A KR 20050079278A
Authority
KR
South Korea
Prior art keywords
database
client
attribute
asp server
asp
Prior art date
Application number
KR1020040007439A
Other languages
Korean (ko)
Other versions
KR100594635B1 (en
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 KR1020040007439A priority Critical patent/KR100594635B1/en
Publication of KR20050079278A publication Critical patent/KR20050079278A/en
Application granted granted Critical
Publication of KR100594635B1 publication Critical patent/KR100594635B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/84Mapping; Conversion
    • G06F16/86Mapping to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/14Tree-structured documents

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 ASP(Application Service Provider) 서버와 클라이언트의 데이터베이스 연동시 네트웍상에서 클라이언트 데이터베이스의 경로가 ASP 사업자에게 노출되지 않고 상호 연동이 가능하도록 하는 연동 시스템 및 방법을 제공하는 것을 목적으로 한다.An object of the present invention is to provide an interworking system and method for interoperating with an ASP service without exposing a path of a client database on a network when interworking a database of an ASP (Application Service Provider) server and a client.

상기와 같은 목적을 달성하기 위한 본 발명에 따른 데이터베이스 연동방법은 ASP 서버와 클라이언트로 이루어진 시스템에 있어서, ASP 서버로부터 다운로드 받은 클라이언트 프로세서를 이용하여 ASP 서버와 연결이 차단된 상태에서 소스데이터베이스에 접속하는 단계; 타겟데이터베이스가 요구하는 속성을 참고하여 상기 소스데이터베이스를 검색하고 속성을 매칭하는 소스데이터베이스 검색 및 속성매칭 단계; 매칭된 속성치를 상기 소스데이터베이스로부터 추출하여 XML 문서로 저장하는 속성치 추출 및 XML 문서 저장단계; 추출된 속성치를 상기 타겟데이터베이스로 전송 및 저장하는 속성치 전송 및 저장단계; 를 포함하는 것을 특징으로 한다.The database interworking method according to the present invention for achieving the above object is in the system consisting of an ASP server and a client, using a client processor downloaded from the ASP server to access the source database in a disconnected state with the ASP server step; A source database search and attribute matching step of searching the source database and matching the attributes by referring to the attributes required by the target database; An attribute value extraction and XML document storage step of extracting a matched attribute value from the source database and storing it as an XML document; Transmitting and storing an attribute value to transmit and store the extracted attribute value to the target database; Characterized in that it comprises a.

본 발명에 의하면 속성값이 동일하고 속성명이 상이한 경우의 데이터베이스 연동을 지원하고, 시스템구축이 가벼우며, 유지보수가 간편하고, 클라이언트 데이터베이스의 보안정보가 ASP서버에 노출되는 것을 방지하고, ASP서버의 부하를 낮추며, ASP 고객의 데이터베이스 종류의 다양성에도 불구하고 사용하기 쉬운 클라이언트 응용프로그램으로 속성매칭을 수행할 수 있는 효과가 있다.According to the present invention, it supports database linkage when the attribute value is the same and the attribute name is different, the system construction is light, the maintenance is easy, and the security information of the client database is prevented from being exposed to the ASP server. It reduces the load, and despite the diversity of ASP's database types, it allows you to perform attribute matching with an easy-to-use client application.

Description

ASP서버와 클라이언트의 데이터베이스 연동 시스템 및 방법{System and Methode for dealing with data transmitting between a client database and an ASP application} System and Method for dealing with data transmitting between a client database and an ASP application}

본 발명은 ASP(Application Service Provider) 서버와 클라이언트의 데이터베이스 연동 시스템 및 방법에 관한 것으로, 보다 상세하게는 연동 시 네트웍상에서 클라이언트 데이터베이스의 경로가 ASP 사업자에게 노출되지 않고 상호 연동이 가능하도록 하는 연동 시스템 및 방법에 관한 것이다.The present invention relates to a database interworking system and method of an ASP (Application Service Provider) server and a client, and more particularly, to an interworking system that enables the interworking of a client database on a network without being exposed to an ASP provider. It is about a method.

최근 기업 내에서 보유하고 있는 정보의 수집, 공유, 분석을 위하여 보다 효율적인 정보기술을 요구하고 있다. 그 예로서, 인터넷 기반의 고객관계관리(e-CRM), ERP(Enterprise Resource Planning) 시스템 및 데이터웨어하우스(datawarehouse) 시스템 등의 정보기술을 도입 할 경우, 이들 시스템이 요구하는 독자적인 데이터베이스와 기업이 기존에 사용하고 있던 기간시스템의 데이터베이스와의 연동 또는 통합의 문제가 발생한다. 특히, 독자적인 데이터베이스를 갖는 응용프로그램을 웹 서버(Web Server) 상에서 ASP(application service provider) 응용프로그램 형태로 제공하는 경우 ASP 클라이언트 데이터베이스와의 데이터 공유를 위하여 상호 연동을 필요로 하는 경우가 점점 더 증가 되고 있다.Recently, more efficient information technology is required for the collection, sharing, and analysis of information held in a company. For example, when introducing information technologies such as Internet-based customer relationship management (e-CRM), enterprise resource planning (ERP) systems, and data warehouse systems, the independent databases and companies that these systems require There is a problem of linkage or integration with the database of the existing system. In particular, in the case of providing an application program having its own database in the form of an application service provider (ASP) application on a web server, an interworking is increasingly required to share data with an ASP client database. have.

상호연동을 필요로 하는 문제를 해결하는 방법으로 현재 ASP 사업자에게 사용되는 비교적 진보된 방법은 고객의 데이터베이스에서 데이터를 엑셀(Excel) 파일 등과 같은 형태로 추출하여 ASP 사업자에게 e-mail 이나 FTP 등의 인터넷 서비스를 이용하여 전송하고 이를 받은 사업자가 자신의 서버 측의 데이터베이스에 수작업으로 저장하는 형태이다. 그러나 이 작업에는 고객의 데이터베이스로부터 엑셀 파일을 추출하고 또한 저장하는 두 경우 모두에 데이터베이스 운영 전문가의 수작업 처리 과정이 필수적이다. 이러한 데이터의 추출 작업은 이러한 데이터베이스를 필요로하는 응용프로그램의 이용고객별로 각각 필요하며, ASP 사업자는 이들 각 고객의 데이터를 데이터베이스에 저장해야하는데 이 저장일과 관련한 수작업 부하는 고객의 수에 비례할 것이다. 특히 이러한 유사한 업무가 필요한 응용프로그램의 수가 다수인 ASP 사업자의 경우는 그 전달 받은 자료의 ASP 데이터베이스의 저장 업무 자체가 과중하게 되어 고객의 서비스가 지연될 소지가 발생되며 이는 고객의 불만을 유발하게 되어 ASP 사업의 활성화가 저해된다. 실제 이러한 일은 국내의 ASP 시장에서도 발견이 가능하다.A relatively advanced method currently used by ASP operators to solve problems that require interoperability is to extract data from the customer database in the form of an Excel file, etc. It is a form in which the service provider transmits the data using the Internet service and stores it manually in a database on his server side. However, this task requires manual processing by a database operations specialist in both cases of extracting and storing Excel files from the customer's database. The extraction of this data is required for each customer of an application that requires such a database, and the ASP operator needs to store the data for each of these customers in the database. The manual load associated with this storage date will be proportional to the number of customers. . In particular, in the case of an ASP provider with a large number of applications requiring similar tasks, the ASP database storage of the received data becomes heavy, which may cause delays in customer service. Revitalization of ASP business is hampered. In fact, this can be found in the domestic ASP market.

이 부분의 문제 해결을 위한 ASP 데이터베이스 연동에 관한 문헌이나 특허자료는 발견되고 있지 않으며 다음은 일반적인 경우의 데이터베이스의 연동에 관한 기술에 대한 소개이다.No literature or patent document on ASP database linkage has been found to solve this problem. The following is an introduction to the technology of database linkage in a general case.

Thomas Wiedemann은 "Web-based simulation: Simulation application service providing (SIM-ASP)," (Proceedings of the 33nd conference on Winter simulation, pp.623-628, Dec. 2001.)에서 ASP사업에 있어서 데이터베이스의 연동의 필요성을 언급하고 시뮬레이션 모델을 통하여 데이터 연동을 다룬바 있으나, 데이터의 상호 교환을 위한 데이터베이스의 연동 방법에 대한 내용은 언급하지 않았다. Thomas Wiedemann, "Web-based simulation: Simulation application service providing (SIM-ASP)," (Proceedings of the 33nd conference on Winter simulation, pp. 623-628, Dec. 2001.) We mentioned necessity and dealt with data through simulation model, but did not mention how to link database for data interchange.

ASP를 위한 데이터베이스 연동이 아닌, 임의의 두 데이터베이스의 연동에 관한 연구로서 Amit P. Sheth와 James A. Larson은 "Federated database systems for managing distributed, heterogeneous, and autonomous databases," (ACM Computing Surveys (CSUR), Vol.22, No.3, 1990.)에서 두 데이터베이스 간의 이질성의 종류를 분석하였다. 하지만, 동일한 속성명이 의미상으로 다른 경우의 데이터베이스 연동은 다루었으나, 속성명이 다르고 동일한 속성치를 공유해야 하는 경우의 연동은 다루지 않았다. Amit P. Sheth and James A. Larson, "Federated database systems for managing distributed, heterogeneous, and autonomous databases," (ACM Computing Surveys (CSUR)). , Vol. 22, No. 3, 1990.) analyzed the types of heterogeneity between two databases. However, we have dealt with database interworking when the same attribute name is semantically different, but we have not dealt with interworking when the attribute names are different and need to share the same attribute value.

Erhard Rahm과 Philip A. Bernstein은 "A survey of approaches to automatic schema matching," (The VLDB Journal - The International Journal on Very Large Data Bases, Vol.10 No.4, pp.334-350, 2001.)에서 데이터 모델의 스키마 매칭 방법을 구분하고 각각의 매칭 방법을 응용한 프로토타입 스키마 매처들을 소개 하였다. Erhard Rahm and Philip A. Bernstein wrote in "A survey of approaches to automatic schema matching," (The VLDB Journal-The International Journal on Very Large Data Bases, Vol. 10 No. 4, pp.334-350, 2001.). The schema matching methods of the data model were distinguished and prototype schema matchers applying each matching method were introduced.

변광준은 “EasyConnection : 이질 데이터베이스 들의 효율적 연동방식”, (한국전자거래(CALS/EC)학회, 한국전자거래(CALS/EC)학회지, Vol.4, No.3, pp.235-246, 1999.)에서 CORBA(Common Object Request Broker Architecture)를 이용하여 각각의 데이터베이스 사용자가 공유에 필요한 데이터베이스 정보인 데이터베이스명, 테이블명 등을 메타 데이터로 작성하여 서버에 저장하고, 클라이언트는 서버에 저장된 메타 데이터를 이용하여 속성 매칭과 속성치를 공유 하도록 하였다.Bwang Kwang-jun said, “EasyConnection: Efficient Interworking of Heterogeneous Databases”, (CALS / EC), The Korean Society for Electronic Transactions (CALS / EC), Vol. 4, No. 3, pp.235-246, 1999. CORBA (Common Object Request Broker Architecture) to write the database name, table name, etc., which are the database information each database user needs to share, as metadata and store it in the server, and the client uses the metadata stored in the server. To share attribute matching and attribute values.

Mark Roantree, John Murphy 및 Wilhelm Hasselbring은 "The OASIS multidatabase prototype," (ACM SIGMOD Record, Vol.28, No.1, 1999.)에서 CORBA구조상에서 멀티데이터베이스 연동을 위해 번역 지식베이스(Translation Knowledge Base)를 구축하고, 이를 이용하여 로컬 데이터베이스의 스키마 연동을 시도 했다. Mark Roantree, John Murphy and Wilhelm Hasselbring, in "The OASIS multidatabase prototype," (ACM SIGMOD Record, Vol. 28, No. 1, 1999.) We built and tried to integrate schema with local database.

하지만, CORBA를 이용하여 웹 응용프로그램을 개발할 경우 서버와 클라이언트 사이에 미들웨어가 존재하는 3 계층(3-tire) 방식으로 시스템이 개발되므로 구현방법이 복잡하고, 유지보수가 어렵고 중소규모의 네트웍에 적합하지 않으며, ASP사업자가 이 기술에 의한 연동 프로그램의 개발에 적지 않은 CORBA 기술의 부담이 생기는 등의 문제점이 있다.However, when developing a web application using CORBA, the system is developed in a three-tier way where middleware exists between the server and the client, which makes the implementation complex, difficult to maintain, and suitable for small to medium sized networks. However, there is a problem that ASP operators are burdened with CORBA technology, which is not much for developing linked programs by this technology.

근래에는 일반적으로 HTTP 통신 프로토콜을 이용하는 웹 상에서 데이터전송 및 교환은 CORBA를 사용하는 것 보다 XML이 효과적으로 사용되고 있는 추세이다. 이러한 XML을 이용한 데이터베이스 연동의 연구로서 권은정과 용환승은 “데이터베이스 : XML 을 기반으로 한 관계형 데이터베이스 메타데이터 리파지토리 설계 및 구현”, (정보처리학회논문지, Vol.9, No.1, pp.1-10, 2002.)에서 관계형 데이터베이스의 호스트 이름, 특정 DBMS의 버전 등의 메타 데이터를 XML 문서로 생성한 후 XML 전용 객체지향 데이터베이스에 저장하고, 메타 데이터를 이용하여 세부정보를 검색하는 연구를 수행하였다. In recent years, data transmission and exchange on the web using the HTTP communication protocol is generally more efficient than XML using CORBA. As a study of database interworking using XML, Kwon Eun-jung and Yong-hwan Seung, “Database: Designing and Implementing a Relational Database Metadata Repository Based on XML,” Journal of Information Processing Society, Vol.9, No.1, pp.1-10 , 2002.) generated metadata such as host name of relational database, version of specific DBMS as XML document, stored in XML-only object-oriented database, and searched for detailed information by using metadata.

이인기, 이민수 및 용환승은 “웹 기반의 OLAP 메타데이터 교환 시스템의 설계 및 구현”, (정보처리학회논문지D, Vol.9, No.6, pp.971-980, 2002.)에서 표준이 정해지지 않은 OLAP(On Line Analytical Processing)제품들간의 공통적으로 사용할 수 있는 메타 데이터 교환 모델로 XML을 사용하는 연구를 XML 전용 데이터베이스를 이용하여 수행 하였다. Lee In-ki, Lee Min-soo and Yong Hwan-seung have not set the standard in "Design and Implementation of Web-Based OLAP Metadata Exchange System", (Journal of Information Processing Society D, Vol.9, No.6, pp.971-980, 2002.) A study on using XML as a metadata exchange model commonly used among OLAP (On Line Analytical Processing) products was conducted using an XML-only database.

XML 문서 저장에 관한 연구로서 정상혁, 주경수 및 이정수는 “멀티미디어 데이터베이스 : XML 데이터베이스 시스템을 기반으로 한 B2B 통합 시스템 개발”, (멀티미디어학회논문지, Vol.6, No.1, pp.1-14, 2003.)에서 XML 문서 저장 시스템을 기반으로 기업 간의 거래에 사용된 XML 문서를 XML 전용 데이터베이스에 저장하는 B2B 통합 시스템을 구축했다.As a study on XML document storage, Sang-Hyuk Jung, Kyung-Soo Joo and Lee Jung-Soo “Multimedia Database: Development of B2B Integration System based on XML Database System”, Journal of Multimedia Society, Vol. 6, No.1, pp.1-14, 2003 In the.

한편, XML을 이용한 상기 연구들은 XML 전용 데이터베이스를 사용하지만 ASP 사업의 경우 상용 관계형 데이터베이스를 흔히 사용해야 할 뿐만 아니라, 데이터를 수신하는 ASP 데이터베이스에서 다수의 ASP 클라이언트의 메타데이터를 관리해야 하므로 회원을 관리하여야 하는 부가적인 문제가 발생한다. 또한, 고객은 메타데이터 내에 보안상 노출 시키고 싶지 않은 정보가 존재 할 경우 ASP 응용프로그램의 이용 자체를 기피 할 수 있다는 문제가 발생하게 된다.On the other hand, the above studies using XML use an XML-only database, but in the case of ASP business, it is not only necessary to use a commercial relational database but also to manage the metadata of many ASP clients in an ASP database that receives data. An additional problem arises. In addition, customers will be able to avoid the use of ASP applications if there is information in the metadata that they do not want to expose for security.

도 1은 종래의 속성매칭 및 전송이 ASP 서버측에서 수행되는 경우의 시스템 구성도이다. 도시된 바와 같이, 종래의 시스템은 ASP 사업자가 제공하는 응용프로그램인 ASP 어플리케이션(210)과 ASP 서버(200)측의 데이터베이스인 타겟데이터베이스(220)와 ASP 서버측에 위치하면서 타겟데이터베이스(220)와 클라이언트측에 위치한 소스데이터베이스(310) 사이에서 매칭 ·추출 ·전송 기능의 모두를 담당하는 연동프로세서(220)를 포함하는 ASP 서버; 및 소스데이터베이스(310)와 단말기(320)를 포함하는 클라이언트(300)로 구성된다.1 is a conventional A system configuration diagram when attribute matching and transmission are performed on the ASP server side. As shown, the conventional system is located in the target database 220 and the target database 220, which is a database of the ASP application 210 and the ASP server 200, which is an application provided by the ASP operator, and the target database 220. An ASP server including an interworking processor 220 that is responsible for all matching, extraction, and transmission functions between the source database 310 located on the client side; And a client 300 including a source database 310 and a terminal 320.

상기와 같이 구성된 종래의 시스템의 데이터 연동 절차를 설명하면, 먼저 ASP 서버(200)측에서 제공하는 ASP 어플리케이션(210)을 사용하고자 하는 고객(330)은 타겟데이터베이스(220)가 있는 ASP 서버(200)에 접속한 후, 클라이언트(300)측에 위치한 소스데이터베이스(310)에 로그인 한다. 다음으로 타겟데이터베이스(220)에서 요구하는 속성명을 참고하여 클라이언트의 소스데이터베이스(310)로부터 매칭 가능한 속성명을 검색하여 등록시키며, 매칭된 속성명의 속성치 추출하여 ASP 서버측으로 전송한다. 또한 전송된 자료 및 매칭관련 자료(예를 들어 데이터베이스명, 테이블명, 속성명 등)는 타켓데이터베이스(220)에 저장되며, 소스데이터베이스(310)로의 접속은 종료된다. 그리고 고객은 ASP 어플리케이션을 사용한 후 ASP 서버로의 접속을 로그아웃 한다.The conventional configuration as described above Referring to the data interworking procedure of the system, first, the customer 330 who wants to use the ASP application 210 provided by the ASP server 200 is connected to the ASP server 200 having the target database 220, Log in to the source database 310 located on the client 300 side. Next, a searchable attribute name is searched and registered from the source database 310 of the client by referring to the attribute name requested by the target database 220, and the attribute value extracted from the matched attribute name is transmitted to the ASP server. In addition, the transmitted data and matching-related data (for example, a database name, a table name, an attribute name, etc.) are stored in the target database 220 and the connection to the source database 310 is terminated. The customer then logs out of the connection to the ASP server after using the ASP application.

그러나 상기와 같은 종래의 시스템에 의하면 고객은 ASP 어플리케이션(210)을 통하여 자신의 데이터베이스에 로그인할 때 데이터베이스 서버 IP 주소, 데이터베이스 로그인 정보, 데이터베이스명, 테이블명 등을 온라인상에서 입력하여야 하므로 이러한 정보는 네트웍 상으로는 보안을 유지할 수 있으나 ASP 서버측에는 항시 노출될 수밖에 없는 상태가 되고, 이러한 상황은 결국 ASP 서비스의 활성화를 저해 할 수밖에 없는 문제점을 야기하게 된다.However, the conventional According to the system, when the customer logs in to his database through the ASP application 210, the user must enter the database server IP address, database login information, database name, table name, etc. online so that the information can be secured on the network. The ASP server side is always exposed, and this situation causes a problem that can only inhibit the activation of the ASP service.

상기한 문제점들을 해결하기 위한 본 발명은, 수작업에 의한 데이터 전달의 비효율성을 극복하고 고객 데이터베이스의 네트웍상의 경로 정보가 노출되는 문제를 피하며, SQL(structured query language)에 관련된 지식이 없는 사용자도 데이터 전송을 쉽게 처리할 수 있도록 하는 데이터베이스 연동 시스템 및 방법을 제공하는 것을 목적으로 한다.In order to solve the above problems, the present invention overcomes the inefficiency of manual data transfer, avoids the problem of exposing the path information on the network of the customer database, and also has no knowledge of SQL (structured query language). An object of the present invention is to provide a database interworking system and method for easily handling data transmission.

또한 본 발명은 데이터베이스의 연동시 전송되는 데이터들은 속성치가 동일하나 속성명칭이 다른 경우에도 연동을 지원할 수 있는 데이터베이스 연동 시스템 및 방법을 제공하는 것을 목적으로 한다.Another object of the present invention is to provide a database interworking system and method capable of supporting interworking even when data transmitted during interworking of a database has the same attribute value but different attribute names.

또한 본 발명은 데이터 연동 관련 메타 데이터의 관리를 고객 측에서 관리함으로써 ASP 서버의 고객 관리 부하를 낮출 수 있는 데이터베이스 연동 시스템 및 방법을 제공하는 것을 목적으로 한다. In addition, an object of the present invention is to provide a database interworking system and method that can reduce the customer management load of the ASP server by managing the data interlocking-related metadata management on the customer side.

상기와 같은 목적을 달성하기 위한 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동시스템은, ASP 서버와 클라이언트로 이루어진 시스템에 있어서 상기 ASP 서버는 ASP 서버가 클라이언트에게 제공하는 ASP 어플리케이션; ASP 서버측에 위치하며 상기 ASP 어플리케이션에 이용될 데이터를 저장하는 타겟데이터베이스; 및 상기 타겟데이터베이스와 클라이언트측에 위치한 소스데이터베이스 사이에서 매칭된 데이터를 전송하는 전송프로세서를 포함하고, 상기 클라이언트는 고객의 데이터를 저장하고 있는 소스데이터베이스; ASP 서버와 연결이 차단된 상태에서 타겟데이터베이스가 요구하는 속성을 참고하여 소스데이터베이스의 데이터를 매칭시키는, ASP 서버로부터 다운로드(download)가 가능한 클라이언트 프로세서; 및 상기 클라이언트 프로세서를 실행하여 얻은 속성 매칭된 고객의 추출된 데이데 결과를 확인할 수 있는 고객 단말기를 포함하는 것을 특징으로 한다.In accordance with an aspect of the present invention, an ASP server and client database interworking system includes: an ASP application provided by an ASP server to a client in a system consisting of an ASP server and a client; A target database located at an ASP server side and storing data to be used in the ASP application; And a transmission processor for transmitting matched data between the target database and a source database located at a client side, wherein the client comprises: a source database storing data of a customer; A client processor that can download data from an ASP server by matching data of the source database with reference to attributes required by the target database while being disconnected from the ASP server; And a customer terminal capable of confirming the extracted data result of the attribute matched customer obtained by executing the client processor.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동시스템의 상기 ASP 서버는 XML 문서를 상기 타겟데이터베이스에 적합하도록 변환하는 XML DB 변환기를 더 포함하며, 상기 클라이언트는 매칭된 결과를 XML 파일로 저장하는 수단을 더 포함하는 것이 바람직하다.In addition, the ASP server of the ASP server and the client database interworking system according to the present invention further comprises an XML DB converter for converting the XML document to fit the target database, the client to store the matched result in an XML file It is preferred to further comprise means.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동시스템의 상기 클라이언트는 타겟데이터베이스가 요구한 속성명에 일대일 매칭되는 소스데이터베이스의 속성명을 메타데이터로 저장하는 수단을 더 포함하는 것이 바람직하다.In addition, it is preferable that the client of the ASP server and the client database interworking system according to the present invention further comprises means for storing, as metadata, attribute names of the source database that match one-to-one with the attribute names requested by the target database.

본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법은 ASP 서버로부터 다운로드 받은 클라이언트 프로세서를 이용하여 ASP 서버와 연결이 차단된 상태에서 소스데이터베이스에 접속하는 단계; 타겟데이터베이스가 요구하는 속성을 참고하여 상기 소스데이터베이스를 검색하고 속성을 매칭하는 소스데이터베이스 검색 및 속성명 매칭 단계; 매칭된 속성치를 상기 소스데이터베이스로부터 추출하여 XML 문서로 저장하는 속성치 추출 및 XML 문서 저장단계; 추출된 속성치를 상기 타겟데이터베이스로 전송 및 저장하는 속성치 전송 및 저장단계;를 포함하는 것을 특징으로 한다.A method of interworking a database between an ASP server and a client according to the present invention includes: accessing a source database in a state in which a connection with an ASP server is blocked by using a client processor downloaded from an ASP server; A source database search and attribute name matching step of searching the source database and matching attributes by referring to attributes required by a target database; An attribute value extraction and XML document storage step of extracting a matched attribute value from the source database and storing it as an XML document; And transmitting and storing the attribute value to be transmitted and stored to the target database.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 소스데이터베이스에 접속하는 단계는 ASP 서버로부터 클라이언트 프로세서를 다운로드 하는 단계; 클라이언트 프로세서와 ASP 서버의 연결을 차단하는 단계; 소스데이터베이스로 로그인하는 단계;로 이루어진 것을 특징으로 한다.In addition, the step of accessing the source database of the database server interworking method of the ASP server and the client according to the present invention includes the steps of downloading a client processor from the ASP server; Blocking a connection between the client processor and the ASP server; Logging in to the source database; characterized in that consisting of.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 소스데이터베이스에 로그인하는 단계는 데이터베이스 인스턴스 명, 아이디(ID) 및 암호 입력창 등을 제공하는 사용자 인터페이스 화면에 의한 것이 바람직하다.In addition, the step of logging into the source database of the ASP server and the client database interworking method according to the present invention is preferably by a user interface screen providing a database instance name, ID (ID) and password input window.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 소스데이터베이스 검색 및 속성매칭 단계는 다운로드 되어 로그인이 성공적으로 된 클라이언트 프로세서의 사용자 인터페이스상에 출력된 타겟데이터베이스가 요구하는 속성을 확인하는 단계; 요구하는 속성을 로그인 성공 시에 사용자 인터페이스 화면에 출력된 접속된 고객의 데이터베이스, 테이블 및 속성들로 구성된 트리(tree) 구조의 메뉴를 이용하여 타겟데이터베이스에서 요구하는 속성과 매칭 할 속성을 검색하는 단계; 매칭 가능한 속성을 사용자 인터페이스 화면의 입력부에 입력하는 단계; 매칭을 수행하는 단계;로 이루어진 것을 특징으로 한다.In addition, the source database search and attribute matching step of the database server interworking method of the ASP server and the client according to the present invention is a step of confirming the attributes required by the target database output on the user interface of the client processor has been downloaded and successfully logged in ; Searching for an attribute to match the required attribute in the target database by using a tree structure menu consisting of the database, tables and attributes of the connected customer displayed on the user interface screen upon successful login. ; Inputting a matchable attribute to an input unit of a user interface screen; Performing matching; characterized in that consisting of.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 사용자 인터페이스 화면의 입력부에 입력하는 단계는 상기 화면의 입력부에 직접 또는 드래그 앤 드롭(drag & drop) 방식에 의한 것이 바람직하다.In addition, the step of inputting to the input unit of the user interface screen of the ASP server and the client database interworking method according to the present invention is preferably by a direct input unit or a drag and drop (drag & drop) method.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 소스데이터베이스 검색 및 속성매칭 단계는 기 저장된 메타데이터의 유무를 확인하는 단계; 기 저장된 메타데이터가 존재하는 경우에는 메타데이터를 로딩하는 단계; 매칭을 수행하는 단계;로 이루어진 것을 특징으로 한다.In addition, the step of searching the source database and the attribute matching method of the database server interworking method of the ASP server and the client according to the present invention comprises the steps of checking the presence of pre-stored metadata; Loading metadata when there is already stored metadata; Performing matching; characterized in that consisting of.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 속성치 추출 및 XML 문서 저장단계는 매칭이 완료되면 클라이언트 프로세서가 관련 속성명들의 속성치를 소스데이터베이스로부터 일괄적으로 추출하는 단계; 추출된 데이터를 XML 파일로 저장하는 단계; 추출된 데이터의 적합여부를 확인할 수 있도록 사용자 인터페이스 화면에 매칭 결과를 디스플레이 하는 단계; 로 이루어진 것을 특징으로 한다.In addition, the step of extracting the attribute value and storing the XML document in the method of interworking the database between the ASP server and the client according to the present invention may include: extracting, by the client processor, attribute values of related attribute names from the source database in a batch when matching is completed; Storing the extracted data as an XML file; Displaying a matching result on a user interface screen to confirm whether the extracted data is suitable; Characterized in that consisting of.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 속성치 추출 및 XML 문서 저장단계는 메타데이터를 저장하는 단계를 더 포함하는 것이 바람직하다.In addition, the step of extracting the attribute value and storing the XML document in the method of interworking the database between the ASP server and the client according to the present invention preferably further includes storing metadata.

또한, 본 발명에 따른 ASP 서버와 클라이언트의 데이터베이스 연동 방법의 상기 속성치 전송 및 저장단계는 클라이언트 프로세서와 ASP 서버를 연결하는 단계; 전송프로세서가 매칭 데이터를 XML DB 변환기로 전송하는 단계; 전송된 매칭 데이터를 XML DB 변환기가 타겟데이터베이스에 적합한 형식으로 변환하는 단계; 변환된 데이터를 타겟데이터베이스에 입력·저장하는 단계; 로 이루어진 것을 특징으로 한다.In addition, the step of transmitting and storing the attribute value of the ASP server and the client database interworking method according to the invention comprises the steps of connecting the client processor and the ASP server; Transmitting, by the transport processor, the matching data to the XML DB converter; Converting the transmitted matching data into a format suitable for a target database by an XML DB converter; Inputting and storing the converted data in a target database; Characterized in that consisting of.

이하 첨부한 도면을 참조하여 본 발명의 동작을 보다 상세히 설명한다. Hereinafter, the operation of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명에 따른 데이터베이스 연동 시스템 구성도이다. 도시된 바와 같이 본 발명에 따른 시스템은 ASP 서버가 제공하는 응용프로그램인 ASP 어플리케이션(410)과 ASP 서버(400)측에 위치하며 상기 ASP 어플리케이션(410)에 이용될 데이터를 저장하는 타겟데이터베이스(420)와 ASP 서버측에 위치하면서 타겟데이터베이스(420)와 클라이언트측에 위치한 소스데이터베이스(510) 사이에서 전송기능을 담당하는 전송프로세서(430) 및 XML 문서를 타겟데이터베이스(420)에 적합하도록 변환하는 XML DB 변환기(440)를 포함하는 ASP 서버; 및 클라이언트의 데이터를 저장하고 있는 소스데이터베이스(510)와 타겟데이터베이스(420)가 요구하는 속성명을 참고하여 고객(540)이 자신의 관련 데이터베이스 및 테이블을 후술하는 클라이언트 프로세서의 사용자 인터페이스 화면상에서 데이터베이스, 테이블 및 속성으로 구성된 트리 형태의 메뉴를 검색하여 매칭에 필요한 속성명을 동 화면상의 상기 타겟데이터베이스(510)의 속성명에 매칭시키고 매칭된 결과를 이용 데이터를 추출하여 XML 파일로 저장하는 클라이언트 프로세서(520)와 단말기(530)를 포함하는 클라이언트(300);로 구성된다. 2 is a configuration diagram of a database interworking system according to the present invention. As shown, the system according to the present invention is located in the ASP application 410 and the ASP server 400, which are applications provided by the ASP server, and a target database 420 for storing data to be used in the ASP application 410. XML to convert the transport processor 430 and the XML document to be suitable for the target database 420 between the target database 420 and the source database 510 located on the client side while being located at the ASP server side. An ASP server including a DB converter 440; And a database on the user interface screen of the client processor which the customer 540 describes his or her related database and table by referring to the attribute names requested by the source database 510 and the target database 420 storing the client data. A client processor that searches a tree-type menu consisting of a table and an attribute, matches an attribute name necessary for matching with an attribute name of the target database 510 on the same screen, and extracts and uses the matched data as an XML file. And a client 300 including a 520 and a terminal 530.

상기와 같이 구성된 본 발명에 따른 데이터베이스 연동시스템은 고객이 ASP 서버(또는 웹 사이트)에서 제공되는 클라이언트 프로세서(또는 응용프로그램)를 이용하여 ASP 서버와는 오프라인(off-line) 상태로 자신의 데이터베이스에 접속한다. 이후 ASP 서버의 타겟데이터베이스가 요구하는 속성명을 매칭시켜 그 속성값을 XML 파일로 추출한다. 그리고 이를 온라인(on-line)으로 ASP 사이트에 접속, XML 파일을 전송하여 데이터베이스에 자동 입력한다. The database interworking system according to the present invention configured as described above is used in a client's own database off-line with the ASP server using a client processor (or application program) provided by an ASP server (or a web site). Connect. After that, the property name required by the target database of the ASP server is matched and the property value is extracted into the XML file. It accesses the ASP site online and sends the XML file to the database.

이하에서는 본 발명에 따른 상기 시스템의 데이터 연동 방법을 보다 구체적으로 설명한다.Hereinafter, the data interworking method of the system according to the present invention will be described in more detail.

데이터 연동을 위한 첫 번째 단계는 고객이 소스데이터베이스(510)에 접속하는 단계이다(S100). 고객이 속성 매칭을 위해서는 먼저 자신의 소스데이터베이스(510)에 접속을 하여야 하는데, 소스데이터베이스(510)로의 접속은 ASP 서버(400)로부터 다운로드(S110) 받은 클라이언트 프로세서를 이용하여 ASP 서버와 연결이 차단된 상태 즉, 오프라인 상태에서 이루어진다(S120). 이와 같이 오프라인 상태에서 소스데이터베이스(510)에 접속하는 이유는 접속과정에서 로그인 정보가 ASP 사업자에게 노출되는 문제점을 제거하기 위한 것이다. The first step for data interworking is a step in which a customer accesses the source database 510 (S100). In order to match the attribute, the customer must first access his or her source database 510. The connection to the source database 510 is disconnected from the ASP server by using a client processor downloaded from the ASP server 400 (S110). That is, in the offline state (S120). The reason for accessing the source database 510 in the offline state as described above is to eliminate the problem that the login information is exposed to the ASP operator during the access process.

여기에서 클라이언트 프로세서(520)는 타겟데이터베이스(420)에서 요구하는 속성에 따라 소스데이터베이스(510)의 데이터를 매칭 및 추출하기 위한 프로그램으로, 고객이 ASP 서버(400)에 접속하여 필요 시점에 다운로드 받을 수도 있다. Here, the client processor 520 is a program for matching and extracting data of the source database 510 according to the attributes required by the target database 420. The client may access the ASP server 400 and download the data when necessary. It may be.

도 3은 사용자 인터페이스 화면을 이용한 로그인의 일실시예를 보인 것이다. 상기의 화면은 고객(540)이 소스데이터베이스(510)에 연결할 수 있도록 하기 위한 데이터베이스 인스턴스 명, IP주소 및 데이터베이스(610)에 접근권한이 있는 아이디(ID)(620)와 암호(630) 입력창 등을 제공한다. 3 shows an embodiment of a login using a user interface screen. The above screen is a database instance name, an IP address, and an ID 620 and a password 630 for accessing the database 610 so that the customer 540 can connect to the source database 510. And so on.

상기 입력창에 대한 정보입력은 먼저 데이터베이스의 선택으로 시작되는데, 이는 도 3과 같은 사용자 인터페이스(GUI: Graphic User Interface) 화면의 특정한 버튼(예: 버튼, 640)을 클릭함으로써 가능하다. 즉 예를 들어, 고객이 상기의 버튼을 클릭하면 GUI 화면(미도시)은 고객의 플랫폼의 로컬 네트워크 상에 인식 가능한 모든 데이터베이스 인스턴스 리스트를 보여주고, 고객은 이 중에서 원하는 데이터베이스를 선택할 수 있다.The input of information on the input window begins with the selection of a database, which is a specific button (for example, a graphic user interface (GUI)) screen as shown in FIG. By clicking on button 640. That is, for example, when the customer clicks the above button, a GUI screen (not shown) shows a list of all database instances recognizable on the local network of the customer's platform, and the customer can select a desired database from among them.

물론 고객이 소스데이터베이스(510)의 인스턴스 명이나 IP 주소를 알고 있는 경우는 데이터베이스 인스턴스 명을 도 3의 화면상에서 입력부(610)에 직접 입력할 수도 있다(S130).Of course, if the customer knows the instance name or IP address of the source database 510, the database instance name may be directly input to the input unit 610 on the screen of FIG. 3 (S130).

두 번째 단계는 소스데이터베이스 검색 및 속성명 매칭 단계이다(S200). 도 4는 고객이 소스데이터베이스 검색 및 속성명 매칭을 용이하게 할 수 있도록 하기 위하여 클라이언트측 프로세서(520)가 제공하는 화면이다. 도 4에서 화면의 우측(이하 '타겟화면부'라고도 한다)은 타겟데이터베이스(420)에서 요구하는 속성명과 각 속성에 대한 설명이며, 화면 좌측(이하 '소소화면부'라고도 한다)은 접속된 소스데이터베이스(510)를 데이터베이스명(710), 테이블명(720), 속성명(730) 순서의 트리구조 형태로 보여준 결과이다. The second step is the source database search and attribute name matching step (S200). 4 is a screen provided by the client side processor 520 to facilitate a customer database source search and attribute name matching. In FIG. 4, the right side of the screen (hereinafter also referred to as a 'target screen unit') is an attribute name required for the target database 420 and a description of each attribute, and the left side of the screen (hereinafter also referred to as a 'small screen unit') is a connected source. This is a result of showing the database 510 in the form of a tree structure in the order of the database name 710, the table name 720, and the attribute name 730.

속성명 매칭을 위해 고객은 우측 화면으로부터 ASP 서버의 타겟데이터베이스가 요구하는 속성들의 종류를 확인하고(S210), 우측에서 요구된 속성명에 매칭되는 속성명을 좌측화면의 트리구조에서 검색한다(S220). 검색 결과 발견된 속성명은 이를 우측화면의 매칭 속성 입력부(740)로 각각 드래그 앤 드롭(drag and drop) 하거나 속성명을 직접 입력시킴으로써 매칭이 이루어진다(S230). 이때 데이터타입이 불일치하는 등의 문제가 발생하는 것을 피하기 위하여 타겟데이터베이스(420)의 속성의 데이터타입은 모두 varchar 타입으로 되어 있어 어떤 타입의 데이터도 수용하는 데 강제 변환 없이 가능하다. For attribute name matching, the customer checks the types of attributes required by the target database of the ASP server from the right screen (S210), and searches the tree structure of the left screen for the attribute names matching the requested property names on the right (S220). ). The attribute names found as a result of the search are matched by dragging and dropping them to the matching attribute input unit 740 on the right screen or directly inputting the attribute names (S230). At this time, in order to avoid problems such as data type mismatch, all data types of the attributes of the target database 420 are varchar types, so that any type of data can be accommodated without coercion.

도 4의 속성 매칭 입력부(740)에 입력된 결과는 타겟데이터베이스(420)가 요구하는 속성명을 소스데이터베이스(510)에서 검색하여 매칭시키게 되는데(S240), 예를 들면 Customer_ID는 ACCOUNT_ID로 Name은 NAME으로 매칭된다.The result input to the attribute matching input unit 740 of FIG. 4 is to search for and match the attribute name required by the target database 420 in the source database 510 (S240). For example, Customer_ID is ACCOUNT_ID and Name is NAME. Matches.

한편, 본 발명은 고객이 과거에 속성 매칭을 수행한 적이 있는 경우에는 클라이언트 프로세서(520)를 실행할 때 이미 저장된 메타데이터가 있는지의 여부를 확인한 후, 이미 저장된 메타데이터가 있으면 고객의 플랫폼에 저장된 메타 데이터를 읽어 속성 매칭 결과를 화면상에 보여줌으로 속성 매칭을 반복적으로 수행하지 않고 속성치를 추출할 수도 있다(S210'). 매칭된 결과를 저장하는 메타 데이터 파일의 생성은 추후 설명한다.On the other hand, when the customer has performed attribute matching in the past, the present invention checks whether there is already stored metadata when executing the client processor 520, and if there is already stored metadata, the metadata stored in the platform of the customer By reading the data and displaying the attribute matching result on the screen, the attribute value may be extracted without performing attribute matching repeatedly (S210 '). The generation of the metadata file to store the matched result will be described later.

셋째 단계는 속성치 추출 및 XML 문서 저장단계이다(S300). 상기의 단계를 거쳐 모든 속성명의 일대일 매칭 과정이 완료되면 클라이언트 프로세서(520)는 관련 속성명에 대한 속성치를 일괄적으로 추출하고(S310), 이를 XML 파일(550)로 저장한다(S320). 여기서 저장된 XML 파일(550)은 XML 문서 구조에 타당한(valid) 형식을 갖는 것이 바람직한데, 본 발명에서는 XML 파일로 속성값을 추출하는 이유는 ASP의 응용프로그램이 사용되는 도메인별 속성관련 태그(tag) 정의가 용이하기 때문이며, 그 밖에 XML이 업계의 데이터 교환의 표준이고, 플랫폼에 상관없이 데이터 전송이 가능하고, 문서가 간결하며, XML 파서(parser) 프로그램의 크기가 작고 플랫폼에 상관없이 이용할 수 있다는 등의 다양한 장점을 가지고 있기 때문에 엑셀 파일을 이용하는 경우보다 효과적이다.The third step is an attribute value extraction and XML document storage step (S300). When the one-to-one matching process of all the attribute names is completed through the above steps, the client processor 520 extracts the attribute values for the associated attribute names (S310) and stores them as an XML file 550 (S320). The stored XML file 550 preferably has a valid format for the XML document structure. In the present invention, an attribute value is extracted into an XML file because a domain-specific attribute tag used by an ASP application is used. Easy to define, XML is the industry's standard for data exchange, cross-platform data transfer, compact documents, small XML parser programs, and cross-platform use. It is more effective than using Excel file because it has various advantages.

또한 클라이언트 프로세서(520)는 동시에 타겟데이터베이스(420)가 요구한 속성명에 일대일 매칭되는 소스데이터베이스(510)의 속성명을 고객 플랫폼 상에 메타데이터(560)로 저장하여 둠으로써 추후 동일한 속성명에 대한 매칭이 요구되는 경우에는 반복 작업을 피할 수 있다(S330). In addition, the client processor 520 simultaneously stores the attribute name of the source database 510 that is one-to-one matched to the attribute name requested by the target database 420 as metadata 560 on the customer platform. If matching is required, repetitive work may be avoided (S330).

도 5는 상기의 속성 매칭 단계를 수행한 결과 생성된 XML 문서(550)의 속성치 데이터를 확인할 수 있도록 제공되는 화면을 보인 것이다. 고객은 상기와 같은 화면을 통하여 XML 문서의 데이터를 확인하고 타겟데이터베이스(420)로 전송을 원하는 경우는 완료(810)를 실행하고, 그렇지 않은 경우는 생성 결과를 취소(820)할 수 있다(S340). 한편, 속성치 추출과 XML 문서 저장은 백엔드(back-end) 인터페이스 방식으로 실행된다. 5 illustrates a screen provided to check attribute value data of the XML document 550 generated as a result of performing the attribute matching step. When the customer checks the data of the XML document through the screen as described above and wants to transmit the data to the target database 420, the customer may execute a completion 810. Otherwise, the customer may cancel the generation result (820) (S340). ). On the other hand, attribute value extraction and XML document storage are performed in a back-end interface.

넷째 단계는 추출된 속성치를 ASP 서버로 전송 및 저장하는 단계이다(S400). XML 파일로 추출된 속성치 데이터는 ASP 서버로 전송 되어야 하는데, 속성치 데이터가 ASP 서버로 전송되기 위해서는 먼저 클라이언트 프로세서가 ASP 서버에 온라인으로 접속될 필요가 있다(S410). 그리고 일단 ASP 서버와 온라인 상태가 되면 데이터의 전송은 고객의 xml 파일의 uploading 명령과 동시에 ASP 서버측에 위치한 전송프로세서(430)가 담당하게 되는데, 상기 전송프로세서(430)는 클라이언트의 소스데이터베이스로부터 추출된 속성치 데이터를 읽어 들여 이를 XML DB 변환기(440)로 전송한다(S420).The fourth step is to transmit and store the extracted attribute value to the ASP server (S400). The attribute value data extracted into the XML file should be transmitted to the ASP server. In order to transmit the attribute value data to the ASP server, the client processor needs to be connected to the ASP server online (S410). Once the server is online with the ASP server, data transfer is performed by the transfer processor 430 located on the ASP server side at the same time as the uploading command of the client's xml file. The transfer processor 430 is extracted from the client's source database. The extracted attribute value data is read and transmitted to the XML DB converter 440 (S420).

한편 XML DB 변환기(440)는 상기 데이터를 타겟데이터베이스에 적합하도록 변환한 후(S430) 타겟데이터베이스(420)에 입력 · 저장하게 되며(S450), 상기의 과정을 통하여 저장이 완료된 데이터는 추후 ASP 어플리케이션에 의하여 이용되어진다. 이 때 저장 전에는 읽혀진 XML 문서를 고객의 단말기(530)에 출력하여 최종적으로 저장 또는 사용할지의 여부를 한 번 더 확인을 시켜주는 것도 바람직하다(S440).Meanwhile, the XML DB converter 440 converts the data so as to be suitable for the target database (S430), and then inputs and stores the data in the target database 420 (S450). It is used by. In this case, before storing, it is preferable to output the read XML document to the terminal 530 of the customer to confirm whether it is finally stored or used once more (S440).

이상과 같이 본 발명은 고객이 ASP 서버로부터 다운 받은 클라이언트 프로세서를 이용하여 자신의 로컬 네트워크 상의 데이터베이스를 접속한 후 오프라인상에서 속성 매칭 및 추출을 처리하는 전처리 과정을 하게 된다. 이후 추출된 데이터는 온라인 상태에서 웹을 통하여 ASP 서버측으로 전송되며 서버측의 포스트 프로세서를 통하여 데이터베이스로 저장되고 ASP 어플리케이션에 의하여 이용되어진다.As described above, the present invention performs a preprocessing process in which a client processes a property matching and extraction offline after accessing a database on his local network using a client processor downloaded from an ASP server. The extracted data is then transmitted to the ASP server side via the web in the online state, stored in a database through a post processor on the server side, and used by the ASP application.

이상에서 기술한 바와 같이, 본 발명에 따른 데이터 연동 시스템 및 방법은 속성값이 동일하고 속성명이 상이한 경우의 데이터베이스 연동을 지원하고, 시스템구축이 가벼우며, 유지보수가 간편하고, 클라이언트 데이터베이스의 보안정보가 ASP서버에 노출되는 것을 방지하고, ASP서버의 부하를 낮추며, ASP 고객의 데이터베이스 종류의 다양성에도 불구하고 사용하기 쉬운 클라이언트 응용프로그램으로 속성매칭을 수행할 수 있는 효과를 제공한다.As described above, the data interlocking system and method according to the present invention support database interlocking when the attribute values are the same and the attribute names are different, the system construction is light, the maintenance is easy, and the security information of the client database. Prevents exposure to ASP servers, lowers the load on ASP servers, and provides attribute matching with an easy-to-use client application despite the variety of ASP customer database types.

또한 본 발명에 따른 데이터 연동 시스템 및 방법은 ASP 사업자에게 전달된 고객의 데이터가 수작업 형태로 ASP 서버측에 입력되지 않고 시스템 수준에서 자동으로 처리 되므로 입력의 과오와 시간이 줄일 수 있는 효과가 있다.In addition, the data interworking system and method according to the present invention has the effect of reducing the error and time of input because the customer's data delivered to the ASP provider is automatically processed at the system level without being input to the ASP server side in the manual form.

또한, 본 발명에 따른 데이터 연동 시스템 및 방법은 데이터 전송에 따른 고객의 데이터베이스 관련 보안 정보를 ASP 측에게 노출 시키지 않을 뿐만 아니라 데이터 연동 관련 메타 데이터의 관리를 고객 측에서 관리함으로써 ASP 서버의 고객 관리 부하를 낮출 수 있는 효과가 있다. In addition, the data interlocking system and method according to the present invention not only exposes the security information related to the database of the customer according to the data transmission to the ASP side, but also manages the data interlocking related metadata on the customer side, thereby managing the customer management load of the ASP server. It has the effect of lowering.

또한, 본 발명은 ASP의 데이터베이스 연동 시스템이 CORBA 등과 같은 미들웨어를 사용하지 않으므로 연동 시스템 구축을 가볍게 할 수 있는 효과가 있다.In addition, the present invention has an effect that the database interworking system of ASP does not use middleware such as CORBA, so that the interlocking system can be lightly constructed.

도 1은 종래의 속성매칭 및 전송이 ASP 서버측에서 수행되는 경우의 시스템 구성도이다.1 is a system configuration diagram when a conventional attribute matching and transmission is performed on the ASP server side.

도 2는 본 발명에 따른 데이터베이스 연동 시스템 구성도이다.2 is a configuration diagram of a database interworking system according to the present invention.

도 3은 사용자 인터페이스 화면을 이용한 로그인 예를 보인 것이다.3 shows an example of login using a user interface screen.

도 4는 사용자 인터페이스 화면을 이용한 속성치 매칭 예를 보인 것이다.4 illustrates an example of attribute value matching using a user interface screen.

도 5는 속성치 매칭 결과를 보여주는 화면이다.5 is a screen showing an attribute value matching result.

도 6은 본 발명에 따른 데이터베이스 연동방법을 나타낸 흐름도이다.6 is a flowchart illustrating a database interworking method according to the present invention.

Claims (13)

ASP 서버와 클라이언트로 이루어진 시스템에 있어서,In a system consisting of an ASP server and a client, 상기 ASP 서버는, ASP 서버가 클라이언트에게 제공하는 ASP 어플리케이션; ASP 서버측에 위치하며 상기 ASP 어플리케이션에 이용될 데이터를 저장하는 타겟데이터베이스; 및 상기 타겟데이터베이스와 클라이언트측에 위치한 소스데이터베이스 사이에서 매칭된 데이터를 전송하는 전송프로세서; 를 포함하고,The ASP server includes an ASP application provided to the client by the ASP server; A target database located at an ASP server side and storing data to be used in the ASP application; And a transmission processor for transmitting matched data between the target database and a source database located at a client side. Including, 상기 클라이언트는, 클라이언트의 데이터를 저장하고 있는 소스데이터베이스; ASP 서버와 연결이 차단된 상태에서 타겟데이터베이스가 요구하는 속성을 참고하여 소스데이터베이스의 데이터를 매칭시키는 클라이언트 프로세서; 및 상기 클라이언트 프로세서의 실행결과를 확인하는 고객 단말기를 포함하는 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동시스템.The client includes a source database that stores data of the client; A client processor that matches data of the source database by referring to the attributes required by the target database while being disconnected from the ASP server; And a customer terminal for checking an execution result of the client processor. 제 1항에 있어서, 상기 ASP 서버는 XML 문서를 상기 타겟데이터베이스에 적합하도록 변환하는 XML DB 변환기를 더 포함하며,The method of claim 1, wherein the ASP server further comprises an XML DB converter for converting the XML document to fit the target database, 상기 클라이언트는 매칭된 결과를 XML 파일로 저장하는 수단을 더 포함하는 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동시스템.And said client further comprises means for storing the matched result in an XML file. 제 1항 또는 제 2항에 있어서, 상기 클라이언트는 타겟데이터베이스가 요구한 속성명에 일대일 매칭되는 소스데이터베이스의 속성명을 메타데이터로 저장하는 수단을 더 포함하는 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동시스템.3. The database of claim 1 or 2, wherein the client further comprises means for storing, as metadata, attribute names of the source database that match one-to-one with the attribute names requested by the target database. Interlock system. 제 1항 내지 제 3항 중 어느 한 항에 있어서, 상기 클라이언트 프로세서는 사용자 인터페이스 화면부를 포함하며, 상기 사용자 인터페이스 화면부는 타겟데이터베이스에서 요구하는 속성명을 표시하고 입력하는 타겟화면부와, 접속된 소스데이터베이스의 구조를 표시하는 소스화면부로 이루어진 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동시스템.The client processor of claim 1, wherein the client processor comprises a user interface screen unit, wherein the user interface screen unit is configured to display and input an attribute name requested by a target database, and a connected source. A database interworking system of an ASP server and a client, characterized in that the source screen unit displays the structure of the database. ASP 서버와 클라이언트로 이루어진 시스템에 있어서,In a system consisting of an ASP server and a client, ASP 서버로부터 다운로드 받은 클라이언트 프로세서를 이용하여 ASP 서버와 연결이 차단된 상태에서 소스데이터베이스에 접속하는 단계;Accessing a source database in a state in which connection with the ASP server is blocked by using a client processor downloaded from the ASP server; 타겟데이터베이스가 요구하는 속성을 참고하여 상기 소스데이터베이스를 검색하고 속성을 매칭하는 소스데이터베이스 검색 및 속성명 매칭 단계;A source database search and attribute name matching step of searching the source database and matching attributes by referring to attributes required by a target database; 매칭된 속성치를 상기 소스데이터베이스로부터 추출하여 XML 문서로 저장하는 속성치 추출 및 XML 문서 저장단계;An attribute value extraction and XML document storage step of extracting a matched attribute value from the source database and storing it as an XML document; 추출된 속성치를 상기 타겟데이터베이스로 전송 및 저장하는 속성치 전송 및 저장단계; 를 포함하는 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.Transmitting and storing an attribute value to transmit and store the extracted attribute value to the target database; Database interworking method of the ASP server and the client comprising a. 제 5항에 있어서, 상기 소스데이터베이스에 접속하는 단계는The method of claim 5, wherein the step of accessing the source database is ASP 서버로부터 클라이언트 프로세서를 다운로드 하는 단계;Downloading a client processor from an ASP server; 클라이언트 프로세서와 ASP 서버의 연결을 차단하는 단계;Blocking a connection between the client processor and the ASP server; 소스데이터베이스로 로그인하는 단계; 로 이루어진 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.Logging in to the source database; Database interworking method of the ASP server and the client, characterized in that consisting of. 제 6항에 있어서, 상기 소스데이터베이스에 로그인하는 단계는7. The method of claim 6, wherein logging in to the source database 데이터베이스 인스턴스 명, 아이디(ID) 및 암호 입력창 등을 제공하는 사용자 인터페이스 화면에 의한 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.A database interface method of an ASP server and a client, characterized in that the user interface screen providing a database instance name, ID (ID) and password input window. 제 5항에 있어서, 상기 소스데이터베이스 검색 및 속성매칭 단계는The method of claim 5, wherein the searching and attribute matching of the source database is performed. 타겟데이터베이스가 요구하는 속성을 확인하는 단계;Identifying attributes required by the target database; 요구하는 속성을 소스데이터베이스에서 검색하는 단계;Retrieving a required attribute from a source database; 매칭 가능한 속성을 입력하는 단계;Inputting a matchable attribute; 매칭을 수행하는 단계; 로 이루어진 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.Performing a match; Database interworking method of the ASP server and the client, characterized in that consisting of. 제 8항에 있어서, 상기 속성을 소스데이터베이스에서 검색하는 단계는 사용자 인터페이스 화면부의 소스화면부를 통하여 요구하는 속성을 검색하고, 상기 매칭 가능한 속성을 입력하는 단계는 사용자 인터페이스 화면부의 타켓화면부에 위치한 매칭 속성 입력부에 직접 입력하거나 또는 소스화면부의 속성을 드래그 앤 드롭 방식에 의해 입력하는 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.The method of claim 8, wherein the searching of the attribute in the source database comprises: searching for a required attribute through a source screen unit of a user interface screen unit, and inputting a matchable attribute to a target screen unit of the user interface screen unit. A method of interlocking a database between an ASP server and a client, which comprises directly inputting an attribute input unit or inputting an attribute of a source screen unit by a drag and drop method. 제 5항에 있어서, 상기 소스데이터베이스 검색 및 속성매칭 단계는The method of claim 5, wherein the searching and attribute matching of the source database is performed. 기 저장된 메타데이터의 유무를 확인하는 단계;Confirming the existence of pre-stored metadata; 기 저장된 메타데이터가 존재하는 경우에는 메타데이터를 로딩하는 단계;Loading metadata when there is already stored metadata; 매칭을 수행하는 단계; 로 이루어진 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.Performing a match; Database interworking method of the ASP server and the client, characterized in that consisting of. 제 5항에 있어서, 상기 속성치 추출 및 XML 문서 저장단계는The method of claim 5, wherein the attribute value extraction and XML document storing step 매칭이 완료되면 클라이언트 프로세서가 관련 속성명들의 속성치를 소스데이터베이스로부터 일괄적으로 추출하는 단계;Once the matching is complete, the client processor collectively extracting attribute values of related attribute names from a source database; 추출된 데이터를 XML 파일로 저장하는 단계;Storing the extracted data as an XML file; 추출된 데이터의 적합여부를 확인할 수 있도록 사용자 인터페이스 화면에 매칭 결과를 디스플레이 하는 단계; 로 이루어진 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.Displaying a matching result on a user interface screen to confirm whether the extracted data is suitable; Database interworking method of the ASP server and the client, characterized in that consisting of. 제 5항 또는 제 11항에 있어서, 상기 속성치 추출 및 XML 문서 저장단계는The method of claim 5 or 11, wherein the attribute value extraction and the XML document storing step are performed. 메타데이터를 저장하는 단계를 더 포함하는 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.The database interworking method of the ASP server and the client further comprising the step of storing the metadata. 제 5항에 있어서, 상기 속성치 전송 및 저장단계는6. The method of claim 5, wherein transmitting and storing the attribute value 클라이언트 프로세서와 ASP 서버를 연결하는 단계;Connecting the client processor and the ASP server; 전송프로세서가 매칭 데이터를 XML DB 변환기로 전송하는 단계;Transmitting, by the transport processor, the matching data to the XML DB converter; 전송된 매칭 데이터를 XML DB 변환기가 타겟데이터베이스에 적합한 형식으로 변환하는 단계;Converting the transmitted matching data into a format suitable for a target database by an XML DB converter; 변환된 데이터를 타겟데이터베이스에 입력 · 저장하는 단계; 로 이루어진 것을 특징으로 하는 ASP 서버와 클라이언트의 데이터베이스 연동방법.Inputting and storing the converted data in a target database; Database interworking method of the ASP server and the client, characterized in that consisting of.
KR1020040007439A 2004-02-05 2004-02-05 System and Methode for dealing with data transmitting between a client database and an ASP application KR100594635B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020040007439A KR100594635B1 (en) 2004-02-05 2004-02-05 System and Methode for dealing with data transmitting between a client database and an ASP application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020040007439A KR100594635B1 (en) 2004-02-05 2004-02-05 System and Methode for dealing with data transmitting between a client database and an ASP application

Publications (2)

Publication Number Publication Date
KR20050079278A true KR20050079278A (en) 2005-08-10
KR100594635B1 KR100594635B1 (en) 2006-06-30

Family

ID=37266239

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020040007439A KR100594635B1 (en) 2004-02-05 2004-02-05 System and Methode for dealing with data transmitting between a client database and an ASP application

Country Status (1)

Country Link
KR (1) KR100594635B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100747118B1 (en) * 2006-11-02 2007-08-07 (주)탱그램테크 Central management of enterprise resource possible interlocking
KR101021064B1 (en) * 2008-05-30 2011-03-11 주식회사 프라임데이타시스템 Method and System of mapping multi-dimensional data to table, and computer readable medium recording the method
US8260853B2 (en) 2005-09-23 2012-09-04 Samsung Electronics Co., Ltd. Document distribution system and method using WebDAV protocol

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2494465A4 (en) * 2009-10-28 2014-03-05 Cpa Software Ltd Modular interface for database conversion

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010035001A (en) * 2000-08-07 2001-05-07 이춘하 The system which formulizes unformulized data and reuses it
KR20020064053A (en) * 2001-01-31 2002-08-07 (주)시리 Method for combining databases and offering interfaces using XML MAP
KR100353688B1 (en) * 2001-04-03 2002-09-28 메타빌드주식회사 Method for memorizing and managing of extensible markup language type document and medium for memorizing software programmed to perform the method
KR100467005B1 (en) * 2002-03-15 2005-01-24 김영신 Wireless Application Service Provider system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8260853B2 (en) 2005-09-23 2012-09-04 Samsung Electronics Co., Ltd. Document distribution system and method using WebDAV protocol
US9123026B2 (en) 2005-09-23 2015-09-01 Samsung Electronics Co., Ltd. Document distribution system and method using webdav protocol
US9432447B2 (en) 2005-09-23 2016-08-30 Samsung Electronics Co., Ltd. Document distribution system and method using WebDAV protocol
KR100747118B1 (en) * 2006-11-02 2007-08-07 (주)탱그램테크 Central management of enterprise resource possible interlocking
KR101021064B1 (en) * 2008-05-30 2011-03-11 주식회사 프라임데이타시스템 Method and System of mapping multi-dimensional data to table, and computer readable medium recording the method

Also Published As

Publication number Publication date
KR100594635B1 (en) 2006-06-30

Similar Documents

Publication Publication Date Title
US8260815B2 (en) System and method for accessing non-compatible content repositories
Dowler et al. Table access protocol version 1.0
US6665662B1 (en) Query translation system for retrieving business vocabulary terms
US6799184B2 (en) Relational database system providing XML query support
US6418448B1 (en) Method and apparatus for processing markup language specifications for data and metadata used inside multiple related internet documents to navigate, query and manipulate information from a plurality of object relational databases over the web
US8019632B2 (en) System and method of integrating enterprise applications
US7496599B2 (en) System and method for viewing relational data using a hierarchical schema
DeRose et al. Building structured web community portals: A top-down, compositional, and incremental approach
US20090235167A1 (en) Method and system for context aware collaborative tagging
US20040187111A1 (en) Content management portal and method for communicating media content
US20040167896A1 (en) Content management portal and method for communicating information
US20090043778A1 (en) Generating etl packages from template
US7444344B2 (en) Method to increase subscription scalability
JP2001282594A (en) Corporate work integration system and method for integrating a plurality of data sources
US20150339355A1 (en) Application coherency manager
Baumgartner et al. Web data extraction for business intelligence: the lixto approach
US20040167905A1 (en) Content management portal and method for managing digital assets
US6917930B1 (en) Database integrity in an internet e-commerce environment
US20080059429A1 (en) Integrated search processing method and device
KR100594635B1 (en) System and Methode for dealing with data transmitting between a client database and an ASP application
Dowler et al. IVOA Recommendation: Table Access Protocol Version 1.0
US6856979B1 (en) Evaluation of expressions using recursive SQL
Baskauf et al. Using the W3C Generating RDF from Tabular Data on the Web recommendation to manage small Wikidata datasets
Hamilton Programming SQL Server 2005: Prepare for Deeper SQL Server Waters
Tahiri Alaoui An approach to automatically update the Spanish DBpedia using DBpedia Databus

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130621

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20140619

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20150615

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20160401

Year of fee payment: 11

LAPS Lapse due to unpaid annual fee