JPH043235A - Data base system - Google Patents

Data base system

Info

Publication number
JPH043235A
JPH043235A JP2104426A JP10442690A JPH043235A JP H043235 A JPH043235 A JP H043235A JP 2104426 A JP2104426 A JP 2104426A JP 10442690 A JP10442690 A JP 10442690A JP H043235 A JPH043235 A JP H043235A
Authority
JP
Japan
Prior art keywords
application program
database
user application
data
host variable
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
JP2104426A
Other languages
Japanese (ja)
Other versions
JP2522437B2 (en
Inventor
Yukinori Saito
斉藤 幸儀
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2104426A priority Critical patent/JP2522437B2/en
Publication of JPH043235A publication Critical patent/JPH043235A/en
Application granted granted Critical
Publication of JP2522437B2 publication Critical patent/JP2522437B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To decrease the decision processing, and also, to curtail the memory quantity by transferring the data to a host variable area by using a host variable description list obtained by analyzing a host variable and a relation of a physical position of a record. CONSTITUTION:A relation of a physical position of a host variable in a data base access request described in a user application program means 10 and a record stored on a data base 30 of a secondary storage device 3 is analyzed 20 and outputted as a host variable description list 11. By using the host variable description list 11 outputted by this processing, at the time of execution of the user application program means 10, data is transferred 13 to a host variable area on the user application program means 10 from the data base 30 of the secondary storage device 3. In such a way, by curtailing the processing for specifying an object line, the data transfer can be executed at a high speed, and also, an increase of the memory quantity can be suppressed.

Description

【発明の詳細な説明】 C産業上の利用分野〕 本発明はデータベースシステムにおけるデータ転送制御
に利用する。本発明はデータの最少単位を列として管理
し、この列を集めた表に対して利用者が任意の条件で検
索を行い任意の列の集合を読み出すデータベースシステ
ムのデータ転送方式本発明はデータの最少単位の列を連
結して集めた列を表として利用者に提供し、利用者が任
意の条件で検索を行い任意の列の集合を読み出すデータ
ベースシステムにおいて、 データベースアクセス要求のうちホスト変数と、二次記
憶装置上に格納されたレコードの物理的位置の関係とを
解析して得られたホスト変数記述リストとを用いてデー
タをデータベースから利用者アプリケーションプログラ
ム上のホスト変数領域に転送することにより、 データの読み出しを行うときに不要な列の情報を走査す
ることなく、高速にデータ転送を行えるようにしたもの
である。
[Detailed Description of the Invention] C. Industrial Application Field] The present invention is used for data transfer control in a database system. The present invention is a data transfer method for a database system in which the smallest unit of data is managed as a column, and a user searches a table containing these columns under arbitrary conditions to read out a set of columns. In a database system that provides a table of columns collected by concatenating the minimum unit columns to the user, and allows the user to search using arbitrary conditions and read out an arbitrary set of columns, host variables and By transferring data from the database to the host variable area on the user application program using the host variable description list obtained by analyzing the relationship between the physical locations of records stored on the secondary storage device. , which enables high-speed data transfer without scanning unnecessary column information when reading data.

〔従来の技術〕[Conventional technology]

従来、データの最少単位を列として管理し、複数の列を
連結したレコードとして二次記憶装置に格納する記憶構
造を持ち、連結した列の集まりを表として利用者に提供
し、利用者が表に対して任意の条件で検索を行い任意の
列の集合を読み出すデータベースシステムのデータ転送
方式は、利用者アプリケーションプログラム手段の実行
時に転送が要求された列の二次記憶装置上のレコードと
ホスト変数の配置関係を対応付けるか、利用者アプリケ
ーションプログラム手段内の全てのデータベースアクセ
ス要求に関する表の二次記憶装置上のレコードとホスト
変数の配置関係を対応付けた情報を利用者アプリケーシ
ョンプログラム手段上に埋め込み、実行時に転送が要求
された列と前記情報と照らし合わせることによってデー
タ転送を行っていた。
Conventionally, the smallest unit of data is managed as a column, and the storage structure is such that multiple columns are concatenated and stored as a record in a secondary storage device, and a collection of concatenated columns is provided to the user as a table. The data transfer method of a database system that reads a set of arbitrary columns by searching with arbitrary conditions is to retrieve the records and host variables on the secondary storage device of the columns requested to be transferred when the user application program means is executed. embedding information on the user application program means in which the records on the secondary storage device of the table relating to all database access requests in the user application program means are associated with the arrangement relationships of the host variables; Data was transferred by comparing the column requested to be transferred with the above information during execution.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来技術では、利用者の任意の列の集合を読み
出すためには利用者アプリケーションプログラム手段の
実行時に列と二次記憶装置上の配置関係をはかる処理が
動作し、列を最少単位とするレコード構造から利用者ア
プリケーションプログラム手段の要求である任意の列の
転送で対象列を特定するために多くの処理を必要とし、
また、対象列以外の配置対応情報が展開されることによ
って必要メモリ量が増大する欠点がある。
In the above-mentioned conventional technology, in order to read a set of arbitrary columns of a user, a process is performed to measure the arrangement relationship between the columns and the secondary storage device when the user application program means is executed, and the column is taken as the minimum unit. A lot of processing is required to specify the target column in the transfer of an arbitrary column requested by the user application program from the record structure,
Furthermore, there is a drawback that the amount of memory required increases due to the expansion of placement correspondence information other than the target column.

本発明はこのような欠点を除去するもので、判定処理を
少なくし、かつ、メモリ量を削減することができるシス
テムを提供することを目的とする。
The present invention aims to eliminate such drawbacks, and aims to provide a system that can reduce the number of determination processes and the amount of memory.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、データベースを含む二次記憶装置と、データ
の処理を行うデータ処理手段と、利用者アプリケーショ
ンプログラム手段およびデータ転送手段を含む制御手段
とを備え、前記制御手段に、データ最少単位を列として
管理し、その複数の列を連結したレコードとして前記デ
ータベースに格納する手段と、連結した列の集まりを表
として利用者に提供し、前記利用者アプリケーションプ
ログラム手段が表に対して任意の条件で検索を行い任意
の列の集合を前記利用者アプリケーションプログラム手
段上の領域に読み出す手段とを含むデータベースシステ
ムにおいて、前記制御手段に、前記利用者アプリケーシ
ョンプログラム手段に記述されたデータベースアクセス
要求のうちホスト変数と前記データベース上に格納され
たレコードの物理位置の関係を解析しホスト変数記述リ
ストとして出力するアクセス情報解析手段を含むことを
特徴とする。
The present invention comprises a secondary storage device including a database, a data processing means for processing data, and a control means including a user application program means and a data transfer means. means for managing the plurality of columns as a concatenated record in the database; and providing the user with a collection of concatenated columns as a table, and allowing the user application program means to store the concatenated columns as a record in the database; and means for performing a search and reading out a set of arbitrary columns into an area on the user application program means, wherein the control means receives host variables from among the database access requests written in the user application program means. and access information analysis means for analyzing the relationship between the physical positions of records stored on the database and outputting the result as a host variable description list.

前記データ転送手段には、前記アクセス情報解析手段の
処理により出力されたホスト変数記述リストを用いて前
記利用者アプリケーションプログラム手段の実行時にデ
ータを前記データベースから前記利用者アプリケーショ
ンプログラム手段上のホスト変数領域に転送する手段を
含むことが望ましい。
The data transfer means uses the host variable description list outputted by the processing of the access information analysis means to transfer data from the database to the host variable area on the user application program means when the user application program means is executed. It is desirable to include means for transmitting the information to the

〔作用〕[Effect]

利用者アブリケーンヨンプログラム手段に記述されたデ
ータベースアクセス要求のうちホスト変数と二次記憶装
置のデータベース上に格納されたレコードの物理的位置
の関係を解析しホスト変数記述リストとして出力する。
The relationship between the host variable and the physical position of the record stored in the database of the secondary storage device is analyzed in the database access request written in the user application program means and output as a host variable description list.

この処理にて出力されたホスト変数記述リストを用いて
利用者アプリケーションプログラム手段の実行時にデー
タを二次記憶装置のデータベースから利用者アブリケー
ンヨンプログラム手段上のホスト変数領域に転送する。
Using the host variable description list outputted in this process, data is transferred from the database of the secondary storage device to the host variable area on the user application program means when the user application program means is executed.

これにより、対象列を特定するための処理を削減してデ
ータ転送を高速に行うことができ、さらに、メモリ量が
増大することを抑えることができる。
Thereby, data transfer can be performed at high speed by reducing the processing for specifying the target column, and furthermore, it is possible to suppress an increase in the amount of memory.

〔実施例〕〔Example〕

次に、本発明実施例をS Q L (Structur
ed QueryLanguage+構造化照合言語)
を用いたデータベースアクセスを例に説明する。第1図
は本発明実施例の構成を示すブロック図である。
Next, the embodiments of the present invention will be described as SQL (Structure
ed Query Language + Structured Matching Language)
Let's take an example of database access using . FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

本発明実施例は、データベース30を含む二次記憶装置
3と、データの処理を行うデータ処理手段2と、利用者
アプリケーションプログラム手段1Gおよびデータ転送
手段13を含む制御手段1とを備え、制御手段1に、デ
ータ最少単位を列として管理し、その複数の列を連結し
たレコードとしてデータベース30に格納する手段と、
連結した列の集まりを表として利用者4に提供し、利用
者アプリケーションプログラム手段10が表に対して任
意の条件で検索を行い任意の列の集合を利用者アプリケ
ーションプログラム手段10上の領域に読み出す手段と
を含み、さらに制御手段1に、利用者アプリケーション
プログラム手段10に記述されたデータベースアクセス
要求のうちホスト変数とデータベース30上に格納され
たレコードの物理位置の関係を解析しホスト変数記述リ
スト11として出力するアクセス情報解析手段12を含
む。また、データ転送手段13には、アクセス情報解析
手段12の処理により出力されたホスト変数記述リスト
11を用いて利用者アプリケーションプログラム手段1
0の実行時にデータをデータベース30から利用者アプ
リケーションプログラム手段10上のホスト変数領域に
転送する手段を含む。
The embodiment of the present invention comprises a secondary storage device 3 including a database 30, a data processing means 2 for processing data, a control means 1 including a user application program means 1G and a data transfer means 13. 1, a means for managing the minimum unit of data as a column and storing the plurality of columns as a concatenated record in the database 30;
A collection of connected columns is provided to the user 4 as a table, and the user application program means 10 searches the table under arbitrary conditions and reads out a set of arbitrary columns into an area on the user application program means 10. The control means 1 further includes a host variable description list 11 that analyzes the relationship between host variables and physical positions of records stored on the database 30 in the database access request written in the user application program means 10. The access information analysis means 12 outputs the access information as follows. Further, the data transfer means 13 uses the host variable description list 11 outputted by the processing of the access information analysis means 12 to
means for transferring data from the database 30 to a host variable area on the user application program means 10 during execution of the program.

利用者アブリケーンヨンプログラム手段10にはSQL
言語にてデータベースアクセスが記述され、ホスト変数
記憶リスト11には、アクセス情報を解析して得られた
ホスト変数と二次記憶装置3上のレコードの位置関係が
記述されている。
The user application program means 10 includes SQL
Database access is described in language, and the host variable storage list 11 describes the positional relationship between host variables obtained by analyzing access information and records on the secondary storage device 3.

アクセス情報解析手段12は、SQL言請にて記述され
たデータベースアクセスを解析しホスト変数記述リスト
11を出力し、データ転送手段13はホスト変数記述リ
スト11を用いてデータをホスト変数領域に転送する。
The access information analysis means 12 analyzes the database access described in the SQL request and outputs the host variable description list 11, and the data transfer means 13 uses the host variable description list 11 to transfer data to the host variable area. .

二次記憶装置3のデータベース30には、データの最少
単位が列として管理され、複数の列が連結したレコード
として格納される。
In the database 30 of the secondary storage device 3, the minimum unit of data is managed as a column and stored as a record in which a plurality of columns are connected.

利用者アプリケーションプログラム手段10は、第2図
に示すように利用者固有の処理を行う利用者処理手順2
1と、複数のデータベースアクセスを行うSQL命令2
2.23.24と、データベースアクセスにてデータを
読み出すホスト変数25.26.27により構成される
The user application program means 10 executes a user processing procedure 2 for performing user-specific processing as shown in FIG.
1 and SQL command 2 that accesses multiple databases.
2.23.24 and host variables 25.26.27 from which data is read by database access.

SQL命令22は表41から列43の値が“A”のもの
を検索する。SQL命令23はSQL命令22によって
検索された集合よりデータをホスト変数25.26に列
42.44を読み出す。SQL命令24はSQL命令2
2によって検索された集合よりデータをホスト変数25
.27に列42.44を読み出す。
The SQL command 22 searches the table 41 for the column 43 whose value is "A". SQL instruction 23 reads data from the set retrieved by SQL instruction 22 into host variable 25.26 in columns 42 and 44. SQL command 24 is SQL command 2
Data from the set searched by 2 is stored in the host variable 25.
.. 27 reads columns 42.44.

ホスト変数記述リスト11は、第3図(a)、(b)に
示すようにSQL命令のうちデータをホスト変数領域に
読み出す命令ごとに作成され、SQL命令23.24に
対してそれぞれホスト変数記述リスト31.32が出力
される。
The host variable description list 11 is created for each SQL command that reads data into the host variable area as shown in FIGS. Listings 31 and 32 are output.

ホスト変数記述リスト31は、エントリ3]1にホスト
変数25へのポインタと列42のレコード中の物理位置
を保持し、エントリ312にホスト変数26へのポイン
タと列44のレコード中の物理位置を保持する。
The host variable description list 31 holds a pointer to the host variable 25 and its physical position in the record in column 42 in entry 3]1, and holds a pointer to the host variable 26 and its physical position in the record in column 44 in entry 312. Hold.

ホスト変数記述リスト32は、エントリ321にホスト
変数25へのポインタと列42のレコード中の物理位置
を保持し、エンド1J322にホスト変数27へのポイ
ンタと列44のレコード中の物理位置を保持する。
The host variable description list 32 holds a pointer to the host variable 25 and its physical position in the record in column 42 in an entry 321, and holds a pointer to the host variable 27 and its physical position in the record in column 44 in end 1J322. .

データベース30は、第4図に示すように表41の形式
となっており表41は、列42.43.44により構成
される。
The database 30 is in the form of a table 41, as shown in FIG. 4, and the table 41 is composed of columns 42, 43, and 44.

アクセス情報解析手段12は、第5図に示すように処理
51でSQL命令を取り出す。取り出す命令が無い場合
は処理を終了する。取り出す命令がある場合は処理52
へ移る。処理52でSQL命令を判定し“DECLAR
E’”命令であれば処理53へ移り、“FETCH”命
令の場合は処理54へ移る。
The access information analysis means 12 extracts the SQL command in a process 51 as shown in FIG. If there is no instruction to extract, the process ends. If there is an instruction to take out, process 52
Move to. In process 52, the SQL command is determined and “DECLAR
If it is an "E'" command, the process moves to process 53, and if it is a "FETCH" command, the process moves to process 54.

処理53では命令で使用されている列のレコード内の物
理位置を算出して記憶し処理51に戻る。処理54で処
理53で記憶されたレコード内の位置と命令で使用され
ているホスト変数からホスト変数記述リスト11を出力
し処理51に戻る。
In process 53, the physical position within the record of the column used in the instruction is calculated and stored, and the process returns to process 51. In process 54, the host variable description list 11 is output from the position in the record stored in process 53 and the host variable used in the instruction, and the process returns to process 51.

データ転送手段13は、第6図に示すように処理61で
入力されたホスト変数記述リスト11からエントリを取
り出す。取り出す命令が無い場合は処理を終了する。取
り出す命令がある場合は処理62へ移る。処理62では
処理61で取り出されたエン)IJO列の物理位置とホ
スト変数のポインタを使用してデータを転送し処理61
へ戻る。
The data transfer means 13 takes out an entry from the host variable description list 11 input in process 61 as shown in FIG. If there is no instruction to extract, the process ends. If there is an instruction to take out, the process moves to step 62. In process 62, data is transferred using the physical position of the IJO column retrieved in process 61 and the host variable pointer, and process 61
Return to

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、データの読み出し
を行うときに不要な列(読み出さない列)の情報を走査
することなく高速にデータ転送を行うことができる効果
がある。
As described above, according to the present invention, data can be transferred at high speed without scanning information in unnecessary columns (columns that are not read) when reading data.

すなわち、データベース中の表がn個の列から構成され
ていて読み出す列がm個と仮定した場合、従来技術では
9回ホスト変数領域に転送するか否かの判定が必要であ
るが、本発明によればm回(n>m)になり、n−m回
の判定処理を削減することができる。
In other words, assuming that a table in a database is composed of n columns and m columns are to be read, the conventional technology requires 9 times to determine whether or not to transfer to the host variable area. According to the method, the number of determination processes is m (n>m), and it is possible to reduce the number of determination processes (n−m).

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明実施例の構成を示すブロック図。 第2図は本発明実施例の利用者アプリケーションプログ
ラム手段の構成を示す図。 第3図(a)、(b)は本発明実施例のホスト変数記述
リストの構成を示す図。 第4図は本発明実施例のデータベースの構成を示す図。 第5図は本発明実施例のアクセス情報解析手段の処理の
流れを示す流れ図。 第6図は本発明実施例のデータ転送手段の処理の流れを
示す流れ図。 1・・・制御手段、2・・・データ処理手段、3・・・
二次記憶装置、4・・・利用者、10・・・利用者アプ
リケーションプログラム手段、11.31.32・・・
ホスト変数記述リスト、12・・・アクセス情報解析手
段、13・・・データ転送手段、30・・・データベー
ス。 特許出願人 日本電気株式会社、−7゜代理人  弁理
士 井 出 直 孝: M 1 図 案売例 十11用酒ヱブリグーション手役6木驚ぺ第 図 実’!+ 77[ス情報解析牟没の処理 第 閉 +6) +1)) 支権例 ホスト粱数記止りスト匠積爪 史尭イ列 テ゛−タベース/l講べ 第 4  阻 実柵1 データ転後+没の処理 第 図
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. FIG. 2 is a diagram showing the configuration of the user application program means according to the embodiment of the present invention. FIGS. 3(a) and 3(b) are diagrams showing the structure of a host variable description list according to an embodiment of the present invention. FIG. 4 is a diagram showing the configuration of a database according to an embodiment of the present invention. FIG. 5 is a flowchart showing the processing flow of the access information analysis means according to the embodiment of the present invention. FIG. 6 is a flowchart showing the processing flow of the data transfer means according to the embodiment of the present invention. 1... Control means, 2... Data processing means, 3...
Secondary storage device, 4... User, 10... User application program means, 11.31.32...
Host variable description list, 12... Access information analysis means, 13... Data transfer means, 30... Database. Patent Applicant: NEC Corporation, -7゜Representative: Patent Attorney Nao Takashi Ide: M 1 Design Sales Example 111 Liquor Ebrigution Handyaku 6 Trees Surprise Figures! + 77 [Processing process for discontinuation of base information analysis +6) +1)) Power example Host 粱计数ritary strike Takumi Tsukuzume Fumihiko series Data base/l lecture Part 4 Obstacle fence 1 After data transfer + Death processing chart

Claims (1)

【特許請求の範囲】 1、データベースを含む二次記憶装置と、 データの処理を行うデータ処理手段と、 利用者アプリケーションプログラム手段およびデータ転
送手段を含む制御手段と を備え、 前記制御手段に、 データ最少単位を列として管理し、その複数の列を連結
したレコードとして前記データベースに格納する手段と
、 連結した列の集まりを表として利用者に提供し、前記利
用者アプリケーションプログラム手段が表に対して任意
の条件で検索を行い任意の列の集合を前記利用者アプリ
ケーションプログラム手段上の領域に読み出す手段と を含むデータベースシステムにおいて、 前記制御手段に、前記利用者アプリケーションプログラ
ム手段に記述されたデータベースアクセス要求のうちホ
スト変数と前記データベース上に格納されたレコードの
物理位置の関係を解析しホスト変数記述リストとして出
力するアクセス情報解析手段を含む ことを特徴とするデータベースシステム。 2、前記データ転送手段に、前記アクセス情報解析手段
の処理により出力されたホスト変数記述リストを用いて
前記利用者アプリケーションプログラム手段の実行時に
データを前記データベースから前記利用者アプリケーシ
ョンプログラム手段上のホスト変数領域に転送する手段
を含む請求項1記載のデータベースシステム。
[Claims] 1. A secondary storage device including a database, a data processing means for processing data, and a control means including a user application program means and a data transfer means; means for managing the minimum unit as a column and storing the plurality of columns as a concatenated record in the database; and providing the user with a collection of concatenated columns as a table, and the user application program means for storing the concatenated columns in the database. and means for performing a search under arbitrary conditions and reading out a set of arbitrary columns into an area on the user application program means, wherein the control means receives a database access request written in the user application program means. A database system comprising access information analysis means for analyzing the relationship between host variables and physical positions of records stored on the database and outputting the result as a host variable description list. 2. The data transfer means uses the host variable description list outputted by the processing of the access information analysis means to transfer data from the database to the host variables on the user application program means when the user application program means is executed. 2. A database system according to claim 1, further comprising means for transferring data to a region.
JP2104426A 1990-04-20 1990-04-20 Database system Expired - Lifetime JP2522437B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2104426A JP2522437B2 (en) 1990-04-20 1990-04-20 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2104426A JP2522437B2 (en) 1990-04-20 1990-04-20 Database system

Publications (2)

Publication Number Publication Date
JPH043235A true JPH043235A (en) 1992-01-08
JP2522437B2 JP2522437B2 (en) 1996-08-07

Family

ID=14380365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2104426A Expired - Lifetime JP2522437B2 (en) 1990-04-20 1990-04-20 Database system

Country Status (1)

Country Link
JP (1) JP2522437B2 (en)

Also Published As

Publication number Publication date
JP2522437B2 (en) 1996-08-07

Similar Documents

Publication Publication Date Title
US6374232B1 (en) Method and mechanism for retrieving values from a database
KR100330576B1 (en) System and method for locating pages on the world wide web and locating documents from a network of computers
US7158996B2 (en) Method, system, and program for managing database operations with respect to a database table
US6122644A (en) System for halloween protection in a database system
US20020116376A1 (en) Routine executing method in database system
JPH0724036B2 (en) Database processing method
US4943933A (en) Method for translating data base to knowledge and apparatus therefor
US6269359B1 (en) Relational data base system and method for rapidly realizing a query to a database
JP3653333B2 (en) Database management method and system
JPH043235A (en) Data base system
JPH07146880A (en) Document retrieval device and method therefor
KR102351846B1 (en) Query Optimization Method using Index Merge on Distributed Database
JPH07334402A (en) Data base as main memory
JPH02297670A (en) Data base retrieving system
JPH0455952A (en) Data transfer system for data base system
JPS59188765A (en) Processing device of data base inquiry
JPH03152640A (en) Data base inquiry processor
JPH08255170A (en) Retrieval processor with sorting
JPH03129570A (en) Data base retrieving system
JP2570853B2 (en) Database processing system
CN117827819A (en) Method and system for improving retrieval efficiency
JPS6118071A (en) Dictionary retrieving system
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JPH07262198A (en) Document retrieval device
JPH01282635A (en) Index maintaining system

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090531

Year of fee payment: 13

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100531

Year of fee payment: 14

EXPY Cancellation because of completion of term