KR0183915B1 - A variable long text editing method in database - Google Patents

A variable long text editing method in database Download PDF

Info

Publication number
KR0183915B1
KR0183915B1 KR1019960034753A KR19960034753A KR0183915B1 KR 0183915 B1 KR0183915 B1 KR 0183915B1 KR 1019960034753 A KR1019960034753 A KR 1019960034753A KR 19960034753 A KR19960034753 A KR 19960034753A KR 0183915 B1 KR0183915 B1 KR 0183915B1
Authority
KR
South Korea
Prior art keywords
data field
editing
database
predetermined size
edit
Prior art date
Application number
KR1019960034753A
Other languages
Korean (ko)
Other versions
KR19980015450A (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 KR1019960034753A priority Critical patent/KR0183915B1/en
Publication of KR19980015450A publication Critical patent/KR19980015450A/en
Application granted granted Critical
Publication of KR0183915B1 publication Critical patent/KR0183915B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Document Processing Apparatus (AREA)

Abstract

데이터 베이스의 긴가변 문자 편집방법을 공개한다. 그 방법은 데이터 필드를 작성하는 제1과정; 상기 제1과정을 통해 작성된 데이터 필드가 소정 크기 이상인지를 판단하는 제2과정; 상기 제2과정에서 상기 데이터 필드가 소정 크기 이상이면 편집창을 자동 오픈하는 제3과정; 오픈된 상기 편집창을 이용하여 상기 데이터 필드를 작성 및 편집하는 제4과정을 포함하는 것을 특징으로 한다. 본 발명에 의하면, 용이하게 긴가변 문자 타입의 데이터 필드를 작성 및 편집할 수 있다.Discusses how to edit long variable characters in the database. The method includes a first step of creating a data field; A second step of determining whether a data field created through the first step is greater than or equal to a predetermined size; A third step of automatically opening an edit window when the data field is larger than a predetermined size in the second step; And a fourth process of creating and editing the data field using the opened edit window. According to the present invention, a data field of long variable character type can be easily created and edited.

Description

데이터 베이스의 긴가변 문자 편집방법How to edit long variable characters in database

본 발명은 데이터 베이스에 관한 것으로, 특히 데이터 베이스의 긴가변 문자 편집방법에 관한 것이다.The present invention relates to a database, and more particularly, to a method for editing long variable characters in a database.

종래의 데이터 베이스 프로그램은 일반적인 데이터 타입인 문자, 날짜, 숫자 등은 쉽게 편집할 수 있으나, 긴가변 문자는 별도의 프로그램으로 데이터의 작성 및 편집을 수행해야 한다. 특히, 데이터 베이스 엔진의 저장 능력이 제한되기 때문에 입력 가능한 데이터의 크기는 대개 64K 바이트 이내로 제한되어 있다. 이러한 문제를 해결하기 위하여 별도의 프로그램이나, 혹은 OLE(Object Linking & Embedding)을 이용하는 경우에는 극히 속도가 느려진다는 문제점이 있었다.Conventional database programs can easily edit characters, dates, numbers, and the like, which are general data types, but long-variable characters must be created and edited as separate programs. In particular, since the storage capacity of the database engine is limited, the size of data that can be input is usually limited to within 64K bytes. In order to solve this problem, when using a separate program or OLE (Object Linking & Embedding), there is a problem that the speed becomes extremely slow.

본 발명의 목적은 상술한 종래의 문제점을 해결하기 위하여, 긴가변 문자를 편리하게 작성 및 편집할 수 있는 데이터 베이스의 긴가변 문자 편집방법을 제공하는데 있다.SUMMARY OF THE INVENTION An object of the present invention is to provide a method for editing a long variable character in a database that can conveniently create and edit long variable characters in order to solve the above-mentioned problems.

도 1은 본 발명에 따른 데이터 베이스의 긴가변 문자 편집방법의 일 실시예를 설명하기 위한 흐름도.1 is a flowchart illustrating an embodiment of a method for editing a long variable character in a database according to the present invention.

도 2는 본 발명에 따른 데이터 베이스의 긴가변 문자 편집방법의 다른 실시예를 설명하기 위한 흐름도.2 is a flowchart illustrating another embodiment of a method for editing a long variable character in a database according to the present invention.

상술한 본 발명의 목적을 달성하기 위한 본 발명에 따른 데이터 베이스의 긴가변 문자 편집방법은 데이터 필드를 작성하는 제1과정; 상기 제1과정을 통해 작성된 데이터 필드가 소정 크기 이상인지를 판단하는 제2과정; 상기 제2과정에서 상기 데이터 필드가 소정 크기 이상이면 편집창을 자동 오픈하는 제3과정; 오픈된 상기 편집창을 이용하여 상기 데이터 필드를 작성 및 편집하는 제4과정을 포함하는 것을 특징으로 한다.According to an aspect of the present invention, there is provided a method for editing a long variable character of a database according to the present invention. A second step of determining whether a data field created through the first step is greater than or equal to a predetermined size; A third step of automatically opening an edit window when the data field is larger than a predetermined size in the second step; And a fourth process of creating and editing the data field using the opened edit window.

또한, 상술한 본 발명의 목적을 달성하기 위한 데이터 베이스에서 데이터를 독출하여 화면상에 표시하고, 이를 편집하는 다른 방법은 독출된 데이터 필드가 소정 크기 이상인지를 판단하는 제1과정; 상기 제1과정에서 데이터 필드가 소정 크기 이상이면 그 일부만을 화면상에 표시하는 제2과정; 상기 제2과정을 통해 화면상에 일부 표시된 데이터 필드의 편집 기능을 선택하는 제3과정; 상기 3과정에서 편집 기능이 선택되면 편집창을 오픈하는 제4과정; 및 상기 제4과정을 통해 오픈된 편집창을 이용하여 상기 데이터 필드를 엑세스하는 제5과정을 포함하는 것을 특징으로 한다.In addition, another method of reading and displaying data on a screen by reading data from a database for achieving the above object of the present invention comprises: a first step of determining whether the read data field is greater than or equal to a predetermined size; A second step of displaying only a part of the data field on the screen when the data field is larger than a predetermined size in the first step; A third process of selecting an editing function of a data field partially displayed on a screen through the second process; A fourth step of opening an edit window when an editing function is selected in step 3; And a fifth process of accessing the data field by using the edit window opened through the fourth process.

이하, 첨부된 도면을 참조하여 본 발명을 상세히 설명하면 다음과 같다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

먼저, 본 출원인은 상술한 문제점과 해결하고, 멀티미디어 및 인터넷 기능 등을 부가한 데이터 베이스 프로그램 일명, 이지베이스(EaseBase)를 개발하였다. 본 프로그램의 특징을 살펴보면, 긴가변 문자 필드에 대한 편집을 일반 필드와 동일하게 편집 가능하며, 데이터 필드의 크기에 따라 별도의 편집창을 통해 데이터 필드의 작성 및 편집이 가능하며, 특히 페이지 단위의 편집 기능을 제공한다.First, the present applicant has developed a database program aka EaseBase, which solves the above problems and adds multimedia and Internet functions. If you look at the features of this program, you can edit long variable character field like general field, and create and edit data field through separate edit window according to the size of data field. Provide editing function.

이하, 본 프로그램의 특징이라 할 수 있는 본 발명에 따른 데이터 베이스의 긴가변 문자 편집방법을 도 1 및 도 2를 참조하여 설명하고자 한다.Hereinafter, a method of editing a long variable character of a database according to the present invention, which is a feature of the present program, will be described with reference to FIGS. 1 and 2.

도 1은 본 발명에 따른 데이터 베이스의 긴가변 문자 작성방법을 설명하기 위한 흐름도이다.1 is a flowchart illustrating a method for creating a long variable character in a database according to the present invention.

데이터 베이스를 구축하기 위하여 사용자는 편집창을 통해 각 데이터 필드를 작성한다(100).In order to build a database, a user writes each data field through an edit window (100).

데이터 필드를 작성 중에 그 필드의 크기가 긴가변 문자 여부를 결정하는 미리 설정된 크기 이상인지를 감시하여 긴가변 문자 여부를 판단한다(110).While creating a data field, it is determined whether or not the length of the field is longer than a predetermined size by determining whether the size of the field is a long variable character (110).

데이터 필드의 크기를 감시하다 소정 크기 이상이 되면 편집창을 자동 오픈시키고, 데이터 필드를 이동시켜 오픈된 편집창에 표시한다. 이때, 편집창은 편집 및 검색 기능과, 페이지 단위의 편집이 가능하도록 전체 및 현재 페이지를 사용자에게 보여주며, 페이지 이동 기능을 제공한다(120).Monitoring the size of the data field When the size exceeds the predetermined size, the edit window is automatically opened, and the data field is moved and displayed on the opened edit window. In this case, the edit window shows the entire and current page to the user so that the editing and searching function, the page-by-page editing is possible, and provides a page moving function (120).

오픈된 편집창에 데이터 필드가 표시되면, 사용자는 다양한 기능 메뉴를 이용하여 데이터 필드의 나머지 부분을 작성하고, 필요시 이를 편집한다(130).When the data field is displayed in the opened edit window, the user creates the remaining part of the data field using various function menus and edits it if necessary (130).

상술한 바와 같이, 데이터 필드의 편집 혹은 작성 중에 그 크기가 미리 설정된 크기 이상이 되면 긴가변 문자를 용이하게 편집할 수 있도록 다양한 기능 메뉴를 제공하는 편집창을 자동 오픈시켜, 이를 이용하여 사용자는 긴가변 문자 타입의 데이터 필드에 대한 편집 및 작성이 가능하다.As described above, when the size of the data field is greater than or equal to the preset size, the user automatically opens an edit window that provides various function menus to easily edit the long-variable characters. It is possible to edit and create data fields of variable character type.

도 2는 미리 작성된 긴가변 문자 타입의 데이터 필드에 대하여 이를 편집하고 작성하는 본 발명에 따른 데이터 베이스의 긴가변 문자 편집방법을 설명하기 위한 흐름도이다.2 is a flowchart illustrating a method of editing a long variable character in a database according to the present invention for editing and creating a data field of a long variable character type previously prepared.

먼저, 화면창에 각 데이터 필드를 화면 표시하기 위하여 일반 텍스트 타입인지 혹은 긴가변 문자 타입인지를 그 크기에 따라 판단한다(200).First, in order to display each data field on the screen window, it is determined according to the size whether it is a general text type or a long variable character type (200).

만약, 일반 텍스트 타입의 데이터 필드라면 기존 방식대로 전체 데이터 필드를 화면상에 표시한다(250).If the data field is a plain text type, the entire data field is displayed on the screen in the conventional manner (250).

한편, 미리 설정된 크기 이상의 긴가변 문자 타입의 데이터 필드인 경우에는 해당 표시 영역에 긴가변 문자를 전부 나타낼 수 없으므로 그 일부분만을 해당 표시 영역에 나타낸다(210).Meanwhile, in the case of a data field of a long variable character type having a predetermined size or more, all of the long variable characters cannot be displayed in the corresponding display area, and thus only a part of the long variable character is displayed in the corresponding display area (210).

사용자가 긴가변 문자 타입의 데이터 필드를 보거나, 혹은 편집하기를 원할 때, 일부분만이 표시된 긴가변 문자 타입의 해당 표시 영역을 마우스에 의해 더블 클릭하거나 혹은 탭(tab) 키 등을 이용하여 편집 기능을 선택하면(220) 편집창을 오픈한다. 긴가변 문자 데이터 필드를 오픈된 편집창에 이동시켜 화면 표시한다(230).When the user wants to view or edit the data field of the long variable character type, the user can double-click the display area of the long variable character type in which only a part is displayed by the mouse or use the tab key to edit the data field. Select (220) to open the edit window. The long variable character data field is moved to an open edit window and displayed on the screen (230).

사용자는 오픈된 편집창에 화면 표시된 긴가변 문자 타입의 데이터 필드를 확인하거나, 편집, 삭제 등 데이터 필드의 엑세스를 수행한다. 이때, 긴가변 문자 타입의 전체 크기를 32K 바이트의 페이지 단위로 분할하여 사용자에게 페이지 단위 편집 기능을 제공한다(240).The user checks the data field of the long variable character type displayed on the opened edit window, or accesses the data field such as editing or deleting. In this case, the total size of the long-variable character type is divided into page units of 32K bytes, thereby providing a page-based editing function to the user (240).

상술한 바와 같이, 이미 작성된 긴가변 문자 타입의 데이터 필드를 화면상에 그 일부분을 표시하고, 해당 표시 영역을 클릭하는 방법 등을 통해 사용자가 해당 데이터 필드의 편집 기능을 선택하면 편집창을 오픈시켜 사용자에게 긴가변 문자 타입의 데이터 필드를 쉽게 편집할 수 있도록 한다.As described above, when a user selects an editing function of the data field by displaying a part of the data field of the long variable character type already created on the screen and clicking the display area, an edit window is opened. Allows the user to easily edit data fields of long variable type.

이상에서 살펴본 바와 같이, 본 발명은 미리 설정된 크기 이상의 데이터 필드에 대하여 별도의 편집창을 자동 오픈시켜 사용자로 하여금 긴가변 문자 타입의 데이터 필드를 용이하게 엑세스할 수 있도록 한다.As described above, the present invention automatically opens a separate edit window for a data field of a predetermined size or more so that a user can easily access a data field of a long variable character type.

Claims (5)

데이터 필드를 작성하는 제1과정;A first step of creating a data field; 상기 제1과정을 통해 작성된 데이터 필드가 소정 크기 이상인지를 판단하는 제2과정;A second step of determining whether a data field created through the first step is greater than or equal to a predetermined size; 상기 제2과정에서 상기 데이터 필드가 소정 크기 이상이면 편집창을 자동 오픈하는 제3과정;A third step of automatically opening an edit window when the data field is larger than a predetermined size in the second step; 오픈된 상기 편집창을 이용하여 상기 데이터 필드를 작성 및 편집하는 제4과정을 포함하는 것을 특징으로 하는 데이터 베이스의 긴가변 문자 편집방법.And a fourth step of creating and editing the data field by using the opened edit window. 제1항에 있어서, 상기 제4과정에서 데이터 필드의 작성 및 편집은 소정 크기의 페이지 단위로 수행하는 것을 특징으로 하는 데이터 베이스의 긴가변 문자 편집방법.The method of claim 1, wherein the creation and editing of the data field is performed in units of pages of a predetermined size in the fourth process. 제2항에 있어서, 32 킬로 바이트를 하나의 페이지 단위로 하는 것을 특징으로 하는 데이터 베이스의 긴가변 문자 편집방법.3. The method of claim 2, wherein 32 kilobytes are included in one page unit. 데이터 베이스에서 데이터를 독출하여 화면상에 표시하고, 이를 편집하는 방법에 있어서,In a method of reading data from a database and displaying it on the screen, and editing it, 독출된 데이터 필드가 소정 크기 이상인지를 판단하는 제1과정;Determining whether the read data field is larger than or equal to a predetermined size; 상기 제1과정에서 데이터 필드가 소정 크기 이상이면 그 일부만을 화면상에 표시하는 제2과정;A second step of displaying only a part of the data field on the screen when the data field is larger than a predetermined size in the first step; 상기 제2과정을 통해 화면상에 일부 표시된 데이터 필드의 편집 기능을 선택하는 제3과정;A third process of selecting an editing function of a data field partially displayed on a screen through the second process; 상기 3과정에서 편집 기능이 선택되면 편집창을 오픈하는 제4과정; 및A fourth step of opening an edit window when an editing function is selected in step 3; And 상기 제4과정을 통해 오픈된 편집창을 이용하여 상기 데이터 필드를 엑세스하는 제5과정을 포함하는 것을 특징으로 하는 데이터 베이스의 긴가변 문자편집방법.And a fifth process of accessing the data field by using the edit window opened through the fourth process. 제4항에 있어서, 상기 제3과정에서 데이터 필드의 편집 기능 선택은 상기 제2과정을 통해 화면상에 일부 표시된 데이터 필드를 클릭함에 의해 수행되는 것을 특징으로 하는 데이터 베이스의 긴가변 문자 편집방법.5. The method of claim 4, wherein the selection of the editing function of the data field is performed by clicking on the data field partially displayed on the screen through the second step. 6.
KR1019960034753A 1996-08-21 1996-08-21 A variable long text editing method in database KR0183915B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019960034753A KR0183915B1 (en) 1996-08-21 1996-08-21 A variable long text editing method in database

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019960034753A KR0183915B1 (en) 1996-08-21 1996-08-21 A variable long text editing method in database

Publications (2)

Publication Number Publication Date
KR19980015450A KR19980015450A (en) 1998-05-25
KR0183915B1 true KR0183915B1 (en) 1999-05-15

Family

ID=19470339

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019960034753A KR0183915B1 (en) 1996-08-21 1996-08-21 A variable long text editing method in database

Country Status (1)

Country Link
KR (1) KR0183915B1 (en)

Also Published As

Publication number Publication date
KR19980015450A (en) 1998-05-25

Similar Documents

Publication Publication Date Title
US6570597B1 (en) Icon display processor for displaying icons representing sub-data embedded in or linked to main icon data
US5293473A (en) System and method for editing a structured document to modify emphasis characteristics, including emphasis menu feature
CA2000014C (en) Technique for contracting element marks in a structured document
US6339437B1 (en) Relevance-enhanced scrolling
US6256028B1 (en) Dynamic site browser
US6177933B1 (en) Providing visual continuity when displaying related information
CA1320000C (en) Technique for creating and expanding element marks in a structured document
US6792475B1 (en) System and method for facilitating the design of a website
US7194469B1 (en) Managing links in a collection of documents
US6268851B1 (en) Hypermedia authoring and publishing system
US7032183B2 (en) Dynamic site browser
King Library home page design: a comparison of page layout for front-ends to ARL library Web sites
US20100269035A1 (en) Method for Dynamically Generating a "Table of Contents" View of the HTML-Based Information System
US20020120644A1 (en) Method and computer system for enabling a user to construct a web-site navigation
JP2003516585A (en) Method and apparatus for capturing and rendering annotations for uncorrectable electronic content
JP2003132050A (en) Detection system, method and apparatus of anchor with annotation
US7519617B2 (en) Dynamic personalized information organizer
Shipman III et al. Beyond location: hypertext workspaces and non-linear views
US5696918A (en) Method of managing marker entities within a document data stream
KR0183915B1 (en) A variable long text editing method in database
WO2005001709A2 (en) Method and system for setting bookmarks in electronic documents
US20060129977A1 (en) Data editor
Zumer User interfaces of national bibliographies on CD-ROM: Results of a survey
US6650344B1 (en) Method and system for displaying computer documents
KR0146555B1 (en) Multi-media dictionary system

Legal Events

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

Payment date: 20131128

Year of fee payment: 16

FPAY Annual fee payment

Payment date: 20141127

Year of fee payment: 17

FPAY Annual fee payment

Payment date: 20151127

Year of fee payment: 18

EXPY Expiration of term