cvs: peardoc /en/package/database/mdb2 intro-reverse-module.xml

[email protected] ("Ken Guest")
Newsgroups php.pear.doc
Message-ID <cvskguest1199468465@cvsserver>
kguest		Fri Jan  4 17:41:05 2008 UTC

  Modified files:              
    /peardoc/en/package/database/mdb2	intro-reverse-module.xml 
  Log:
  some minor corrections regarding grammar and readability
  
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb2/intro-reverse-module.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/database/mdb2/intro-reverse-module.xml
diff -u peardoc/en/package/database/mdb2/intro-reverse-module.xml:1.3 peardoc/en/package/database/mdb2/intro-reverse-module.xml:1.4
--- peardoc/en/package/database/mdb2/intro-reverse-module.xml:1.3	Sat Aug 11 16:29:51 2007
+++ peardoc/en/package/database/mdb2/intro-reverse-module.xml	Fri Jan  4 17:41:05 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 
 <refentry id="package.database.mdb2.intro-reverse-module">
  <refnamediv>
@@ -35,7 +35,7 @@
   <para>
     In order to use the MDB2 Reverse drivers, it is necessary to first load the
     Reverse driver into your MDB2 instance.
-    Lets start a MDB2 instance and set up our connection:
+    Let's start a MDB2 instance and set up our connection:
   <example>
    <title>Loading the Reverse module</title>
    <programlisting role="php">
@@ -328,7 +328,7 @@
    <para>
    NOTE: The <parameter>flags</parameter> element will contain a space-separated
    list of additional information about the field. This data is inconsistent
-   between DBMS's due to the way each DBMS works:
+   between RDBMS's due to the way each RDBMS works:
    <itemizedlist>
     <listitem><simpara><parameter>primary_key</parameter></simpara></listitem>
     <listitem><simpara><parameter>unique_key</parameter></simpara></listitem>
@@ -336,13 +336,13 @@
     <listitem><simpara><parameter>not_null</parameter></simpara></listitem>
     <listitem><simpara><parameter>unsigned</parameter></simpara></listitem>
    </itemizedlist>
-   Most DBMS's only provide the <parameter>table</parameter> and <parameter>flags</parameter>
+   Most RDBMS's only provide the <parameter>table</parameter> and <parameter>flags</parameter>
    elements if the result is a table name. 
    If the <parameter>portability</parameter> option is set to <parameter>MDB2_PORTABILITY_FIX_CASE</parameter>,
    the names of tables and fields will be lower- or upper-cased.
    If the case is set to <parameter>CASE_UPPER</parameter> all tables and fields
    will be uppercased, as is seen in Oracle and Firebird/Interbase, while
-   <parameter>CASE_LOWER</parameter> will lower case all fields and tables ?
+   <parameter>CASE_LOWER</parameter> will lower case all field and table names;
    this is the default setting.
   </para>
   </refsect2>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.