JP2017120610A - Update system for database using spreadsheet interface - Google Patents

Update system for database using spreadsheet interface Download PDF

Info

Publication number
JP2017120610A
JP2017120610A JP2016089138A JP2016089138A JP2017120610A JP 2017120610 A JP2017120610 A JP 2017120610A JP 2016089138 A JP2016089138 A JP 2016089138A JP 2016089138 A JP2016089138 A JP 2016089138A JP 2017120610 A JP2017120610 A JP 2017120610A
Authority
JP
Japan
Prior art keywords
update
data
worksheet
database
record
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
JP2016089138A
Other languages
Japanese (ja)
Other versions
JP6199439B2 (en
Inventor
ヨングン ベ
Yeong Geun Bae
ヨングン ベ
ジュヒ カン
Ju Hee Kang
ジュヒ カン
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BIMATRIX CO Ltd
BI MATRIX CO Ltd
Original Assignee
BIMATRIX CO Ltd
BI MATRIX CO Ltd
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 BIMATRIX CO Ltd, BI MATRIX CO Ltd filed Critical BIMATRIX CO Ltd
Publication of JP2017120610A publication Critical patent/JP2017120610A/en
Application granted granted Critical
Publication of JP6199439B2 publication Critical patent/JP6199439B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

PROBLEM TO BE SOLVED: To provide an update system of a DB using a spreadsheet I/F for extracting data from a DB, and for displaying the data on a worksheet, and for reflecting the data updated on the worksheet on the DB.SOLUTION: An update system comprises: a data request part (31) for requesting and extracting an object table from a DB; a worksheet display part (32) for providing a spreadsheet I/F, and for generating a worksheet to display the structure and record data of the object table on the sheet; a worksheet update part (33) for updating the record data on the sheet in response to the input of a user; an update definition part (34) for detecting records updated on the sheet, and for defining the structure and record data of the table of the records; a query generation part (35) for generating a query sentence for reflecting the updated records on the DB; and a DB update part (36) for transferring the query sentence to the DB to update the object table.SELECTED DRAWING: Figure 3

Description

本発明は、データベースからデータを取り出して、エクセルなどのスプレッドシートインタフェースシステムにおいて表示し、スプレッドシートインタフェース上でユーザにより修正されたデータを反映して前記データベースを更新するスプレッドシートインタフェースを用いたデータベースの更新システムに関する。   The present invention relates to a database using a spreadsheet interface that retrieves data from a database, displays it in a spreadsheet interface system such as Excel, and updates the database to reflect data modified by the user on the spreadsheet interface. Regarding the update system.

一般に、ウェブ上でデータベースを更新するためには、データベースを処理するウェブプログラム及びこれを指示するためのクエリ文が必要である。すなわち、データベース管理システムにおいて構造化問い合わせ言語(SQL)のレベルにより更新演算が行われる(例えば、下記の特許文献1参照)。   Generally, in order to update a database on the web, a web program for processing the database and a query statement for indicating the web program are required. That is, the update operation is performed according to the level of the structured query language (SQL) in the database management system (see, for example, Patent Document 1 below).

具体的に、データベースに特定のテーブルに書き込まれたデータを入力したり、特定のテーブルに書き込まれたデータを修正したり、データベースから特定のテーブルに書き込まれたデータを削除したりするためには、ジャバサーバページス(JSP:Java Server Pages)(Javaは登録商標)、アクティブサーバページス(ASP:Active Server Pages)、ハイパテキストプリプロセッサ(PHP:Hypertext Preprocessor)などのサーバ側のウェブプログラムを用いて更新を行う。具体的には、前記サーバ側のウェブプログラムはデータベースと接続し、対象テーブルのデータを処理するための構造化問い合わせ言語(SQL)文などのクエリ文を作成せねばならない。作成されたクエリ文をデータベースに転送し、当該クエリを処理するように要請すると、データベースは受信した当該クエリを処理することにより、データベース内のテーブルが更新される。   Specifically, to enter data written to a specific table in the database, modify data written to a specific table, or delete data written to a specific table from the database Using server-side web programs such as Java Server Pages (JSP) (Java is a registered trademark), Active Server Pages (ASP), Hypertext Preprocessor (PHP), etc. Update. Specifically, the server-side web program must connect to a database and create a query statement such as a structured query language (SQL) statement for processing the data in the target table. When the created query statement is transferred to the database and requested to process the query, the database processes the received query to update the table in the database.

このため、上述したウェブプログラムがデータベースのクエリ文を処理するために、それぞれのテーブル又は当該項目別のウェブ画面を構成せねばならない。また、対象テーブルの数に見合う分だけ入力画面を別途に開発せねばならないという問題がある。この理由から、それぞれのクエリ文も開発者が自ら作成せねばならないため、多大な時間及び工数がかかるという問題がある。なお、作成された画面でも単件データ又は少量のデータしか取り扱うことができず、大量のデータの処理には不便さがあり、しかも、処理に長い時間がかかる。   For this reason, in order for the web program mentioned above to process the query statement of a database, you have to comprise each table or the web screen according to the said item. In addition, there is a problem that input screens must be separately developed for the number of target tables. For this reason, there is a problem that it takes a lot of time and man-hours because each query statement must be created by the developer himself. The created screen can handle only a single data or a small amount of data, which is inconvenient for processing a large amount of data, and takes a long time to process.

そこで、データベースをより効率よく修正するために、ネットワークに基づいて遠隔データベースをローカルで修正する様々な技術が提案されている。例えば、ユーザ装置上で多次元データベースの一部をキャッシングして修正し、これを多次元データベースに反映して、データベースを修正する技術が提案されている(例えば、下記の特許文献2参照)。また、周期的にサンドファイルなどの特定のファイルフォーマットを用いて更新する技術が提案されている(例えば、下記の特許文献3参照)。更に、部分データベースにおいてサブセットデータベースの更新を処理する技術が提案されている(例えば、下記の特許文献4参照)。   Therefore, various techniques for locally modifying a remote database based on a network have been proposed in order to modify the database more efficiently. For example, a technique has been proposed in which a part of a multidimensional database is cached and corrected on a user device, and this is reflected in the multidimensional database to correct the database (see, for example, Patent Document 2 below). Further, a technique for periodically updating using a specific file format such as a sand file has been proposed (for example, see Patent Document 3 below). Furthermore, a technique for processing the update of the subset database in the partial database has been proposed (see, for example, Patent Document 4 below).

しかしながら、下記の特許文献1〜4に記載の前記従来の技術は、いずれもデータベースの一部である他のデータベースを修正して、これを母データベースに反映する技術である。このため、ローカルでもデータベースを構成して処理せねばならないという問題がある。すなわち、ローカルユーザは、データベースを取り扱う知識を有さなければならないという問題がある。   However, each of the conventional techniques described in the following Patent Documents 1 to 4 is a technique that modifies another database that is a part of the database and reflects this in the mother database. Therefore, there is a problem that the database must be configured and processed locally. That is, there is a problem that the local user must have knowledge of handling the database.

また、大量のデータをデータベースに取り込むための技術も提案されている(例えば、下記の特許文献5参照)。すなわち、データの集まりを変換データに変換する多数の連続した作業を含む処理チェーンを実行して、変換データを基準としてデータベースを変更する技術である。しかしながら、下記の特許文献5に記載の前記従来の技術は、新たに追加されるデータを特定のフォーマットに設定した後に、これらのデータを元のデータベースに変換して保存する技術である。このため、一般のユーザが大量のデータを特定のフォーマットに構成せねばならず、これを直観的に処理することができないという問題がある。   In addition, a technique for taking in a large amount of data into a database has been proposed (see, for example, Patent Document 5 below). That is, it is a technique for executing a processing chain including a large number of continuous operations for converting a collection of data into converted data, and changing the database based on the converted data. However, the conventional technique described in Patent Document 5 below is a technique in which newly added data is set in a specific format, and then these data are converted into an original database and stored. For this reason, there is a problem that a general user has to configure a large amount of data in a specific format, and this cannot be processed intuitively.

大韓民国公開特許第10−1999−0038698号(1999年06月05日付け公開)Korean Published Patent No. 10-1999-0038698 (published on June 05, 1999) 大韓民国公開特許第10−2008−0031202号(2008年04月08日付け公開)Korean Published Patent No. 10-2008-0031202 (published April 08, 2008) 大韓民国公開特許第10−2004−0053254号(2004年06月23日付け公開)Korean Published Patent No. 10-2004-0053254 (published on June 23, 2004) 大韓民国公開特許第10−2012−0052301号(2012年05月23日付け公開)Korean Open Patent No. 10-2012-0052301 (released on May 23, 2012) 大韓民国公開特許第10−2014−0027128号(2014年03月06日付け公開)Republic of Korea Patent No. 10-2014-0027128 (published March 06, 2014)

本発明は、上述した問題を解消するために案出されたものであり、その目的は、データベースからデータを取り出して、エクセルなどのスプレッドシートインタフェースシステムにおいて表示し、スプレッドシートインタフェース上でユーザにより修正されたデータを反映して前記データベースを更新するスプレッドシートインタフェースを用いたデータベースの更新システムを提供することである。   The present invention has been devised to solve the above-mentioned problems, and its purpose is to extract data from a database, display it in a spreadsheet interface system such as Excel, and correct it by the user on the spreadsheet interface. It is an object of the present invention to provide a database update system using a spreadsheet interface that updates the database by reflecting the data thus obtained.

上記の目的を達成するために、本発明は、データベースとネットワークにより結ばれる、スプレッドシートインタフェースを用いたデータベースの更新システムに関するものであり、前記データベースから対象テーブルのデータセットを要請して取り出すデータ要請部と、スプレッドシートインタフェースを提供し、ワークシートを生成して前記データセットの構造及びレコードデータを前記ワークシート上に表示するワークシート表示部と、前記スプレッドシートインタフェースを用いたユーザの入力に応じて前記ワークシート上のレコードデータを更新し、各レコードデータの更新状態を表示するワークシート更新部と、前記ワークシート上で更新されたレコードに対して、更新されたレコードのデータセットの構造及びレコードデータを定義する更新定義部と、定義されたレコードのデータセットの構造及びレコードデータから更新されたレコードを前記データベースに反映するためのクエリ文を生成するクエリ生成部と、生成されたクエリ文を前記データベースに転送して前記対象テーブルを更新するデータベース(DB)更新部と、を備えることを特徴とする。   In order to achieve the above object, the present invention relates to a database update system using a spreadsheet interface, which is connected to a database by a network, and requests data from a database by requesting a data set of the target table. And a spreadsheet interface that provides a spreadsheet interface, generates a worksheet and displays the structure and record data of the data set on the worksheet, and responds to user input using the spreadsheet interface Updating the record data on the worksheet and displaying the update status of each record data, and for the records updated on the worksheet, the structure of the updated record data set and Record data An update definition unit to be defined, a query generation unit for generating a query statement for reflecting a record updated from the data set structure and record data of the defined record, and the generated query statement to the database And a database (DB) update unit that updates the target table.

また、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記データ要請部は、前記データベースから取り出された対象テーブルの全体又は対象テーブルに対するクエリとして取り出された結果をデータセットとして前記ワークシート表示部に与えて、或いは、前記取り出された対象テーブルに対してクエリを行うクエリ編集器を用いてクエリ結果を抽出し、抽出されたクエリ結果をデータセットとして前記ワークシート表示部に与えて、ワークシート上に表示するようにすることが好ましい。   Further, the present invention provides the database update system using a spreadsheet interface, wherein the data requesting unit uses the entire target table extracted from the database or a result extracted as a query for the target table as a data set. A query result is extracted using a query editor for querying the retrieved target table or given to the worksheet display unit, and the extracted query result is given as a data set to the worksheet display unit. It is preferable to display on the worksheet.

更に、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記ワークシート表示部は、前記データセットの構造を前記ワークシート上のいずれか1行に表示し、データセットの構造が表示された行の下の行から前記レコードのデータを表示することが好ましい。
更に、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、上記対象テーブルの構造は、各データフィールドのフィールド名が含まれて、表示名、データのタイプ、条件、キーフィールドのいずれか以上をさらに含むことが好ましい。
Furthermore, in the database update system using a spreadsheet interface according to the present invention, the worksheet display unit displays the structure of the data set in any one line on the worksheet, and the structure of the data set is displayed. It is preferable to display the data of the record from the line below the displayed line.
Furthermore, in the database update system using a spreadsheet interface according to the present invention, the structure of the target table includes a field name of each data field, and is any one of a display name, a data type, a condition, and a key field. It is preferable to further include the above.

更に、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記ワークシート表示部は、前記データセット構造の各データフィールドに対して、当該データフィールドのワークシート上の列に対してセル形式又は列形式を当該データフィールドのデータタイプに設定することが好ましい。   Furthermore, the present invention is the database update system using a spreadsheet interface, wherein the worksheet display unit is configured to provide a cell for each data field of the dataset structure with respect to a column on the worksheet of the data field. It is preferable to set the format or column format to the data type of the data field.

更に、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記ワークシート表示部は、前記ワークシート上にレコードの更新状態を表示する第1の更新状態フィールドを更に追加してレコードフィールドを生成し、前記ワークシート更新部は、前記ワークシート上の一つのレコードのセル内容が更新されると、更新の種類を当該レコードの第1の更新状態フィールドに表示し、前記更新定義部は、前記ワークシート上の第1の更新状態フィールドを参照して、各レコードに対して更新有無及び更新の種類を判断することが好ましい。   Furthermore, the present invention is the database update system using a spreadsheet interface, wherein the worksheet display unit further adds a first update state field for displaying the update state of the record on the worksheet, When the cell content of one record on the worksheet is updated, the worksheet update unit displays the type of update in the first update status field of the record, and the update definition unit Preferably, with reference to the first update status field on the worksheet, the presence / absence of update and the type of update are determined for each record.

更に、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記ワークシート表示部は、前記ワークシートを生成するとき、前記ワークシートと連動する実行モジュールに前記ワークシート上のレコード内容が更新されるとイベントが発生して、イベントにより呼び出されて実行されるスクリプト関数を含め、前記スクリプト関数は、当該レコードが更新されると、更新の種類を前記第1の更新状態フィールドに自動的に表示することが好ましい。   Furthermore, in the database update system using a spreadsheet interface, when the worksheet display unit generates the worksheet, the content of the record on the worksheet is stored in an execution module linked to the worksheet. An event occurs when updated, and includes a script function that is called and executed by the event. The script function automatically sets the type of update in the first update status field when the record is updated. Is preferably displayed.

更に、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記更新定義部は、データセット構造をXMLドキュメントとして定義し、更新されたデータをフラットファイルとして定義するが、前記フラットファイルに予め定義された列及び行の区切り子により各レコードのフィールド値を区分して定義することが好ましい。   Further, according to the present invention, in the database update system using a spreadsheet interface, the update definition unit defines a data set structure as an XML document and defines updated data as a flat file. It is preferable to define the field values of each record by dividing them with predefined column and row separators.

更にまた、本発明は、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、前記ワークシート表示部は、前記ワークシート上にフィールドの更新状態を表示する第2の更新状態フィールドを構成するレコードを更に追加して生成し、前記ワークシート更新部は、前記ワークシート上の一つのレコードのセル内容が変更又は入力に更新されると、更新の種類を当該レコードフィールドの第2の更新状態フィールドに表示し、前記更新定義部は、レコードフィールドのうちキーフィールド及び第2の更新状態フィールドに入力又は変更の更新が行われたフィールドのみを構成して更新すべきデータセットの構造を生成することが好ましい。   Furthermore, in the database update system using a spreadsheet interface according to the present invention, the worksheet display unit further includes a record constituting a second update state field for displaying a field update state on the worksheet. When the cell content of one record on the worksheet is changed or updated to input, the worksheet update unit displays the update type in the second update status field of the record field. The update definition unit preferably generates a structure of a data set to be updated by configuring only the fields in which input or change is updated in the key field and the second update state field among the record fields. .

以上述べたように、本発明によるスプレッドシートインタフェースを用いたデータベースの更新システムによれば、エクセルなどのスプレッドシートの形でデータを取り出して自ら修正すると、当該データベースのテーブルが更新されるので、ユーザはクエリ文などデータベース処理方法に関する知識なしにもデータベースを更新することができるという効果が得られる。   As described above, according to the database update system using the spreadsheet interface according to the present invention, when data is extracted in the form of a spreadsheet such as Excel and corrected by itself, the database table is updated. Has the effect that the database can be updated without knowledge of database processing methods such as query statements.

また、本発明によるスプレッドシートインタフェースを用いたデータベースの更新システムによれば、事務用に多用されるエクセルなどスプレッドシートを用いてデータベースを更新することにより、直観的にデータを更新してデータベースを更新することができるという効果が得られる。   In addition, according to the database update system using the spreadsheet interface according to the present invention, the database is updated intuitively by updating the database using a spreadsheet such as Excel frequently used for office work. The effect that it can do is acquired.

更に、本発明によるスプレッドシートインタフェースを用いたデータベースの更新システムによれば、ユーザは手軽に且つ速やかに大量のデータを処理することができるので、自分が希望するデータ分析報告書を作成し且つ分析して、経営計画、シミュレーション、パイロットの開発に際してのテスト加工など、種々の分野に活用することができるという効果が得られる。   Furthermore, according to the database update system using the spreadsheet interface according to the present invention, a user can easily and quickly process a large amount of data, so that a data analysis report desired by the user can be generated and analyzed. Thus, there is an effect that it can be utilized in various fields such as management planning, simulation, and test processing for pilot development.

本発明によるスプレッドシートインタフェースを用いたデータベースの更新システムを行うための全体システムの構成に対するブロック図である。1 is a block diagram illustrating a configuration of an entire system for performing a database update system using a spreadsheet interface according to the present invention. FIG. 本発明によるスプレッドシートインタフェースを用いたデータベースの更新システムを行うための全体システムに対する構成図である。1 is a configuration diagram for an entire system for performing a database update system using a spreadsheet interface according to the present invention; FIG. 本発明の一実施形態によるスプレッドシートインタフェースを用いたデータベースの更新システムの構成に対するブロック図である。1 is a block diagram illustrating a configuration of a database update system using a spreadsheet interface according to an embodiment of the present invention. FIG. 本発明の一実施形態による目的データベースの対象テーブルを選定する画面の一例である。It is an example of the screen which selects the object table of the objective database by one Embodiment of this invention. 本発明の一実施形態によるワークシート上にテーブルのスキーマを表示した画面の一例である。It is an example of the screen which displayed the schema of the table on the worksheet by one Embodiment of this invention. 本発明の一実施形態によるワークシート上にテーブルのデータを表示した画面の一例である。It is an example of the screen which displayed the data of the table on the worksheet by one Embodiment of this invention. 本発明の第1の実施形態によるワークシート上にテーブルのデータが更新された状態を表示した画面の一例である。It is an example of the screen which displayed the state by which the data of the table were updated on the worksheet by the 1st Embodiment of this invention. 本発明の第1の実施形態によりXMLで表示されたテーブル情報の一例である。It is an example of the table information displayed by XML by the 1st Embodiment of this invention. 本発明の第1の実施形態により更新すべきデータを定義したフラットファイルの一例である。It is an example of the flat file which defined the data which should be updated by the 1st Embodiment of this invention. 本発明の第2の実施形態によるワークシート上にテーブルのデータが更新された状態を表示した画面の一例である。It is an example of the screen which displayed the state by which the data of the table were updated on the worksheet by the 2nd Embodiment of this invention. 本発明の第2の実施形態によりXMLで表示されたテーブル情報の一例である。It is an example of the table information displayed by XML by the 2nd Embodiment of this invention. 本発明の第2の実施形態により更新すべきデータを定義したフラットファイルの一例である。It is an example of the flat file which defined the data which should be updated by the 2nd Embodiment of this invention.

以下、本発明の実施のための具体的な内容について添付図面に基づいて説明する。   Hereinafter, the specific content for implementation of this invention is demonstrated based on an accompanying drawing.

また、本発明を説明するに当たって、同じ部分には同じ符号を付し、その重複する説明は省略する。   In the description of the present invention, the same portions are denoted by the same reference numerals, and redundant description thereof is omitted.

まず、本発明によるスプレッドシートインタフェースを用いたデータベースの更新システムを行うための全体システムについて図1を参照して説明する。   First, an overall system for performing a database update system using a spreadsheet interface according to the present invention will be described with reference to FIG.

図1に示すように、本発明を行うための全体システムは、ユーザ端末10に設けられるクライアント20と、クライアント20とネットワークにより結ばれる更新サーバ30と、データを保存して管理するデータベース40と、を備える。図2は、同全体システムを示す構成図である。図2に記載の「ユーザ」がユーザ端末10内の構成であり、クライアント20により駆動される構成を表示している。   As shown in FIG. 1, the overall system for carrying out the present invention includes a client 20 provided in a user terminal 10, an update server 30 connected to the client 20 via a network, a database 40 for storing and managing data, Is provided. FIG. 2 is a block diagram showing the entire system. A “user” illustrated in FIG. 2 is a configuration in the user terminal 10 and displays a configuration driven by the client 20.

クライアント20は、ユーザ端末10に設けられるクライアント用プログラムシステムであり、ウェブブラウザを介してユーザインタフェースを提供する。すなわち、ユーザは、ウェブブラウザ又はウェブブラウザなどの画面のインタフェースを介して、オンライン上でデータ処理作業を行う。このとき、ユーザ端末10は、ユーザの指令などを入力されて当該指令を行い、処理結果を画面上に又はウェブブラウザ上に表示する。   The client 20 is a client program system provided in the user terminal 10 and provides a user interface via a web browser. That is, the user performs data processing work online via a web browser or a screen interface such as a web browser. At this time, the user terminal 10 receives a user command or the like, performs the command, and displays the processing result on the screen or the web browser.

一方、ユーザ端末10は、パソコン(PC)、ノート型パソコン、タブレットPC、ファブレット、PDA、スマートフォンなどのコンピューティング機能を有するコンピュータ端末である。ユーザ端末10及び更新サーバ30はネットワークにより結ばれて、ユーザ端末10上のクライアント20はオンライン上でデータ処理作業を行う。   On the other hand, the user terminal 10 is a computer terminal having a computing function such as a personal computer (PC), a notebook personal computer, a tablet PC, a fablet, a PDA, and a smartphone. The user terminal 10 and the update server 30 are connected by a network, and the client 20 on the user terminal 10 performs data processing work online.

また、クライアント20は、データ要請やデータ更新などのオンライン上で処理する作業を更新サーバ30に要請し、その結果をサーバ30から取り出してウェブブラウザ上に表示する。或いは、処理されたデータを更新サーバ30に転送する。特に、クライアント20は、データベース40から取り出されたデータをエクセル(マイクロソフト社製のスプレッドシートソフトウェア商標である)などのスプレッドシートプログラムのインタフェースを介して表示するか、或いは、指令/データを入力される。なお、クライアント20は、スプレッドシートインタフェースを介して処理されたデータの更新結果を更新サーバ30に転送する。   In addition, the client 20 requests the update server 30 to perform online processing such as data request or data update, extracts the result from the server 30, and displays it on the web browser. Alternatively, the processed data is transferred to the update server 30. In particular, the client 20 displays data retrieved from the database 40 via an interface of a spreadsheet program such as Excel (which is a Microsoft spreadsheet software trademark) or receives commands / data. . Note that the client 20 transfers the update result of the data processed via the spreadsheet interface to the update server 30.

次いで、更新サーバ30は、データベース40からデータセットを取り出してクライアント20に転送するか、或いは、クライアント20から更新されたデータセットを回答してデータベース40を更新する。特に、更新サーバ30は、クライアント20から新たに追加されたり、削除されたり、修正されたりしたデータを検出して、変更されたデータを処理するためのデータベースクエリ文を自動的に作成する。更新サーバ30は、作成されたクエリ文をデータベース40に要請して、その結果がデータベース40に反映されるように要請する。   Next, the update server 30 retrieves the data set from the database 40 and transfers it to the client 20, or updates the database 40 by answering the updated data set from the client 20. In particular, the update server 30 detects newly added, deleted, or modified data from the client 20 and automatically creates a database query statement for processing the changed data. The update server 30 requests the created query statement from the database 40 and requests that the result be reflected in the database 40.

一方、上述したクライアント20及び更新サーバ30の機能は一例に過ぎず、サーバ及びクライアントの実現技術に応じて種々に具体化される。すなわち、クライアント20及び更新サーバ30は、一つの更新システムであり、これらの機能が性能に応じて互いに分配される。   On the other hand, the functions of the client 20 and the update server 30 described above are merely examples, and can be variously embodied according to the technology for realizing the server and the client. That is, the client 20 and the update server 30 are one update system, and these functions are distributed to each other according to performance.

他の例によれば、クライアント20は、単にウェブブラウザ機能のみを有しており、全ての機能は更新サーバ30において構築される。すなわち、更新サーバ30は、データベース40のインタフェース機能及び修正されたデータに対するクエリ文の作成機能だけではなく、スプレッドシートに基づくインタフェースを用いてデータを修正する機能をいずれも有する。   According to another example, the client 20 has only a web browser function, and all functions are constructed in the update server 30. That is, the update server 30 has not only an interface function of the database 40 and a query statement creation function for the corrected data, but also a function for correcting data using an interface based on a spreadsheet.

更に他の例によれば、更新サーバ30は、単にデータベース40とのインタフェース機能のみを有しており、クライアント20は、スプレッドシートに基づくインタフェースを介してデータの修正機能だけではなく、修正されたデータに対するクエリ文の自動生成機能まで有する。   According to yet another example, the update server 30 only has an interface function with the database 40, and the client 20 has not only modified the data via the spreadsheet-based interface, but also modified the data. It also has a function for automatically generating query statements for data.

更に他の例によれば、更新サーバ30なしに、クライアント20が直ちにデータベース40に接続して、上述したデータベース接続機能、スプレッドシートインタフェースを用いたデータの修正機能及びクエリ文の自動生成機能などをいずれも行う。   According to another example, the client 20 immediately connects to the database 40 without the update server 30, and includes the database connection function, the data correction function using the spreadsheet interface, the query statement automatic generation function, and the like. Do both.

次いで、データベース60は、データを保存するための通常のデータベース(DB)であり、データを管理するためのデータベース管理システム(DBMS)を備え、データの保存、削除、検索などの作業をクエリを用いて行う。特に、データベース40は、商用化されたデータベースであり、データセットを処理するための通常のクエリ機能を用いてデータクエリサービスを行う。   Next, the database 60 is a normal database (DB) for storing data, and includes a database management system (DBMS) for managing data, and uses queries to store, delete, and search data. Do it. In particular, the database 40 is a commercialized database and provides a data query service using a normal query function for processing a data set.

特に、データベース40は、ビッグデータを保存するデータベースである。また、好ましくは、データベース40は、関係型データベース(RDB)である。   In particular, the database 40 is a database that stores big data. Preferably, the database 40 is a relational database (RDB).

次いで、本発明の第1の実施形態によるスプレッドシートインタフェースを用いたデータベースの更新システムについて図3を参照してより具体的に説明する。上述したように、データベース自動更新システムは、ユーザ端末10のクライアント20及びネットワークに接続されたサーバ30を備えて実現されるサーバ−クライアントシステムである。以下、サーバ30において実現されるシステムを例にとって説明する。   Next, a database update system using the spreadsheet interface according to the first embodiment of the present invention will be described more specifically with reference to FIG. As described above, the database automatic update system is a server-client system realized by including the client 20 of the user terminal 10 and the server 30 connected to the network. Hereinafter, a system implemented in the server 30 will be described as an example.

図3に示すように、本発明の一実施形態によるスプレッドシートインタフェースを用いたデータベースの更新システムは、データベースのデータセットを要請するデータ要請部31と、要請したデータセットをスプレッドシートインタフェースに表示するワークシート表示部32と、ワークシート上でデータセットのうちの一部のデータを更新するワークシート更新部33と、更新されたデータに対して更新内容を定義する更新定義部34と、更新されたデータを更新するためのクエリ文を生成するクエリ生成部35と、生成されたクエリ文を用いてデータベースを更新するデータベース(DB)更新部36と、を備える。   As shown in FIG. 3, a database update system using a spreadsheet interface according to an embodiment of the present invention displays a data request unit 31 for requesting a data set of the database and the requested data set on the spreadsheet interface. The worksheet display unit 32, the worksheet update unit 33 that updates some data in the data set on the worksheet, the update definition unit 34 that defines the update content for the updated data, and the update A query generation unit 35 that generates a query statement for updating the received data, and a database (DB) update unit 36 that updates the database using the generated query statement.

まず、データ要請部31は、データベース40に要請して目的データベースからデータセットを取り出す。ここで、データセットとは、同じフィールドにより構成される多数のレコードにより構成されるデータの集まりのことをいう。すなわち、一つのレコードは、多数のフィールド値により構成されるが、全てのレコードのフィールド(列)は、同じフィールド(又は、列)を有する。   First, the data request unit 31 requests the database 40 to retrieve a data set from the target database. Here, the data set refers to a collection of data composed of a large number of records composed of the same field. That is, one record is composed of a large number of field values, but the fields (columns) of all the records have the same field (or column).

好ましくは、データセットは、一つのデータベース(DB)テーブルから取り出されたデータである。   Preferably, the data set is data retrieved from a single database (DB) table.

具体的に、データ要請部31は、データベース40に要請して、目的データベースのテーブル一覧を問い合わせ、問い合わせられたテーブル一覧を画面に表示する。ユーザは、画面に表示されたテーブル一覧のうち所望のテーブルを選択する。図4は、テーブル一覧のうち取り出すテーブルを選択する画面の一例を示す。   Specifically, the data request unit 31 requests the database 40 to inquire about the table list of the target database, and displays the inquired table list on the screen. The user selects a desired table from the table list displayed on the screen. FIG. 4 shows an example of a screen for selecting a table to be extracted from the table list.

ユーザ画面に表示されたテーブルのうちから一つが選択されると、当該テーブルに関するスキーマ情報を取り出す。目的データベース又は対象テーブルのスキーマは、テーブルのデータがどのように構成されているかに関する細部情報である。すなわち、スキーマは、各データフィールドの名前、表示名、データのタイプ(種類)、条件などをテーブルデータの構造を示す。   When one of the tables displayed on the user screen is selected, schema information regarding the table is extracted. The schema of the target database or target table is detailed information on how the table data is structured. That is, the schema indicates the structure of the table data, such as the name of each data field, the display name, the data type (kind), and the conditions.

他の例によれば、データ要請部31は、目的データベースのテーブルデータをクエリ文を介して取り出す。好ましくは、このときのクエリ文は、一つのテーブルに対するクエリ文であり、必ずクエリ結果内に当該テーブルのキーフィールドが存在しなければならない。このとき、多数のフィールドがキーを形成する場合、当該多数のフィールドがいずれも含まれなければならない。クエリ文を介して取り出されたデータは、一つのデータセットを形成する。   According to another example, the data request unit 31 retrieves table data in the target database via a query statement. Preferably, the query statement at this time is a query statement for one table, and the key field of the table must always exist in the query result. At this time, if multiple fields form a key, all of the multiple fields must be included. Data retrieved via a query statement forms one data set.

すなわち、データ要請部31は、目的データベースからデータセットを取り出す。先行してテーブルを選択する場合には、取り出すデータセットは当該テーブルの全てのデータであり、対象テーブルからクエリ文を取り出した場合には、クエリ文によるフィルタリングされたテーブルの一部である。このとき、好ましくは、ジャバデータベース接続(JDBC)(登録商標)ドライバなどを介して目的データベースのデータを取り出す。先行して、データスキーマもジャバデータベース接続(JDBC)(登録商標)ドライバを用いて取り出す。   That is, the data request unit 31 retrieves a data set from the target database. When a table is selected in advance, the data set to be extracted is all the data of the table, and when a query sentence is extracted from the target table, it is a part of the table filtered by the query sentence. At this time, preferably, the data of the target database is taken out via a Java database connection (JDBC) (registered trademark) driver or the like. Prior to this, the data schema is also retrieved using a Java Database Connection (JDBC) (registered trademark) driver.

一方、他の実施形態によれば、データ要請部31は、目的データベースの対象テーブルをデータセットとして取り出し、取り出されたデータセット(又は、対象テーブル)に対してクエリを行うクエリ編集器を用いて、クエリ結果を抽出する。また、抽出されたクエリ結果を一つのデータセットとして用いる。すなわち、後述するワークシート表示部32から抽出されたクエリ結果のデータセットのみをワークシート上にデータとして表示する。これにより、対象テーブルの全体をワークシート上に表示せずに、ユーザが希望するフィールドのみにより構成されたテーブルをワークシート上に表示することができる。なお、不要なデータフィールドを表示しないことから、ユーザのデータ編集の使い勝手がよくなる。   On the other hand, according to another embodiment, the data requesting unit 31 uses a query editor that takes out the target table of the target database as a data set and queries the extracted data set (or target table). , Extract the query results. The extracted query result is used as one data set. That is, only the query result data set extracted from the worksheet display unit 32 described later is displayed as data on the worksheet. As a result, it is possible to display on the worksheet a table composed only of fields desired by the user without displaying the entire target table on the worksheet. Since unnecessary data fields are not displayed, the user can use the data easily.

上述したように、目的データベースから取り出されたテーブルのデータセット、又はクエリ文により取り出されたデータセット、又はテーブルをクエリ文によりフィルタリングしたデータセットなどはいずれも更新すべきデータセットである。以下、これを初期のデータセット(第1のデータセット)と称する。   As described above, the data set of the table extracted from the target database, the data set extracted by the query statement, or the data set obtained by filtering the table by the query statement are all data sets to be updated. Hereinafter, this is referred to as an initial data set (first data set).

次いで、ワークシート表示部32は、スプレッドシートインタフェースを提供し、エクセルなどスプレッドシート上にワークシート(以下、ワークシートと称する。)を生成し、生成されたワークシート上にデータセットを表示する。特に、目的データベースから取り出されたデータセットをスプレッドシートのワークシート上に表示する。スプレッドシートは、エクセル(マイクロソフト社製のプログラム商標)、ロータス(Lotus 1−2−3、ロータスソフトウェア社製のプログラム商標)、ハンセル(ハングル及びコンピュータ社製のプログラム商標)など、行及び列により区分された表の形式で表示されるワークシートにより構成されて、各セルにデータを処理するスプレッドシートソフトウェアプログラムである。   Next, the worksheet display unit 32 provides a spreadsheet interface, generates a worksheet (hereinafter referred to as a worksheet) on a spreadsheet such as Excel, and displays a data set on the generated worksheet. In particular, the data set retrieved from the target database is displayed on a spreadsheet worksheet. Spreadsheets are categorized by row and column, such as Excel (Program trademark by Microsoft), Lotus (Lotus 1-2-3, Program trademark by Lotus Software), Hansel (Program trademark by Hangul and Computer), etc. It is a spreadsheet software program that is composed of a worksheet displayed in the form of a displayed table and processes data in each cell.

まず、ワークシート表示部32は、対象データセットのスキーマ情報(又は、データセットの構造)を分析して各フィールドに関する詳細情報に合わせてワークシートに作成する。このために、ワークシートを新たに生成する。   First, the worksheet display unit 32 analyzes the schema information (or the structure of the data set) of the target data set and creates a worksheet according to detailed information regarding each field. For this purpose, a new worksheet is generated.

その一例として、図5に示すように、ワークシートの列に応じて、各データフィールドの名前、表示名、データのタイプ(種類)、条件、キーフィールドなどテーブルデータの細部構造を表示する。また、各列に相当するデータのタイプを解析して、各列の表示属性(特に、数字に対する表示形式)をデータのタイプ(形式)に合わせて補正する。例えば、列の名前が「誕生日」であるが、当該フィールドの形式が日付け形式であれば、当該列を全て日付け形式に設定する。なお、通話表示であれば、これによるデータ形式で表示する。   As an example, as shown in FIG. 5, the detailed structure of the table data such as the name of each data field, the display name, the data type (kind), the condition, and the key field is displayed according to the column of the worksheet. Further, the type of data corresponding to each column is analyzed, and the display attributes (particularly, the display format for numbers) of each column are corrected according to the data type (format). For example, if the column name is “birthday” but the format of the field is a date format, all the columns are set to a date format. In addition, if it is a call display, it displays in the data format by this.

また、ワークシート表示部32は、スプレッドシートのワークシートを生成するとき、スプレッドシートから提供するワークシートに連動される実行モジュールを一緒に生成する。実行モジュールは、VBA(Visual Basic for application)などスクリプト方式のプログラム言語により作成されたモジュール(又は、コード)である。実行モジュールは、ワークシート内において特定のイベントが発生すると、各イベントに対応する関数が実行されるようにするモジュールである。このため、ワークシート更新部33によりワークシート上でユーザが削除、修正、挿入など特定の作業を行うと、当該作業又は作業イベントに応じて前記実行モジュール内の関数が実行されて、関連作業を行う。   In addition, when generating the worksheet of the spreadsheet, the worksheet display unit 32 generates an execution module linked to the worksheet provided from the spreadsheet. The execution module is a module (or code) created by a script-type program language such as VBA (Visual Basic for application). The execution module is a module that executes a function corresponding to each event when a specific event occurs in the worksheet. For this reason, when the user performs a specific operation such as deletion, correction, or insertion on the worksheet by the worksheet update unit 33, the function in the execution module is executed according to the operation or the operation event, and the related operation is performed. Do.

更に、ワークシート表示部32は、更新すべきデータセット(又は、初期のデータセット)をスプレッドシートのワークシートに表示する。図6に示すように、先行してデータの各フィールドのフィールド名などの細部構造が前記ワークシート上に列をなして平行に記載されており、当該フィールド名に対応する列内の下の行に連続して当該フィールド値(又は、テーブルデータ)を表示する。すなわち、図6に示すように、スプレッドシート(又は、ワークシート)上のデータは、行及び列により各セルにデータが表示され、このとき、上段行内における各列にはフィールド名(フィールド名前)、表示名、データタイプなどが記載され、その下にレコードを各フィールドに合わせて配列する。   Further, the worksheet display unit 32 displays the data set (or initial data set) to be updated on the spreadsheet worksheet. As shown in FIG. 6, the detailed structure such as the field name of each field of data is described in parallel in a column on the worksheet, and the lower row in the column corresponding to the field name. The field value (or table data) is displayed continuously. That is, as shown in FIG. 6, the data on the spreadsheet (or worksheet) is displayed in each cell by row and column. At this time, each column in the upper row has a field name (field name). , Display name, data type, etc. are described, and records below are arranged according to each field.

すなわち、初期のデータセットは、多数のレコードにより構成され、各レコードは、ワークシート上で一つの行に表示される。レコードの各列に相当するセルには当該レコードフィールドのフィールド値が表示される。特に、先行して各フィールドの列に対するデータ形式を分析して、当該形式に全ての列を設定したため、当該レコードの当該列はいずれもそのデータ形式に合うようにスプレッドシートのワークシート上に表示される。   That is, the initial data set is composed of a large number of records, and each record is displayed in one row on the worksheet. In the cell corresponding to each column of the record, the field value of the record field is displayed. In particular, the data format for each field column was analyzed in advance, and all the columns were set to that format, so all the columns for that record were displayed on the spreadsheet worksheet to match that data format. Is done.

図6の例において、EMPLOYEESテーブルの場合、EMPLOYEE_IDが基本キーであるため、この列は重複を許容しない。   In the example of FIG. 6, in the case of the EMPLOYEES table, since EMPLOYEE_ID is a basic key, this column does not allow duplication.

また、ワークシート表示部32は、一つのワークシート上に表示可能なレコードの最大数を予め設定する。そして、当該最大数を超えると、新たなワークシートを生成し、残りのレコードを生成されたワークシートに表示する。例えば、スプレッドシート画面においてデータを処理するため、同じシート内において100万件、複数のシートを介して数百万件のデータを定義し、データベースに入力することができる。   The worksheet display unit 32 presets the maximum number of records that can be displayed on one worksheet. When the maximum number is exceeded, a new worksheet is generated and the remaining records are displayed on the generated worksheet. For example, in order to process data on a spreadsheet screen, it is possible to define 1 million data in the same sheet and millions of data via a plurality of sheets and input it to the database.

一方、ワークシート表示部32は、エクセルなど商用化されたスプレッドシートプログラムの主な機能のみを埋め込んで用いる。すなわち、スプレッドシート処理作業は、スプレッドシートのコア機能により行われ、全体のインタフェースは、ワークシート表示部32により処理される。後述するワークシート更新部33も同様である。   On the other hand, the worksheet display unit 32 embeds only the main functions of a commercial spreadsheet program such as Excel. That is, the spreadsheet processing operation is performed by the core function of the spreadsheet, and the entire interface is processed by the worksheet display unit 32. The same applies to a worksheet update unit 33 described later.

更に、ワークシート表示部32は、更新状態を表示する列を更に表示する。以下、当該列を更新状態フィールド又は更新状態列と称する。好ましくは、ワークシート上で最初の列を更新状態フィールドに設定する。図5の例において、「Check」と記載されている列が更新状態フィールドに設定されている。   Further, the worksheet display unit 32 further displays a column for displaying the update state. Hereinafter, this column is referred to as an update state field or an update state column. Preferably, the first column on the worksheet is set as the update status field. In the example of FIG. 5, the column described as “Check” is set in the update state field.

更に、ワークシート表示部32は、指令を行うための指令ボタンをワークシート上に表示する。好ましくは、指令ボタンは、テーブル又はクエリ結果を問い合わせるための問い合わせボタンや、更新されたデータをサーバに転送してデータベースを更新するための確認ボタンなどを備える。   Further, the worksheet display unit 32 displays a command button for performing a command on the worksheet. Preferably, the command button includes an inquiry button for inquiring a table or a query result, a confirmation button for transferring the updated data to the server and updating the database, and the like.

次いで、ワークシート更新部33は、ワークシート上に表示されたデータに対して更新作業を行う。特に、ワークシート更新部33は、先行してワークシート表示部32が提供するスプレッドシートインタフェース画面を介して、ユーザがデータ更新作業を行う。   Next, the worksheet update unit 33 performs an update operation on the data displayed on the worksheet. In particular, in the worksheet update unit 33, the user performs a data update operation via a spreadsheet interface screen provided by the worksheet display unit 32 in advance.

すなわち、ワークシート更新部33は、初期のデータセットをスプレッドシートのワークシート上に表示し、ユーザにより処理されるスプレッドシートのワークシート上の作業を処理する。例えば、ユーザがスプレッドシート上で特定のセルのデータを修正したり、特定の行を挿入したり、削除したりする。このとき、通常のスプレッドシートインタフェースなどのようなインタフェースを処理する。   That is, the worksheet update unit 33 displays the initial data set on the spreadsheet worksheet and processes the work on the spreadsheet worksheet to be processed by the user. For example, the user corrects data of a specific cell on the spreadsheet, inserts a specific row, or deletes the specific cell. At this time, an interface such as a normal spreadsheet interface is processed.

また、ワークシート更新部33の各機能は、ワークシートと連動される実行モジュール(VBAなどスクリプト言語により作成されたプログラムモジュール)により実現される。すなわち、ワークシート上でユーザが修正、挿入、削除などの特定の作業を行うと、当該作業を一つのイベントと判断して、当該作業イベントに対応する実行モジュールの関数が実行される。このような機能は、スプレッドシートのコア機能から提供される。以下、説明の便宜のために、修正、削除、挿入(新規追加)などによりデータの内容が異なってきたものをいずれも「更新」されたものとする。   Each function of the worksheet update unit 33 is realized by an execution module (a program module created by a script language such as VBA) linked with the worksheet. That is, when the user performs a specific operation such as correction, insertion, or deletion on the worksheet, the operation is determined as one event, and the function of the execution module corresponding to the operation event is executed. Such functionality is provided from the core functionality of the spreadsheet. Hereinafter, for convenience of explanation, it is assumed that any data that has been changed due to correction, deletion, insertion (new addition), or the like has been “updated”.

ワークシート更新部33は、ワークシート上で編集作業が発生されると、編集種類又は更新の種類に応じて更新状態フィールドのセルに更新の種類を表示する。好ましくは、更新の種類は、記号又は更新の種類記号で表示される。更新の種類記号は、予め設定された記号である。更新の種類は、当該レコード又は当該行の更新状態又は更新の種類を表示するものであり、修正、挿入、削除などの各レコードに対する更新状態を表示する。例えば、データのセルが修正されると、当該行の更新状態列に「U」が表示され、行が追加されると、「C」が表示される。   When an editing operation is generated on the worksheet, the worksheet update unit 33 displays the update type in the update state field cell according to the edit type or the update type. Preferably, the update type is indicated by a symbol or an update type symbol. The update type symbol is a preset symbol. The update type displays the update state or update type of the record or row, and displays the update state for each record such as correction, insertion, and deletion. For example, when a data cell is modified, “U” is displayed in the update status column of the row, and “C” is displayed when a row is added.

また、ワークシート更新部33は、更新状態フィールドにユーザが自ら更新状態又は更新の種類記号を表示するために配設される。例えば、ユーザが削除する行(又は、レコード)の更新状態列に「D」を入力する。このとき、更新状態列の各セルにはコンボボックスを設けて、各レコード別(又は、行別)に更新状態を自ら設定するようにする。   The worksheet update unit 33 is arranged so that the user can display the update state or the update type symbol in the update state field. For example, “D” is input to the update status column of the row (or record) to be deleted by the user. At this time, a combo box is provided for each cell in the update state column, and the update state is set for each record (or for each row).

更に、好ましくは、いずれの項目も更新されていないレコード(又は、行)には更新状態フィールドにいかなる値又は記号も表示されない。   Furthermore, preferably, no value or symbol is displayed in the update status field for records (or rows) in which none of the items have been updated.

図7は、図6のレコードデータのうちの一部が更新された状態を示す。すなわち、キー104のレコードが削除され、レコード105、106、108がそれぞれ変更され、変更されたデータは給料及び電話番号phone_numberである。このため、更新フィールドcheck1にはそれぞれD、U、U、Uが表示される。   FIG. 7 shows a state in which a part of the record data in FIG. 6 has been updated. That is, the record of the key 104 is deleted, the records 105, 106, and 108 are changed, respectively, and the changed data is a salary and a phone number phone_number. For this reason, D, U, U, and U are displayed in the update field check1, respectively.

次いで、更新定義部34は、ワークシート又はワークシート上で更新されたデータを検出して、検出されたデータ(又は、レコード)に対して更新内容を定義する。好ましくは、XMLドキュメントの形で定義し、データはフラットファイル(flat file)により構成する。   Next, the update definition unit 34 detects the updated data on the worksheet or the worksheet, and defines the update contents for the detected data (or record). Preferably, it is defined in the form of an XML document, and the data is constituted by a flat file.

前記ワークシート更新部33により、ユーザは、ワークシート上のデータセットをセル、範囲、行又は列単位で修正する。すなわち、一つのセル内にあるデータを修正したり、一つの行(又は、レコード)などを全て削除したりする(すなわち、削除すべきレコードの更新状態フィールドに削除記号Dを表示する)。或いは、新たなデータレコードを挿入し、各フィールド内に値を入力する。   The worksheet update unit 33 allows the user to correct the data set on the worksheet in units of cells, ranges, rows, or columns. That is, the data in one cell is corrected, or one row (or record) or the like is deleted (that is, the deletion symbol D is displayed in the update state field of the record to be deleted). Alternatively, a new data record is inserted and a value is entered in each field.

また、更新定義部34は、検出された更新レコードに対してそれぞれ更新内容を定められた定義規則により定義する。このとき、定義すべき内容は、更新すべきデータ又はデータセットの構造又はスキーマを表示するテーブル情報及び更新すべきデータである。すなわち、更新定義部34は、更新されたデータ又は更新されたレコードに対してのみ更新データを書き込む(又は、定義する)。すなわち、全く更新されていないデータは書き込まない。   In addition, the update definition unit 34 defines the update contents for each detected update record according to a defined definition rule. At this time, the contents to be defined are table information indicating the structure or schema of data to be updated or a data set, and data to be updated. That is, the update definition unit 34 writes (or defines) update data only to updated data or updated records. That is, data that has not been updated at all is not written.

まず、更新定義部34は、データセット(又は、更新データ構造)を予め定められたフォーマット(又は、定義規則)により定義する。好ましくは、データセットの構造(又は、更新データ構造)をXML文字で表示する。データセットの構造をXMLドキュメントで表示した一例が図8に示されている。   First, the update definition unit 34 defines a data set (or update data structure) in a predetermined format (or definition rule). Preferably, the structure of the data set (or the update data structure) is displayed in XML characters. An example of the structure of the data set displayed as an XML document is shown in FIG.

図8に示すテーブル情報又はデータセットの情報は、下記のような個体及びその属性に関するデータを含む。好ましくは、テーブル情報又はデータセットの構造に関する情報は、テーブル名(ユーザ画面からテーブルを選択するときに自動的に指定される)、データベース(DB)接続コード(ユーザ画面においてデータベース(DB)に接続されるときに自動的に指定される)、キーフィールドの存否、データタイプ、ヌル(NULL)値の許容有無などの内容を含む。   The table information or data set information shown in FIG. 8 includes data on the following individuals and their attributes. Preferably, the table information or information on the structure of the data set is a table name (specified automatically when selecting a table from the user screen), a database (DB) connection code (connected to the database (DB) on the user screen) Automatically specified), the presence / absence of the key field, the data type, the presence / absence of null (NULL) value, and the like.

(1)ExecuteInfo:実行すべきデータベース情報
−ConnectionCode:サーバに定義されたデータベースコード
(2)DataTable:更新すべきテーブル情報、多数のテーブルを同じトランザクションで処理可能
−Name:テーブル名
−Caption:表示名
−TargetTable:更新すべきテーブル名
(3)Column:テーブル(又は、データセット)の列情報
−Name:列名
−Caption:列表示名
−Constraint:key情報 P:Primary key V:notnull N:nullable
−DataType:データタイプ C:String N:数字型、D:Data型
−UpdateFlag:更新クエリの生成時に列を含むか否か
(4)Rows:処理すべきデータを定義する
−RowIndexCol:データ行の通し番号が位置する列
−RowStateCol:データの件別の処理に際して当該項を処理する区切りコードが位置する列
−TextType:処理すべきデータの位置 FILE:添付ファイルとして転送する XML:xmlを内部に含む
(1) ExecuteInfo: Database information to be executed-ConnectionCode: Database code defined in the server (2) DataTable: Table information to be updated, many tables can be processed in the same transaction-Name: Table name-Caption: Display name -TargetTable: Table name to be updated (3) Column: Column information of the table (or data set) -Name: Column name -Caption: Column display name -Constraint: key information P: Primary key V: not null N: nullable
-DataType: Data type C: String N: Number type, D: Data type-UpdateFlag: Whether to include a column when generating an update query (4) Rows: Define data to be processed-RowIndexCol: Serial number of the data row -RowStateCol: Column where the delimiter code for processing the relevant item is processed in case of processing of data-TextType: Location of data to be processed FILE: Transfer as an attached file XML: XML is included inside

データセットの列情報又はフィールド情報は、対象テーブルの全体のフィールド情報を示してもよく、その一部を示してもよい。すなわち、前記対象テーブルをクエリを介して一部のみ取り出す場合には、テーブルのフィールドのうちの一部に対してのみフィールド構造を生成する。   The column information or field information of the data set may indicate the entire field information of the target table or a part thereof. That is, when only a part of the target table is extracted via a query, a field structure is generated only for a part of the fields of the table.

また、更新定義部34は、更新すべきデータを予め定められたフォーマットで書き込んでファイルとして生成する。好ましくは、更に、更新定義部34は、ワークシート上で更新されたデータをフラットファイルとして生成する。フラットファイルとは、データを一連の列により構成する通常のファイルのことをいう。   The update definition unit 34 writes data to be updated in a predetermined format and generates a file. Preferably, the update definition unit 34 further generates data updated on the worksheet as a flat file. A flat file refers to a normal file in which data is composed of a series of columns.

図9は、フラットファイルの一例を示すものである。好ましくは、スプレッドシート画面に定義されたデータは、サーバと予め定義された列、行区切り子により図9に示す形式のテキストファイルとして作成されてサーバに転送される。ここで、例えば、列区切り子を「|」で示し、行区切り子を「エンター(又は、改行)」記号で示す。   FIG. 9 shows an example of a flat file. Preferably, the data defined on the spreadsheet screen is created as a text file in the format shown in FIG. 9 using the server, the predefined columns and row separators, and transferred to the server. Here, for example, a column delimiter is indicated by “|”, and a row delimiter is indicated by an “enter (or line feed)” symbol.

特に、図9において、各行の先頭に当該レコード(当該行)がどのように処理されるかに対する更新の種類を表示する。各更新状態の記号は、下記の通りである。   In particular, in FIG. 9, the type of update for how the record (the row) is processed is displayed at the beginning of each row. The symbols for each update state are as follows.

C:新規入力 U:データの更新 D:データの削除   C: New input U: Data update D: Data deletion

次いで、クエリ生成部35は、テーブル情報及び更新すべきデータが定義された更新ドキュメントを受信して、更新されたデータに対してクエリ文を生成する。   Next, the query generation unit 35 receives an update document in which table information and data to be updated are defined, and generates a query statement for the updated data.

すなわち、クエリ生成部35は、テーブル情報を定義した更新ドキュメントの内容を解析して、更新すべきデータベース、テーブル、列情報を抽出する。また、抽出された情報を用いて、入力クエリ、更新クエリ、削除クエリに対するクエリなどを生成する。   That is, the query generation unit 35 analyzes the contents of the update document that defines the table information, and extracts the database, table, and column information to be updated. In addition, using the extracted information, a query for an input query, an update query, a deletion query, and the like are generated.

また、クエリ生成部35は、データをそれぞれレコード別に読み込んで、各レコードに対して実際のクエリを生成する。このとき、各レコードの更新の種類に応じて当該種類のクエリ文(例えば、追加クエリ文、更新クエリ文、削除クエリ文など)を生成する。   In addition, the query generation unit 35 reads data for each record and generates an actual query for each record. At this time, a query statement of the type (for example, an add query statement, an update query statement, a delete query statement, etc.) is generated according to the update type of each record.

特に、クエリ生成部35は、更新すべきデータをストリームとして受信し、ストリームとして受信される順番に、各更新すべきレコードの内容に従いクエリ文をリアルタイムにて生成する。   In particular, the query generation unit 35 receives data to be updated as a stream, and generates a query sentence in real time according to the contents of each record to be updated in the order received as a stream.

次いで、データベース(DB)更新部36は、生成された(作成された)クエリ文をデータベース40に要請して、対象テーブルのデータを更新するように要請する。   Next, the database (DB) update unit 36 requests the generated (created) query statement from the database 40 to request that the data in the target table be updated.

データベース(DB)更新部36は、先行して生成された実際のクエリ文を各レコード別にデータベース40に転送して更新を要請する。しかしながら、個別的に各レコード別にクエリ文をデータベース40に要請すると、全体の更新時間が長引き、しかも、コストが嵩む。これは、データベースは一回のトランザクションにより一つの要請を処理するが、トランザクションを行うための作業が多いためである。   The database (DB) update unit 36 requests the update by transferring the actual query statement generated in advance to the database 40 for each record. However, if a query statement is individually requested from the database 40 for each record, the entire update time is prolonged and the cost increases. This is because the database processes one request by one transaction, but there are many operations for performing the transaction.

このため、好ましくは、データベース(DB)更新部36は、多数のレコード別の実際のクエリをバッチでくくって一括処理する。すなわち、クエリ文は一回のみ生成し、転送データの処理は、当該クエリの変数に当該列値のみをマッピングしてバッチに追加した後、最後にもう一回データベースに実行を要請するので、速やかに大量のデータを処理することができる。   For this reason, preferably, the database (DB) update unit 36 batch-processes a large number of actual queries for each record. In other words, the query statement is generated only once, and the processing of the transfer data is performed by mapping only the column value to the variable of the query and adding it to the batch. A large amount of data can be processed.

次いで、本発明の第2の実施形態によるスプレッドシートインタフェースを用いたデータベースの更新システムについて図10を参照して具体的に説明する。本発明の第2の実施形態は、上記の第1の実施形態とその構成が同様であり、但し、更新状態フィールドをワークシート上で列(cоlumn)に加えて一つの行(row)に表示する。   Next, a database update system using a spreadsheet interface according to the second embodiment of the present invention will be described in detail with reference to FIG. The configuration of the second embodiment of the present invention is the same as that of the first embodiment described above, except that the update status field is added to the column (column) on the worksheet and displayed in one row (row). To do.

図10に示すように、ワークシート表示部32は、更新状態を表示する行を更に表示する。図10において、「check2」で表示された行が更新状態を示すレコードである。すなわち、ワークシート上で一つの行を追加して、当該行を更新状態を示すレコードとして用いる。これを第2の更新状態フィールド(又は、第2の更新状態レコード)と称する。上述した第1の実施形態と同様に、更新状態を表示する列の更新状態フィールドを第1の更新状態フィールドと称する。   As illustrated in FIG. 10, the worksheet display unit 32 further displays a row for displaying the update state. In FIG. 10, the row displayed as “check2” is a record indicating the update state. That is, one row is added on the worksheet, and the row is used as a record indicating the update state. This is referred to as a second update state field (or second update state record). Similar to the first embodiment described above, the update status field of the column displaying the update status is referred to as a first update status field.

次いで、ワークシート更新部33は、ワークシート上で一つのデータフィールド値(又は、セル値)が変更(更新)されると、当該フィールドに対応する第1の更新フィールド及び第2の更新フィールドの両方ともに更新状態を表示する。このとき、第2の更新フィールドにはデータ値(又は、セル値)が変更される場合に表示される。また、ワークシート上で一つのレコードが追加されて挿入される場合(新たなレコードが追加される場合)には、新たな値が入力されるセルに対応する第2の更新フィールドが「C」などに更新されることが表示される。このため、いかなる値も記載されていないため空きセルの状態で残っているフィールドに対しては、対応する第2の更新フィールドに更新状態が表示されない。また、レコードが削除される場合には、第2の更新フィールドの内容は「U」や「C」などの表示に更新されて表示されない。すなわち、第2の更新フィールドの値を変更しない。   Next, when one data field value (or cell value) is changed (updated) on the worksheet, the worksheet update unit 33 sets the first update field and the second update field corresponding to the field. Both display the update status. At this time, the second update field is displayed when the data value (or cell value) is changed. When one record is added and inserted on the worksheet (when a new record is added), the second update field corresponding to the cell into which a new value is input is “C”. It is displayed that it is updated. For this reason, since no value is described, the update state is not displayed in the corresponding second update field for the field remaining in the empty cell state. When the record is deleted, the content of the second update field is updated to display such as “U” or “C” and is not displayed. That is, the value of the second update field is not changed.

図10の例において、データ値が変更されたものは、キー105、106、108のレコードのうち給料salary及び電話番号phone_numberのフィールドである。このため、これらの2つのフィールドに対応する第2の更新フィールドのみ「U」に更新されて表示される。   In the example of FIG. 10, the data value is changed in the salary salary and telephone number phone_number fields in the records of the keys 105, 106, and 108. For this reason, only the second update field corresponding to these two fields is updated to “U” and displayed.

次いで、更新定義部34は、ワークシート上に第2の更新フィールドのうち「U」で表示されるフィールド(列)及びキーフィールドのみを組み合わせて、データセットの構造又はスキーマの構造を生成する。   Next, the update definition unit 34 generates the structure of the data set or the structure of the schema by combining only the field (column) and the key field displayed as “U” among the second update fields on the worksheet.

図10の例において、キーフィールドは、「雇用者ID(EMPLOYEE_ID)」であり、変更されたフィールドは給料salary及び電話番号phone_numberである。このため、これらのフィールド(又は、列)に対してのみデータセットの構造又はスキーマの構造を生成する。前記例に従い作成されたデータセットの構造のXMLドキュメントは、図11に示す通りである。   In the example of FIG. 10, the key field is “employer ID (EMPLOYEE_ID)”, and the changed fields are salary salary and telephone number phone_number. Therefore, a data set structure or a schema structure is generated only for these fields (or columns). An XML document having a data set structure created according to the above example is as shown in FIG.

図11に示すように、列フィールドは、雇用者IDと、電話番号及び年給に対するフィールドのみをxmlドキュメントに対してのみ示す。   As shown in FIG. 11, the column fields show only fields for employer ID, phone number and annual salary for xml documents only.

また、更新定義部34は、更新されたデータを生成するとき、更新されたデータセットの構造のみを表示する。すなわち、更新すべきデータを予め定められたフォーマットで書き込んでファイルとして生成するとき、キーフィールド及び更新されたフィールドに対応するフィールド値(列値)のみを表示して、フラットファイルとして構成する。その例が図12に示されている。   Moreover, when the update definition part 34 produces | generates the updated data, it displays only the structure of the updated data set. That is, when data to be updated is written in a predetermined format and generated as a file, only the key field and the field value (column value) corresponding to the updated field are displayed and configured as a flat file. An example is shown in FIG.

次いで、本発明の効果についてより具体的に説明する。   Next, the effects of the present invention will be described more specifically.

まず、本発明は、実行件数に制約がない。   First, the present invention has no restriction on the number of executions.

ユーザが登録/修正/削除したデータをアップロードストリーム(upload stream)を介してサーバに転送するので、単件データから数百万件の大量データに至るまで自由に取り扱うことができる。データ情報は、定められた行、列の区切り子により区分されたフラットファイルとして作成されてサーバにアップロードされ、サーバは、アップロードストリームからデータを読み込んで定められた行、列の区切り子を用いてパーシングした後に、一緒に転送されたxml情報から予め生成されたクエリにバインドして実行する。   Since the data registered / corrected / deleted by the user is transferred to the server via the upload stream, it can be handled freely from single data to millions of data. The data information is created as a flat file divided by the defined row and column delimiters and uploaded to the server. The server reads the data from the upload stream and uses the defined row and column delimiters. After parsing, it is bound to a query generated in advance from the xml information transferred together and executed.

また、大量のデータを速やかに処理することができる。   In addition, a large amount of data can be processed quickly.

更新サーバにおいてデータを処理する基本方式は、JDBCドライバを介してデータベースに接続した後、クライアントから送られてきたxml情報をパーシングして入力、修正、削除に相当するクエリ文を生成し、一緒にクライアントから送られてきたアップロードストリームからデータを読み込みながら予め生成されたクエリに変数をバインドした後に実行することである。   The basic method for processing data in the update server is to connect to the database via the JDBC driver, parse the xml information sent from the client, generate query statements corresponding to input, correction, and deletion, together This is to execute after binding variables to a query generated in advance while reading data from the upload stream sent from the client.

このとき、接続客体のうちPreparedStatementを用いて大きさ(フェッチサイズ)を指定し、バインドされたデータをPreparedStatementのバッチ手段addBatchmethodを用いて追加し、全てのデータが追加されたときに一括して実行してデータを処理する。毎件ごとに実行する方式ではなく、一括して実行する方式であるので、データベースの負荷も減り、しかも、速度も非常に速い。   At this time, the size (fetch size) is specified using PreparedStatement among the connected objects, the bound data is added using the PreparedStatement batch means addBatchmethod, and it is executed when all the data is added. To process the data. Since it is not a method of executing every case but a method of executing all at once, the load on the database is reduced and the speed is very high.

また、データベース(DB)機能を使用機能として提供する。   In addition, a database (DB) function is provided as a use function.

ユーザが画面において処理したデータだけではなく、データベース機能、ユーザ生成関数などを処理するようにオプションを提供して、サーバにおいてクエリを生成するときに対象列処理をデータバインドの代わりに関数処理する機能を提供する。   Function to process target column processing instead of data binding when generating a query on the server by providing options to process not only data processed by the user on the screen but also database function, user generated function, etc. I will provide a.

また、オラクルシーケンス、sysdateなどの時間関数、rownumなどのDB関数などをクエリに含めて用いる。   In addition, an Oracle sequence, a time function such as sysdate, and a DB function such as rownum are included in the query.

以上、本発明者により行われた発明について実施形態により具体的に説明したが、本発明はこれらの実施形態に何ら限定されるものではなく、その要旨を逸脱しない範囲内において種々に変更可能であるということはいうまでもない。   As mentioned above, although the invention made by the inventor has been specifically described by the embodiments, the present invention is not limited to these embodiments, and various modifications can be made without departing from the scope of the invention. Needless to say, there is.

なお、参考までに、本発明を支援した韓国の国家研究開発事業を表示すると、下記の通りである。   For reference, the Korean national research and development projects that supported the present invention are as follows.

課題の固有番号:10053204
部処名:産業通商資源部
研究管理専門機関:韓国産業技術評価管理院
研究事業名:産業技術革新事業(グローバル融合ATC事業)
研究課題名:5億件のデータを基準として3秒以内に「データ処理及びユーザインタフェースの実現」が可能なペタバイト級非専門家用ビジネスインテリジェンスサービスプラットフォーム技術開発
主観機関:株式会社BIマトリックス
研究期間:2015年6月1日〜2020年5月31日
Assignment number: 10053204
Department name: Industry and Trade Resources Department Research management organization: Korea Industrial Technology Evaluation and Management Institute Research business name: Industrial Technology Innovation Business (Global Fusion ATC Business)
Research Project Name: Development of Petabyte-class non-professional business intelligence service platform technology capable of “realization of data processing and user interface” within 3 seconds based on 500 million data Subjective Organization: BI Matrix Co., Ltd. Project Year: 2015 June 1 to May 31, 2020

10:ユーザ端末
20:クライアント
30:更新サーバ
31:データ要請部
32:ワークシート表示部
33:ワークシート更新部
34:更新定義部
35:クエリ生成部
36:データベース(DB)更新部
37:保存部
40:データベース
10: User terminal 20: Client 30: Update server 31: Data request unit 32: Worksheet display unit 33: Worksheet update unit 34: Update definition unit 35: Query generation unit 36: Database (DB) update unit 37: Storage unit 40: Database

Claims (8)

データベースとネットワークにより結ばれる、スプレッドシートインタフェースを用いたデータベースの更新システムにおいて、
前記データベースから対象テーブルのデータセットを要請して取り出すデータ要請部と、
スプレッドシートインタフェースを提供し、ワークシートを生成して前記データセットの構造及びレコードデータを前記ワークシート上に表示するワークシート表示部と、
前記スプレッドシートインタフェースを用いたユーザの入力に応じて前記ワークシート上のレコードデータを更新し、各レコードデータの更新状態を表示するワークシート更新部と、
前記ワークシート上で更新されたレコードに対して、更新されたレコードのデータセットの構造及びレコードデータを定義する更新定義部と、
定義されたレコードのデータセットの構造及びレコードデータから更新されたレコードを前記データベースに反映するためのクエリ文を生成するクエリ生成部と、
生成されたクエリ文を前記データベースに転送して前記対象テーブルを更新するデータベース(DB)更新部と、を備える
ことを特徴とするスプレッドシートインタフェースを用いたデータベースの更新システム。
In a database update system using a spreadsheet interface that is connected to the database by a network,
A data request unit that requests and retrieves a data set of the target table from the database;
Providing a spreadsheet interface, generating a worksheet and displaying the structure of the data set and record data on the worksheet;
A worksheet update unit for updating record data on the worksheet according to a user input using the spreadsheet interface, and displaying an update state of each record data;
An update definition unit that defines the structure of the data set of the updated record and the record data for the record updated on the worksheet;
A query generation unit for generating a query statement for reflecting the data set structure and record data updated from the record data to the database;
A database update system using a spreadsheet interface, comprising: a database (DB) update unit configured to transfer a generated query statement to the database and update the target table.
前記データ要請部は、前記データベースから取り出された対象テーブルの全体又は対象テーブルに対するクエリとして取り出された結果をデータセットとして前記ワークシート表示部に与えて、或いは、前記取り出された対象テーブルに対してクエリを行うクエリ編集器を用いてクエリ結果を抽出し、抽出されたクエリ結果をデータセットとして前記ワークシート表示部に与えて、ワークシート上に表示するようにする
ことを特徴とする請求項1に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
The data requesting unit provides the worksheet display unit with the result of the entire target table extracted from the database or a query for the target table as a data set, or for the extracted target table. 2. The query result is extracted using a query editor that performs a query, and the extracted query result is provided as a data set to the worksheet display unit and displayed on the worksheet. Database update system using the spreadsheet interface described in 1.
前記ワークシート表示部は、前記データセットの構造を前記ワークシート上のいずれか1行に表示し、データセットの構造が表示された行の下の行から前記レコードのデータを表示する
ことを特徴とする請求項1に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
The worksheet display unit displays the structure of the data set on any one line on the worksheet, and displays the data of the record from the line below the line on which the structure of the data set is displayed. A database update system using the spreadsheet interface according to claim 1.
前記ワークシート表示部は、前記データセットの構造の各データフィールドに対して、当該データフィールドのワークシート上の列に対してセル形式又は列形式を当該データフィールドのデータタイプに設定する
ことを特徴とする請求項3に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
The worksheet display unit sets, for each data field in the structure of the data set, a cell format or column format for a column on the worksheet of the data field as a data type of the data field. A database update system using the spreadsheet interface according to claim 3.
前記ワークシート表示部は、前記ワークシート上にレコードの更新状態を表示する第1の更新状態フィールドを更に追加してレコードフィールドを生成し、
前記ワークシート更新部は、前記ワークシート上の一つのレコードのセル内容が更新されると、更新の種類を当該レコードの第1の更新状態フィールドに表示し、
前記更新定義部は、前記ワークシート上の第1の更新状態フィールドを参照して、各レコードに対して更新有無及び更新の種類を判断する
ことを特徴とする請求項1に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
The worksheet display unit generates a record field by further adding a first update state field for displaying the update state of the record on the worksheet,
When the cell content of one record on the worksheet is updated, the worksheet update unit displays the type of update in the first update state field of the record,
2. The spreadsheet interface according to claim 1, wherein the update definition unit determines whether or not each record is updated and the type of update with reference to a first update state field on the worksheet. Database update system using
前記ワークシート表示部は、前記ワークシートを生成するとき、前記ワークシートと連動する実行モジュールに前記ワークシート上のレコード内容が更新されるとイベントが発生して、イベントにより呼び出されて実行されるスクリプト関数を含め、前記スクリプト関数は、当該レコードが更新されると、更新の種類を前記第1の更新状態フィールドに自動的に表示する
ことを特徴とする請求項5に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
When generating the worksheet, the worksheet display unit generates an event when a record content on the worksheet is updated in an execution module linked to the worksheet, and is called and executed by the event. 6. The spreadsheet interface according to claim 5, wherein the script function including a script function automatically displays an update type in the first update status field when the record is updated. Database update system used.
前記更新定義部は、データセット構造をXMLドキュメントとして定義し、更新されたデータをフラットファイルとして定義するが、前記フラットファイルに予め定義された列及び行の区切り子により各レコードのフィールド値を区分して定義する
ことを特徴とする請求項5に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
The update definition unit defines the data set structure as an XML document and defines the updated data as a flat file. The update definition unit classifies the field values of each record by column and row separators defined in the flat file. 6. The database update system using a spreadsheet interface according to claim 5, wherein the system is defined as follows.
前記ワークシート表示部は、前記ワークシート上にフィールドの更新状態を表示する第2の更新状態フィールドを構成するレコードを更に追加して生成し、
前記ワークシート更新部は、前記ワークシート上の一つのレコードのセル内容が変更又は入力に更新されると、更新の種類を当該レコードフィールドの第2の更新状態フィールドに表示し、
前記更新定義部は、レコードフィールドのうちキーフィールド及び第2の更新状態フィールドに入力又は変更の更新が行われたフィールドのみを構成して更新すべきデータセットの構造を生成する
ことを特徴とする請求項5に記載のスプレッドシートインタフェースを用いたデータベースの更新システム。
The worksheet display unit further generates a record constituting a second update state field for displaying the update state of the field on the worksheet,
The worksheet update unit displays the type of update in the second update status field of the record field when the cell content of one record on the worksheet is changed or updated to input,
The update defining unit generates only a field in which input or change is updated in a key field and a second update state field among record fields, and generates a structure of a data set to be updated. A database update system using the spreadsheet interface according to claim 5.
JP2016089138A 2015-12-28 2016-04-27 Database update system using spreadsheet interface Active JP6199439B2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020150187691A KR101769857B1 (en) 2015-12-28 2015-12-28 An update system for the database by using spreadsheet interface
KR10-2015-0187691 2015-12-28

Publications (2)

Publication Number Publication Date
JP2017120610A true JP2017120610A (en) 2017-07-06
JP6199439B2 JP6199439B2 (en) 2017-09-20

Family

ID=59272660

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016089138A Active JP6199439B2 (en) 2015-12-28 2016-04-27 Database update system using spreadsheet interface

Country Status (2)

Country Link
JP (1) JP6199439B2 (en)
KR (1) KR101769857B1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019104447A1 (en) * 2017-12-03 2019-06-06 Thomas Stachura Spreadsheet-based software application development
US10540153B2 (en) 2016-12-03 2020-01-21 Thomas STACHURA Spreadsheet-based software application development
US10877736B2 (en) 2016-12-03 2020-12-29 Thomas STACHURA Spreadsheet-based software application development
JP2022093293A (en) * 2020-12-11 2022-06-23 株式会社 ビーアイマトリックス Online report preparation system using excel tool
JP2022097358A (en) * 2020-12-18 2022-06-30 株式会社 ビーアイマトリックス On-line report creation system having query binding function
US11726753B2 (en) 2016-12-03 2023-08-15 Thomas STACHURA Spreadsheet-based software application development

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102034679B1 (en) 2018-01-17 2019-10-23 (주)비아이매트릭스 A data input/output system using grid interface
KR102300467B1 (en) * 2019-10-28 2021-09-09 주식회사 한글과컴퓨터 Knowledge database management device for building a knowledge database using tables included in spreadsheet documents and enabling user access to the knowledge database, and operating method thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003015920A (en) * 2001-06-28 2003-01-17 Shinsei Kaihatsu Kk Database update system and method that use sheet of spreadsheet software as input screen, database update program that uses sheet of spreadsheet software as input screen and computer-readable recording medium with the program recorded thereon
JP2004192524A (en) * 2002-12-13 2004-07-08 Fujitsu Ltd Supporting method, support apparatus and computer program
JP2011227621A (en) * 2010-04-16 2011-11-10 Next-1 Co Ltd Information processing apparatus, information processing method, and program
JP2011227631A (en) * 2010-04-16 2011-11-10 Wincube Co Ltd System for business management
JP2012123607A (en) * 2010-12-08 2012-06-28 Mitsubishi Electric Corp Data input/output device
JP2013507712A (en) * 2009-10-30 2013-03-04 ビーアイ マトリックス カンパニー リミテッド Excel-based analysis report creation system and method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004341770A (en) 2003-05-15 2004-12-02 Kazuo Kobayashi Data management system and data management method
KR101013810B1 (en) * 2010-01-15 2011-02-14 (주)비아이매트릭스 An excel-based management system for updating db tables and the method thereof
JP2015210586A (en) 2014-04-24 2015-11-24 秀一 黒木 Data extraction editing device of various databases and program of the same

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003015920A (en) * 2001-06-28 2003-01-17 Shinsei Kaihatsu Kk Database update system and method that use sheet of spreadsheet software as input screen, database update program that uses sheet of spreadsheet software as input screen and computer-readable recording medium with the program recorded thereon
JP2004192524A (en) * 2002-12-13 2004-07-08 Fujitsu Ltd Supporting method, support apparatus and computer program
JP2013507712A (en) * 2009-10-30 2013-03-04 ビーアイ マトリックス カンパニー リミテッド Excel-based analysis report creation system and method
JP2011227621A (en) * 2010-04-16 2011-11-10 Next-1 Co Ltd Information processing apparatus, information processing method, and program
JP2011227631A (en) * 2010-04-16 2011-11-10 Wincube Co Ltd System for business management
JP2012123607A (en) * 2010-12-08 2012-06-28 Mitsubishi Electric Corp Data input/output device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
安納 順一: "新人技術者舞ちゃんのコマンド&スクリプトで楽々ネットワーク管理 第7回 ユーザー情報を一括更新するに", 日経NETWORK, vol. 第174号, JPN6017013979, 28 September 2014 (2014-09-28), JP, pages 96 - 103, ISSN: 0003542887 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10540153B2 (en) 2016-12-03 2020-01-21 Thomas STACHURA Spreadsheet-based software application development
US10877736B2 (en) 2016-12-03 2020-12-29 Thomas STACHURA Spreadsheet-based software application development
US11113041B2 (en) 2016-12-03 2021-09-07 Thomas STACHURA Spreadsheet-based software application development
US11442707B2 (en) 2016-12-03 2022-09-13 Thomas STACHURA Spreadsheet-based software application development
US11726753B2 (en) 2016-12-03 2023-08-15 Thomas STACHURA Spreadsheet-based software application development
US11893366B2 (en) 2016-12-03 2024-02-06 Thomas STACHURA Spreadsheet-based software application development
WO2019104447A1 (en) * 2017-12-03 2019-06-06 Thomas Stachura Spreadsheet-based software application development
JP2022093293A (en) * 2020-12-11 2022-06-23 株式会社 ビーアイマトリックス Online report preparation system using excel tool
JP7339628B2 (en) 2020-12-11 2023-09-06 株式会社 ビーアイマトリックス Online report creation system using Excel tools
JP2022097358A (en) * 2020-12-18 2022-06-30 株式会社 ビーアイマトリックス On-line report creation system having query binding function
JP7216377B2 (en) 2020-12-18 2023-02-01 株式会社 ビーアイマトリックス Online reporting system with query binding capabilities

Also Published As

Publication number Publication date
JP6199439B2 (en) 2017-09-20
KR101769857B1 (en) 2017-08-22
KR20170077935A (en) 2017-07-07

Similar Documents

Publication Publication Date Title
JP6199439B2 (en) Database update system using spreadsheet interface
JP6284614B2 (en) Batch database update system based on spreadsheet interface using query templates
US9703833B2 (en) Unification of search and analytics
JP2018136939A (en) Method for updating database based on spreadsheet for generating update data-categorized optimal query sentence
EP3128445A1 (en) Data archive vault in big data platform
KR102034679B1 (en) A data input/output system using grid interface
US9031976B2 (en) Flexible tables
US10657687B2 (en) Dynamic chaining of data visualizations
KR101908556B1 (en) A database update system based on spreadsheet interface by finding out updated records automatically
US11537590B2 (en) Systems and methods for computer assisted database change documentation
Sreemathy et al. Data validation in ETL using TALEND
US10942732B1 (en) Integration test framework
US10140337B2 (en) Fuzzy join key
US11693822B2 (en) Worker thread processing
US10311049B2 (en) Pattern-based query result enhancement
JP6199513B1 (en) Two-stage query processing system with integrated cache table
US10331715B2 (en) Metadata enrichment with a keyword definition editor
US20040249792A1 (en) Automated query file conversions upon switching database-access applications
Wada et al. Virtual database technology for distributed database in ubiquitous computing environment
US10769164B2 (en) Simplified access for core business with enterprise search
Hendawi et al. EMD: entity mapping diagram for automated extraction, transformation, and loading processes in data warehousing
US10846317B2 (en) Method and system for data processing and structural categorizing
US10311155B2 (en) Dynamic master record selection
Thrastarson Managing updates and transformations in data sharing systems
Auld et al. Database Introduction

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20170425

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170724

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20170808

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170823

R150 Certificate of patent or registration of utility model

Ref document number: 6199439

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250