KR20100054328A - Method for data input processing to database table - Google Patents
Method for data input processing to database table Download PDFInfo
- Publication number
- KR20100054328A KR20100054328A KR1020080113207A KR20080113207A KR20100054328A KR 20100054328 A KR20100054328 A KR 20100054328A KR 1020080113207 A KR1020080113207 A KR 1020080113207A KR 20080113207 A KR20080113207 A KR 20080113207A KR 20100054328 A KR20100054328 A KR 20100054328A
- Authority
- KR
- South Korea
- Prior art keywords
- source file
- data
- administrator
- database
- error
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital 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)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
본 발명은 데이터베이스 자료 처리 방법에 관한 것으로서, 특히 상용 스프레드 시트 프로그램 등을 통해 별도 작성된 소스 파일의 데이터를 효과적으로 데이터베이스 테이블에 입력할 수 있도록 해주기 위한 것이다.The present invention relates to a method for processing database data, and more particularly, to efficiently input data of a separately created source file through a commercial spreadsheet program or the like into a database table.
다양한 데이터베이스 관련 기술이 널리 사용되어 수많은 정보를 일목 요연하게 관리하는데 큰 도움을 주고 있다.Various database related technologies are widely used to help manage a lot of information at a glance.
데이터베이스를 이용하는 각종 장치나 시스템이 정상적으로 동작하기 위해서는 데이터베이스에 저장되어 있는 정보의 무결성이 전제되어야 한다. 만일 데이터베이스의 정보에 오류가 존재한다면 이는 치명적인 결과를 가져올 수 있다.In order for the various devices or systems using the database to operate normally, the integrity of the information stored in the database must be assumed. If there is an error in the information in the database, it can have fatal consequences.
온라인 게임 서비스의 예를 들자면, NPC(Non Player Character), 아이템, 게임 객체 등에 관한 데이터는 게임 내에서 매우 중요한 역할을 담당하며, 이러한 데이터는 적게는 몇 개부터 많게는 수 만개 이상 입력되고 관리되어야 한다.As an example of an online game service, data about non-player characters (NPCs), items, game objects, etc. plays a very important role in the game, and this data must be entered and managed from as few as tens to tens of thousands. .
만일 이러한 데이터에 오류가 존재하면 게임 밸런스가 붕괴되어 버그가 발생하는 등의 문제가 발생하며, 이는 사용자들이 해당 게임의 이용을 꺼리게 하는 중요 요인이 되므로 게임 회사는 엄청난 손실을 입을 수 있다. 실제로도 많은 게임 회사가 데이터 입력 오류로 피해를 입고 있으며, 이로 인한 손실은 회사를 망하게 할 정도로 심각하게 나타날 수 있다.If there is an error in this data, it can cause problems such as a broken game balance and a bug, which can be a huge loss for the game company as it is an important factor for users to be reluctant to use the game. In fact, many game companies are suffering from data entry errors, and the losses can be serious enough to ruin the company.
또 다른 관점에서 보면 수많은 데이터를 데이터베이스에 저장하고 유지하는 작업에는 시간과 비용이 많이 소요된다. 데이터의 양이 방대해 질수록 그 작업은 더욱 시간 소모적이 된다.From another perspective, storing and maintaining large amounts of data in a database can be time-consuming and expensive. The greater the amount of data, the more time-consuming the task.
데이터베이스 관리자들은 마이크로 소프트사의 엑셀(EXCEL) 프로그램 등을 이용하여 일단 데이터베이스에 저장할 소스 데이터를 작성하고, 이후 해당 파일의 내용을 데이터베이스 명령을 이용하여 일일이 옮겨 저장하고 있다. 그러나 소스 파일의 데이터에 있는 오류를 발견하는 것이 쉽지 않고, 데이터를 옮겨 저장하는 과정에서도 오류가 발생할 가능성이 적지 않다.Database administrators use Microsoft's Excel program to create source data that will be stored in the database once, and then use the database commands to save the contents of the file. However, finding errors in the data in the source file is not easy, and errors are unlikely to occur in the process of moving and storing the data.
데이터베이스에 오류 데이터가 일단 저장되면 이후 필드 테스트 등을 거쳐 문제가 발생하는 것을 보고 알게 되기 때문에 오류 검출에 시간이 오래 걸리고, 오류 발생 부분을 찾아 정정하는 과정도 더욱 어렵게 된다.Once the error data is stored in the database, it will take a long time to detect the error because it can be seen through the field test and the problem occurs, and the process of finding and correcting the error occurrence part becomes more difficult.
그러므로, 효과적으로 데이터베이스를 운용하기 위해서는 데이터베이스에 필요한 정보를 입력하는 작업이 더욱 정확하고 신속하게 이루어질 수 있도록 해야 할 필요성이 크다.Therefore, in order to operate the database effectively, it is necessary to make inputting necessary information into the database more accurately and quickly.
이에 본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 소스 파일에 들어 있는 데이터를 데이터베이스 테이블에 입력하는 과정이 정확하고 효율적으로 이루어질 수 있도록 해주는 데이터베이스 자료 처리 방법을 제공하는데 그 목적이 있다.Accordingly, an object of the present invention is to provide a method for processing a database data, which enables the process of inputting data contained in a source file into a database table to be made accurately and efficiently.
상기와 같은 목적을 달성하기 위하여, 본 발명에 따른 데이터베이스 자료 처리 방법은, 컴퓨터 장치에 설치되어 구동되는 데이터베이스 관리용 툴이 관리자 인터페이스 화면을 모니터에 출력하여 관리자가 소스 파일과 특정 데이터베이스 서버를 지정할 수 있도록 하는 단계(상기 소스 파일은 하나 이상의 필드로 이루어지고 각 필드에 대응하여 하나 이상의 데이터가 입력되어 있는 파일임); 상기 데이터베이스 관리용 툴이 상기 소스 파일의 데이터를 읽어 오류가 있는지의 여부를 검사하는 단계; 상기 검사 결과 오류가 있는 경우에는 상기 데이터베이스 관리용 툴이 오류 내용을 일정 형식에 따라 모니터에 출력하는 단계; 및 상기 검사 결과 오류가 없는 경우에는 상기 데이터베이스 관리용 툴이 상기 소스 파일에 들어 있는 데이터를 해당 형식에 따라 상기 관리자가 지정한 특정 데이터베이스 서버의 테이블에 저장하는 단계를 포함하여 이루어진다.In order to achieve the above object, in the database data processing method according to the present invention, a database management tool installed on a computer device and driven to output an administrator interface screen to a monitor so that an administrator can designate a source file and a specific database server. (The source file is a file consisting of one or more fields and one or more data is input corresponding to each field); Checking, by the database management tool, the data of the source file to see if there is an error; Outputting, by the database management tool, the error content to a monitor according to a predetermined format when the inspection result is an error; And if there is no error as a result of the check, the database management tool storing the data contained in the source file in a table of a specific database server designated by the administrator according to a corresponding format.
상기 테이블의 명칭은 관리자가 직접 입력하거나, 또는 상기 소스 파일의 명칭으로 처리하도록 구성될 수 있다.The name of the table may be directly input by an administrator or configured to be processed as the name of the source file.
이때, 상기 데이터베이스 관리용 툴은 관리자가 지정한 특정 데이터베이스 서버에 해당 명칭을 갖는 테이블이 존재하지 않는 경우에는 새로 생성하도록 구성될 수 있다.In this case, the database management tool may be configured to create a new table when a table having a corresponding name does not exist in a specific database server designated by an administrator.
상기 관리자 인터페이스 화면은 관리자가 소스 파일의 경로와 명칭을 키보드를 통해 직접 입력하여 지정하거나, 또는 각 저장매체에 저장되어 있는 파일을 탐색하여 원하는 소스 파일을 선택함으로써 지정하도록 구성될 수 있다.The manager interface screen may be configured by a manager inputting a path and name of a source file directly through a keyboard, or by selecting a desired source file by searching a file stored in each storage medium.
상기 관리자 인터페이스 화면은 하나 이상의 데이터베이스 서버 목록을 표시하고, 관리자가 그 중에서 특정 데이터베이스 서버를 선택하도록 구성될 수 있다.The administrator interface screen may display a list of one or more database servers, and the administrator may be configured to select a specific database server among them.
상기 관리자 인터페이스 화면은 관리자가 특정 데이터베이스 서버에 이미 존재하는 테이블의 내용을 삭제하고 상기 소스 파일에 들어 있는 데이터로 갱신하는 '테이블 갱신 모드'를 선택할 수 있도록 구성될 수 있다.The administrator interface screen may be configured to allow the administrator to select a 'table update mode' for deleting the contents of a table already existing in a specific database server and updating the data in the source file.
상기 데이터베이스 관리용 툴은 관리자가 상기 테이블 갱신 모드를 선택한 경우 상기 특정 데이터베이스 서버에 존재하는 해당 테이블의 내용을 삭제하고 상기 소스 파일에 들어 있는 데이터로 갱신한다.When the administrator selects the table update mode, the database management tool deletes the contents of the corresponding table existing in the specific database server and updates the data in the source file.
상기 데이터베이스 관리용 툴은 관리자가 상기 테이블 갱신 모드를 선택한 경우 상기 오류가 있는지의 여부를 검사하는 단계에서 상기 소스 파일의 형식과 해당 테이블의 형식이 일치하는지의 여부를 검사한다.When the administrator selects the table update mode, the database management tool checks whether the format of the source file matches the format of the corresponding table in the step of checking whether there is an error.
상기 각 실시예에서 상기 소스 파일로는 CSV(Comma Separated Values) 형식의 파일이 이용될 수 있다.In each of the above embodiments, a file having a comma separated values (CSV) format may be used as the source file.
본 발명에 따르면, 관리자가 화면에 나타나는 관리자 인터페이스에 따라 소스 파일과 데이터베이스 서버를 지정하면 해당 소스 파일의 데이터를 해당 데이터베이스 테이블로 자동적으로 옮겨 저장해 주기 때문에 자료 입력 과정이 손쉽고 빠르게 이루어질 수 있다.According to the present invention, if the administrator designates the source file and the database server according to the administrator interface displayed on the screen, the data input process can be easily and quickly performed because the data of the source file is automatically transferred to the corresponding database table.
또한, 데이터베이스에 자료를 입력하는 과정에서 일어날 수 있는 오입력 상황을 방지할 수 있어 데이터베이스를 안정적으로 유지/관리할 수 있게 된다.In addition, it is possible to prevent the mis-input situation that can occur in the process of entering data into the database, it is possible to maintain a stable database.
특히, 소스 파일의 데이터에 대한 오류를 검사하여 그 내역을 출력해주기 때문에 소스 데이터에 대한 오류 검사와 조치가 신속하게 이루어질 수 있으며, 오류 검사와 관련한 시간과 비용을 크게 줄일 수 있다.In particular, the error check for the data of the source file is output and the details can be printed quickly, and error checking and action on the source data can be performed quickly, and the time and cost associated with error checking can be greatly reduced.
관리자는 직관적인 인터페이스 화면을 통해 자료 입력 작업을 편리하게 수행할 수 있으며, 여러 데이터베이스 서버에 대한 데이터 입력 작업을 일괄적으로 관리할 수 있다.The administrator can conveniently perform data entry through an intuitive interface screen and manage data entry for multiple database servers in a batch.
이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 실시예를 상세히 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 1을 참조하자면, 데이터베이스를 관리하는 관리자의 컴퓨터(11)에 데이터베이스 관리용 툴(12)이 설치된다. 데이터베이스 관리용 툴(12)은 관리자 컴퓨터(11)에 설치되어 동작하는 컴퓨터 프로그램으로 구성된다.Referring to Fig. 1, a
데이터베이스 관리용 툴(12)은 하나 이상의 데이터베이스 서버(13)와 통신할 수 있는 통신정보를 유지하고 있으며, 관리자는 데이터베이스 관리용 툴(12)을 구동시켜 각 데이터베이스 서버(13)에 접근할 수 있다.The
도 2를 참조하여, 본 발명에 따른 데이터베이스 자료 처리 방법의 실시예를 구체적으로 설명하기로 한다.Referring to Figure 2, an embodiment of a database data processing method according to the present invention will be described in detail.
관리자가 데이터베이스 관리용 툴(12)을 구동시키면(S21), 데이터베이스 관리용 툴(12)은 모니터에 관리자 인터페이스 화면을 출력한다(S22). 관리자 인터페이스 화면의 형태와 기능은 필요에 따라 다양하게 구성될 수 있다.When the administrator drives the database management tool 12 (S21), the
관리자는 관리자 인터페이스 화면을 통해 소스 파일과 데이터베이스 서버를 지정하게 된다(S23).The administrator designates a source file and a database server through an administrator interface screen (S23).
여기서, 소스 파일이란 데이터베이스 테이블에 저장하고자 하는 데이터를 담고 있는 파일이며, 특히 하나 이상의 필드로 이루어지고 각 필드에 대응하여 하나 이상의 데이터가 입력되는 형식을 갖는다.Here, the source file is a file containing data to be stored in a database table, and in particular, is composed of one or more fields and has a format in which one or more data are input corresponding to each field.
데이터베이스 서버(13)를 통해 관리되는 테이블은 일반적으로 하나 이상의 필드를 갖고, 각 필드는 명칭, 데이터의 유형, 데이터의 범위가 규정되기 때문에 소스 파일도 그러한 형식을 갖도록 작성되어야 한다.Tables managed through the
소스 파일은 마이크로 소프사의 엑셀(EXCEL) 프로그램과 같은 상용 프로그램을 이용하여 작성될 수 있다.The source file can be created using a commercial program such as Microsoft's Excel program.
소스 파일은 CSV(Comma Separated Values) 형식의 파일로 작성될 수 있는데, 이 경우 소스 파일 작성자는 엑셀 프로그램을 이용하여 소스 파일을 작성한 후 확장자가 '.csv'인 파일로 저장할 수 있다.The source file can be created as a CSV (Comma Separated Values) file. In this case, the source file creator can create a source file using an Excel program and save it as a file with the extension '.csv'.
도 3에 엑셀 프로그램을 이용하여 작성된 소스 파일의 예를 나타내었다.3 shows an example of a source file created using an Excel program.
이 소스 파일은 3개의 필드로 이루어지며, 첫번째 행은 각 필드에 대한 설명 부분이고, 두번째 행은 각 필드의 이름이며, 세번째 행은 해당 필드에 들어갈 데이터의 유형이고, 네번째 행은 데이터의 범위이다.The source file consists of three fields, the first row is the description of each field, the second row is the name of each field, the third row is the type of data that will fit in that field, and the fourth row is the range of data. .
여기서, 데이터 유형으로서의 'N'은 정수(Number), 'R'은 실수(Real Number), 'S'는 문자열(String), 'P'는 Primary Key를 의미한다.Here, 'N' as a data type is an integer (Number), 'R' is a real number, 'S' is a string, and 'P' is a primary key.
즉, 첫번째 필드의 이름은 'ID'이고 'NP'의 유형을 가지며, 데이터의 범위는 '0~100000'이다. 두번째 필드의 이름은 'STATE'이고 'N'의 유형을 가지며, 데이터의 범위는 '0~3'이다. 세번째 필드의 이름은 'NAME'이고 'S'의 유형을 가지며, 데이터의 범위는 '50'이다. 그리고, 5번째 행부터는 각 필드의 실제 데이터가 입력되어 있다.That is, the first field is named 'ID' and has a type of 'NP', and the data range is '0 to 100,000'. The second field is named 'STATE' and has a type of 'N'. The range of data is '0 ~ 3'. The third field is named 'NAME' and has a type of 'S'. The range of data is '50'. From the fifth row, actual data of each field is input.
단계 S23에서 관리자 인터페이스 화면은 관리자가 소스 파일의 경로와 명칭을 키보드를 통해 직접 입력하여 지정하도록 구성되거나, 관리자가 저장매체와 경로를 탐색하여 소스 파일을 선택할 수 있도록 구성될 수 있다.In operation S23, the administrator interface screen may be configured to directly specify a path and name of a source file through a keyboard, or may be configured to allow an administrator to select a source file by searching a storage medium and a path.
또한, 단계 S23에서 관리자 인터페이스 화면은 데이터베이스 관리용 툴(12)이 액세스할 수 있는 데이터베이스 서버(13)의 목록을 표시하고, 관리자가 그 중에서 액세스하고자 하는 데이터베이스 서버를 선택하도록 구성될 수 있다.In addition, in step S23, the manager interface screen may be configured to display a list of
이제 데이터베이스 관리용 툴(12)은 관리자의 명령에 따라 소스 파일의 데이터를 읽어 오류가 있는지의 여부를 검사한다(S24).Now, the
단계 S24에서 검사하는 오류의 종류와 내용은 필요에 따라 다양하게 설정될 수 있는 것임은 물론이다. 예를 들자면, 소스 파일의 각 필드에 입력되어 있는 데이터가 해당 필드의 유형이나 범위에 맞는지의 여부, 허용되지 않는 공란이나 특수문자 등이 사용되었는지의 여부 등 일체의 오류 사항을 검사하게 된다.It goes without saying that the type and content of the error checked in step S24 can be set in various ways as necessary. For example, it checks for any errors, such as whether the data entered in each field of the source file fits the type or range of the field, or whether unacceptable blanks or special characters are used.
오류의 내용에 관한 예를 살펴보기로 한다.Let's look at an example of the content of the error.
각 필드에 대한 설명 부분, 이름, 데이터의 유형, 데이터의 범위 등에 대해서는 일정 크기 이상이 아니어야 한다는 조건, 공란이나 특수 문자가 사용되어서는 안된다는 조건 등이 포함될 수 있다.The description of each field, name, type of data, range of data, etc., may include the condition that it should not be larger than a certain size, and the condition that blank or special characters should not be used.
데이터의 유형 중 정수에 대해서는 일반적으로 'tinyint'는 0 ~ 255, 'short'는 -32768 ~ 32767, 'long'은 -2147483647 ~ 2147483647, 'bigint'는 -9223372036854775808 ~ 9223372036854775807 의 값을 가져야 한다.For integers of data types, 'tinyint' should generally have values of 0 to 255, 'short' to -32768 to 32767, 'long' to -2147483647 to 2147483647, and 'bigint' to -9223372036854775808 to 9223372036854775807.
그러므로, 각 정수나 실수 유형에 대해 해당 범위를 벗어나는 데이터는 오류 데이터로 취급될 수 있다.Thus, for each integer or real type, data outside that range can be treated as error data.
또한, 문자열 유형의 데이터에 대해서는 문자의 개수가 규정된 값의 범위 내에 있지 않은 경우, 또는 특수 문자나 공란 등 허용되지 않는 문자가 포함되어 있는 경우 오류 데이터로 취급될 수 있다.In addition, data of a string type may be treated as error data when the number of characters is not within a range of a prescribed value, or when characters which are not allowed such as special characters or blanks are included.
도 4를 참조하여 단계 S24를 수행하는 과정의 예를 살펴보자면, 먼저 필드(열:Column)를 나타내는 변수 i와, 행을 나타내는 변수 j를 각각 초기화시킨다(S24-1).Referring to FIG. 4, an example of a process of performing step S24 is described. First, a variable i representing a field (column) and a variable j representing a row are initialized (S24-1).
그리고, 소스 파일에서 i 번째 필드의 j번째 행을 읽어(S24-2), 오류가 존재하는지의 여부를 검사한다(S24-3). 단계 S24-3에서의 확인 결과 오류가 존재한다면 해당 오류 내용을 저장한다(S24-4,S24-5).Then, the j-th line of the i-th field is read from the source file (S24-2), and it is checked whether an error exists (S24-3). If an error exists as a result of the check in step S24-3, the error content is stored (S24-4, S24-5).
이제 i번째 필드에 검사 대상 행이 남아있으면(S24-6), 변수 j를 1 증가시킨 후 단계 S24-2로 진행하고(S24-7), i번째 필드의 모든 행을 검사하였으면 모든 필드에 대한 검사가 종료하였는지를 판단한다(S24-8).If there are still rows to be checked in the i-th field (S24-6), increase the variable j by 1 and proceed to step S24-2 (S24-7). It is determined whether the inspection is completed (S24-8).
아직 검사할 필드가 남아 있으면 변수 i를 1 증가시키고 단계 S24-2로 진행하고(S24-9), 모든 필드를 검사하였다면 오류 검사 과정을 종료한다.If there are still fields to be checked, the variable i is increased by 1 and the flow proceeds to step S24-2 (S24-9), and if all fields have been checked, the error checking process is finished.
도 4는 오류 검사 과정에 관한 예를 설명한 것일 뿐이며, 오류 검사 과정은 필요에 따라 다양하게 구성될 수 있다. 예로서, 행의 순서대로 각 필드를 읽어 오류 검사를 수행할 수도 있을 것이다.4 merely illustrates an example of an error checking process, and the error checking process may be variously configured as necessary. As an example, you might perform error checking by reading each field in the order of the rows.
단계 S24에서의 검사 결과 오류가 존재하는 경우에는(S25), 오류 내용을 일정 형식에 따라 화면에 출력하여 관리자가 알 수 있도록 처리한다(S26). 그러면, 관리자는 해당 소스 파일의 어느 부분에 어떤 오류가 있는지를 알 수 있으므로 즉시 오류를 정정할 수 있다.If there is an error as a result of the check in step S24 (S25), the error content is output on the screen according to a predetermined format and processed so that an administrator can know (S26). The administrator then knows which part of the source file contains the error and can immediately correct the error.
그러나 단계 S24에서의 검사 결과 오류가 없다면 데이터베이스 관리용 툴(12)은 소스 파일에 들어 있는 데이터를 관리자가 지정한 데이터베이스 서버의 테이블에 저장한다(S27).However, if there is no error as a result of the check in step S24, the
소스 파일이 CSV 형식의 파일인 경우, 데이터베이스 관리용 툴(12)은 단계 S27에서 소스 파일의 쉼표(,)를 구분자로 하여 각 행을 읽어 해당 테이블의 각 필드 값으로 삽입하여 레코드를 생성하게 된다.If the source file is a CSV format file, the
이때 데이터베이스 관리용 툴(12)은 ODBC(Open Database Connectivity)를 이용하여 테이블에 데이터를 넣을 수 있다. ODBC는 마이크로 소프트사가 만든 표준 규약(API: Application Programming Interface)) 중 하나로서, 윈도우 어플리케이션으로 하여금 데이터 근원지의 구조 또는 형태에 관한 정보가 없이도 여러 종류의 데이터를 개방적으로 접근할 수 있도록 해준다. 그러므로, 관리자는 다양한 종류의 데이터베이스에 더욱 편리하게 접근할 수 있다.In this case, the
한편, 소스 파일의 데이터를 저장할 테이블의 명칭은 관리자가 키보드를 이용하여 직접 입력하는 방식으로 지정하도록 구성할 수도 있고, 소스 파일의 명칭을 그대로 테이블 명칭으로 처리할 수도 있다.On the other hand, the name of the table to store the data of the source file may be configured by the administrator to directly input by using a keyboard, or the name of the source file may be treated as the table name as it is.
또한, 단계 S27에서 데이터베이스 관리용 툴(12)은 데이터베이스 서버에 해당 명칭의 테이블이 존재하지 않는 경우 새로 생성한다.Further, in step S27, the
이와 같이 관리자가 지정한 데이터베이스 서버에 테이블을 새로 생성한 후 소스 파일의 데이터를 해당 테이블에 저장할 수 있지만, 데이터베이스 서버에 이미 생성되어 있는 테이블의 내용을 갱신하고자 할 수도 있다.In this way, you can create a new table on the database server specified by the administrator and save the data in the source file in the table. However, you may want to update the contents of the table already created on the database server.
이를 위하여, 관리자 인터페이스 화면은 관리자가 '테이블 갱신 모드'를 선택할 수 있도록 구성될 수 있다.To this end, the manager interface screen may be configured to allow the administrator to select a 'table update mode'.
이때, 데이터베이스 관리용 툴(12)은 관리자가 관리자 인터페이스 화면에서 테이블 갱신 모드를 선택하였을 경우 데이터베이스 서버에 해당 테이블을 새로 생성하는 것이 아니라 이미 존재하는 테이블의 내용만을 삭제하고 소스 파일의 데이터로 갱신한다.In this case, when the administrator selects the table update mode in the administrator interface screen, the
관리자가 테이블 갱신 모드를 선택하였을 때 데이터베이스 관리용 툴(12)은 소스 파일의 오류 검사 과정(S24)에서 소스 파일의 형식이 해당 테이블의 형식과 일치하는지에 관한 검사도 수행한다.When the administrator selects the table update mode, the
도 5는 관리자 인터페이스 화면(50)의 예를 나타낸 것이다.5 shows an example of the
'Input Method' 항목은 관리자가 소스 파일의 데이터를 새로 테이블을 생성하여 저장할 것인지, 또는 이미 존재하는 테이블의 내용만을 갱신할 것인지를 선택하도록 하는 부분이다.The 'Input Method' item allows the administrator to select whether to create a new table and save the data of the source file or to update only the contents of an existing table.
관리자는 최초 테이블을 생성하거나 기존에 존재하는 테이블을 삭제(Drop)하고 새로 생성하고자 할 때 'Create New Table' 항목(51)을 선택하고, 이미 존재하는 테이블의 내용만을 갱신하고자 할 때 'Delete Previous Data and Create New Table' 항목(52)을 선택한다.When creating an initial table or dropping an existing table and creating a new one, the administrator selects the 'Create New Table' item (51) and selects 'Delete Previous' when updating only the existing table. Select the Data and Create New Table 'item (52).
후자의 경우 소스 파일의 형식이 해당 데이터베이스 서버에 존재하는 테이블의 형식과 일치하는지의 여부도 오류 검사의 대상이 된다.In the latter case, the error check also checks whether the format of the source file matches the format of the table on the database server.
Browse 버튼(53)은 관리자가 소스 파일(예: 확장자가 csv인 파일)을 탐색하여 찾을 수 있도록 해주는 항목이다.The
'Server' 항목(54)은 관리자에게 각 데이터베이스 서버의 목록을 보여 주고, 관리자가 특정 데이터베이스 서버를 선택할 수 있도록 한다.The 'Server'
'Apply to DB Server' 버튼(55)은 관리자가 소스 파일과 데이터베이스 서버를 지정한 후 소스 파일의 데이터를 해당 테이블에 저장하라는 것을 지시하기 위해 사용된다.The 'Apply to DB Server'
도 6을 참조하여, 데이터베이스 관리용 툴(12)이 관리자의 명령에 따라 소스 파일의 데이터를 해당 테이블에 저장하는 과정의 예를 설명하기로 한다.Referring to FIG. 6, an example of a process in which the
먼저 데이터베이스 관리용 툴(12)은 관리자가 'Create New Table' 항목(51)을 선택한 경우에는 데이터베이스 서버와의 사이에서 해당 테이블을 생성하도록 처리하고(S61-1), 관리자가 'Delete Previous Data and Create New Table' 항목(52)을 선택한 경우에는 해당 테이블의 내용을 삭제하도록 처리한다(S61-2).First, when the administrator selects the 'Create New Table'
이제 행의 위치를 표시할 변수 i를 초기화한다(S62).Now the variable i to display the position of the row is initialized (S62).
데이터베이스 관리용 툴(12)은 소스 파일로부터 i번째 행을 읽고(S63), 데이터베이스 서버와의 사이에서 해당 행의 각 필드에 대응하는 데이터를 해당 테이블의 i번째 행의 각 필드에 저장하도록 처리한다(S64).The
그리고 데이터베이스 관리용 툴(12)은 소스 파일에 아직 처리할 행이 남아 있는 경우에는 변수 i를 1 증가시킨 후 단계 S62로 진행하여 다음 행의 데이터를 읽는다(S66).If there are still rows to be processed in the source file, the
그러나, 소스 파일의 모든 행에 대한 처리를 완료한 경우에는 데이터 저장 작업을 종료한다(S65).However, when the processing for all the rows of the source file is completed, the data storage operation ends (S65).
도 7을 참조하여, 데이터베이스 관리용 툴(12)의 구조와 전체적인 동작 과정에 관하여 살펴보기로 한다.7, the structure and overall operation of the
입력모듈(12-1)은 도 5에 도시한 예와 같이 모니터에 관리자 인터페이스 화면(50)을 출력하여 관리자가 테이블 생성 모드나 테이블 갱신 모드를 선택하고, 소스 파일과 데이터베이스 서버를 지정할 수 있도록 한다.The input module 12-1 outputs an
오류 검사 모듈(12-2)은 도 4를 참조하여 설명한 예와 같은 절차를 통해 현재 지정되어 있는 소스 파일(16)의 데이터를 순서대로 읽어 오류가 존재하는지를 검사한다.The error checking module 12-2 reads the data of the currently designated
오류 출력 모듈(12-3)은 오류 검사 모듈(12-2)이 검출한 오류 정보를 일정 형식에 따라 화면에 표시하여 관리자가 알 수 있도록 처리한다.The error output module 12-3 displays error information detected by the error checking module 12-2 on a screen according to a predetermined format so that an administrator can know.
만일 오류 검사 모듈(12-2)의 검사 결과 오류가 존재하지 않는다면, 데이터 저장 모듈(12-4)은 해당 데이터베이스 서버와 통신하여 테이블을 생성하거나 이미 존재하는 테이블의 내용을 삭제한 후, 소스 파일(16)의 데이터를 순서대로 읽어 해당 테이블에 저장한다.If no error exists as a result of the check of the error checking module 12-2, the data storage module 12-4 communicates with the corresponding database server to create a table or delete the contents of an existing table, and then the source file. The data in (16) is read in order and stored in the table.
상술한 실시예는 본 발명의 이해를 돕기 위한 것이며, 본 발명은 상술한 실시예에 한정되지 않고 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 당업자에 의해 다양하게 변형하여 실시할 수 있는 것임은 물론이다.The above-described embodiments are intended to help the understanding of the present invention, and the present invention is not limited to the above-described embodiments and can be variously modified and implemented by those skilled in the art without departing from the spirit of the present invention. to be.
도 1은 본 발명에 따라 데이터베이스에 자료를 입력하는 시스템의 개요,1 is an overview of a system for entering data into a database according to the present invention;
도 2는 본 발명에 따른 데이터베이스 자료 처리 방법의 일 실시예,2 is an embodiment of a database data processing method according to the present invention;
도 3은 소스 파일의 예,3 is an example of a source file,
도 4는 소스 파일의 오류를 검사하는 과정의 예,4 is an example of a process of checking an error of a source file,
도 5는 관리자 인터페이스 화면의 예,5 is an example of an administrator interface screen;
도 6은 소스 파일의 데이터를 데이터베이스 테이블에 저장하는 과정의 예,6 is an example of a process of storing data of a source file in a database table;
도 7은 데이터베이스 관리용 툴의 예이다.7 is an example of a tool for database management.
* 도면의 주요부분에 대한 부호의 설명DESCRIPTION OF THE REFERENCE NUMERALS
11: 관리자 컴퓨터 12: 데이터베이스 관리용 툴11: administrator computer 12: tools for database administration
13: 데이터베이스 서버 14: 테이블13: Database Server 14: Tables
16: 소스 파일 12-1: 입력모듈16: Source File 12-1: Input Module
12-2: 오류검사모듈 12-3: 오류출력모듈12-2: Error Checking Module 12-3: Error Output Module
12-4: 데이터 저장 모듈12-4: Data Storage Module
Claims (9)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080113207A KR20100054328A (en) | 2008-11-14 | 2008-11-14 | Method for data input processing to database table |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080113207A KR20100054328A (en) | 2008-11-14 | 2008-11-14 | Method for data input processing to database table |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20100054328A true KR20100054328A (en) | 2010-05-25 |
Family
ID=42279077
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020080113207A KR20100054328A (en) | 2008-11-14 | 2008-11-14 | Method for data input processing to database table |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20100054328A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013100401A1 (en) * | 2011-12-29 | 2013-07-04 | (주)네오위즈게임즈 | Online-game item information renewal method, item purchase method, and item information renewal server |
KR101864700B1 (en) * | 2016-07-04 | 2018-07-13 | 한다시스템 주식회사 | Method and computer program for integrating spread sheet with database |
-
2008
- 2008-11-14 KR KR1020080113207A patent/KR20100054328A/en not_active Application Discontinuation
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013100401A1 (en) * | 2011-12-29 | 2013-07-04 | (주)네오위즈게임즈 | Online-game item information renewal method, item purchase method, and item information renewal server |
KR101864700B1 (en) * | 2016-07-04 | 2018-07-13 | 한다시스템 주식회사 | Method and computer program for integrating spread sheet with database |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20120331353A1 (en) | Testing a software application interfacing with multiple external software applications in a simulated test environment | |
CN101566986A (en) | Method and device for processing data in online business processing | |
US10545953B2 (en) | Modern spreadsheet arrays | |
KR101013810B1 (en) | An excel-based management system for updating db tables and the method thereof | |
US10204125B2 (en) | Method, apparatus, and application platform for updating application object attribute | |
EP2577516A2 (en) | Search-based system management | |
CN105677346A (en) | Dynamic expansion method of web interface and server | |
US20100218139A1 (en) | Search-friendly templates | |
CN104899337A (en) | File index building method and system | |
CN116361297B (en) | Library and table dividing method, device, equipment and storage medium | |
US20130297368A1 (en) | Updating customer relationship management systems through sales playbook activities | |
KR20100054328A (en) | Method for data input processing to database table | |
US7801921B2 (en) | Deletion of data from child tables with multiple parents | |
KR20100083778A (en) | Acquisition and expansion of storage area network interoperation relationships | |
US9355376B2 (en) | Rules library for sales playbooks | |
US7720811B2 (en) | Synchronization of application rules across database instances | |
US20230035835A1 (en) | System and method of a modular framework for configuration and reuse of web components | |
US20140280385A1 (en) | Hierarchical intersections | |
EP1634196B1 (en) | Data processing method and system for combining database tables | |
CN117897710A (en) | Artificial intelligence method for solving industrial data conversion problem | |
KR101351079B1 (en) | Method and system for providing service for controlling program linked to database | |
US12056447B2 (en) | System and method for document branching | |
US11861300B2 (en) | System and method for maintaining links and revisions | |
US20070130195A1 (en) | Modeling enumeration tables for relational databases | |
US20240265408A1 (en) | Embedded business analytics bi-directional flow |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WITN | Application deemed withdrawn, e.g. because no request for examination was filed or no examination fee was paid |