X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=Documentation%2FEnglish%20%28British%29%2Fdeveloper-chapter3.html;h=d33a13ed0376978b5ebba747dcc6fb68f37f545a;hp=6a38e8f5be3532e6b3fecf4538b917b3b3f98787;hb=807fbc25c35ea3cdf16adcb2106fbb63b3511a68;hpb=a110948e819f1beb388f504ddd758617fd6a6c1e diff --git a/Documentation/English (British)/developer-chapter3.html b/Documentation/English (British)/developer-chapter3.html index 6a38e8f..d33a13e 100644 --- a/Documentation/English (British)/developer-chapter3.html +++ b/Documentation/English (British)/developer-chapter3.html @@ -17,7 +17,7 @@ Documentation | Tutorial Documentation |
Chapter 3: Database Module

-The subroutines listed here in this chapter are used by the database module. The database module allows the data in the database to be easily manipulated. There are two types of database module with one being a server-based module and a file-based module. Both modules do not use all the subroutines but those subroutines which are not used.

+The subroutines listed here in this chapter are used by the database module. The database module allows the data in the database to be easily manipulated. There are two types of database module with one being a server-based module and a file-based module. Both module types do not use all the of subroutines available.

An example of a file-based database module is the SQLite module and an example of a server-based database module is the MySQL5 module (which is a database module for the MySQL 5.x database servers).