• Title/Summary/Keyword: DATABASE

Search Result 18,901, Processing Time 0.035 seconds

DATABASE 자료실(Ⅱ)

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.7 s.26
    • /
    • pp.160-166
    • /
    • 1995
  • 지난호에는 국회도서관 국립중앙도서관에 소장돼있는 자료중 연구논문을 게재 하였으나 이번호에는 국회도서관의 연구논문 및 단행본을 중심으로 게재한다.

  • PDF

DATABASE 자료실(Ⅲ)

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.8 s.27
    • /
    • pp.140-152
    • /
    • 1995
  • 지난호에 이어 국회도서관에 소장돼 있는 자료들 중 데이터베이스 자료(단행본, 연구논문)를 소개하고자 한다.

  • PDF

DATABASE 자료실(Ⅲ) - 국회도서관편(3)

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.9 s.28
    • /
    • pp.131-141
    • /
    • 1995
  • 지난호에 이어 국회도서관에 소장돼 있는 자료들 중 데이터베이스 자료(단행본, 연구논문)를 소개하고자 한다.

  • PDF

DATABASE 자료실 - 국회도서관편(5)

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.11 s.30
    • /
    • pp.148-153
    • /
    • 1995
  • 지난호에 이어 국회도서관에 소장돼 있는 자료들 중 데이터베이스 자료(단행본, 연구논문)를 소개하고자 한다.

  • PDF

DATABASE 자료실 - 국립도서관편(4)

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.10 s.29
    • /
    • pp.160-165
    • /
    • 1995
  • 지난호에 이어 국회도서관에 소장돼 있는 자료들 중 데이터베이스 자료(단행본, 연구논문)를 소개하고자 한다.

  • PDF

DATABASE 자료실 - 국립중앙도서관

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.12 s.31
    • /
    • pp.132-137
    • /
    • 1995
  • 지난호 국회도서관에 이어 이번호부터는 국립중앙도서관에 소장되어 있는 데이터베이스 관련 자료들을 모아 게재한다.

  • PDF

A Study of Integrating ASP Databases with Customer Databases (ASP 용의 데이터베이스와 고객 데이터베이스 연동에 관한 연구)

  • Kim, Ho-Yoon;Lee, Jae-Won
    • The KIPS Transactions:PartD
    • /
    • v.11D no.5
    • /
    • pp.1063-1072
    • /
    • 2004
  • In the ASP(Application Service Provider) business, applications using database sometimes require some data from clients' databases. These days such data are extracted from client database using manual database operations as an EXCEL file and the ASP, once receiving this file, transfers it into the application's database using manual database operations. This paper describes how to deal with data transmitting between the client database and ASP database on the web without using database manual operations for data extraction and insertion. We propose a framework which enables to transmit client data in a systematical way, to match different attribute names of each database for sharing same attribute values, and to avoid exposing information about the network path of client database to the ASP. This approach consists of two steps of data processing. The first is extracting data from client database as XML format by using a downloaded client program from ASP site, the second is uploading and storing the XML file into the ASP database. The implemented prototype system shows the suggested data integration paradigm is valid and ASP business needing integration of client database can be activated using it.

An Extended Dynamic Schema for Storing Semi-structured Data

  • Nakata, Mitsuru;Ge, Qi-Wei;Hochin, Teruhisa;Tsuji, Tatsuo
    • Proceedings of the IEEK Conference
    • /
    • 2002.07a
    • /
    • pp.301-304
    • /
    • 2002
  • Recently, database technologies have been used commonly. But, ordinary technologies aren't suitable to construct a complicated database such as a classical literature database or an archaeological relic's database. Because this kinds of data are semi-structured data that doesn't have regular structures, database schema can't be defined before databases. We have proposed DREAM model for semi-structured databases. In this model, a database consists of five elements and the model has operations similar to operation of set theory. And further we have introduced dynamic schema "shape" showing structure of each element. We have already realized a prototype of DBMS adopting DREAM model (DREAM DBMS) and constructing function of shapes. However, shape is imperfect to describe database structures because it can't explain nested structures of elements. In this paper, we will profuse a "shape graph"that is dynamic schema showing database structures more exactly and extend the DREAM DBMS. Further we will evaluate the performance of constructing function of shapes and shape graphs.

  • PDF

A recovery method for deleted records in the ESE Database (ESE 데이터베이스 내의 삭제된 레코드 복구 기법)

  • Kim, Jeong-hyeon;Choi, Jong-hyun;Lee, Sang-jin
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.25 no.5
    • /
    • pp.1143-1151
    • /
    • 2015
  • Extensible Storage Engine (ESE) database is a database developed by Microsoft. This database is used in web browser like Internet Explorer, Spartan and in Windows system with Windows Search, System Resource Usage Monitor. Previous ESE database viewer can display an incorrect result and can't read the file depending on collected environment and status of files. And the deleted record recovery tool is limited to some program and cannot recover all tables. This paper suggests the universal recovery method for deleted records and presents the experimental results through development of tool.