Author: wyoung
Date: Mon Apr 13 21:03:36 2009
New Revision: 2500

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2500&view=rev
Log:
Moved fieldinf section of Tutorial to after concurrent query discussion
to collect connection-related topics together.

Modified:
    trunk/doc/userman/tutorial.dbx

Modified: trunk/doc/userman/tutorial.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/tutorial.dbx?rev=2500&r1=2499&r2=2500&view=diff
==============================================================================
--- trunk/doc/userman/tutorial.dbx (original)
+++ trunk/doc/userman/tutorial.dbx Mon Apr 13 21:03:36 2009
@@ -1206,19 +1206,6 @@
   </sect2>
 
 
-  <sect2 id="fieldinf">
-    <title>Getting Field Meta-Information</title>
-
-    <para>The following example demonstrates how to get information
-    about the fields in a result set, such as the name of the field and
-    the SQL type. This is
-    <filename>examples/fieldinf.cpp</filename>:</para>
-
-    <programlisting><xi:include href="fieldinf.txt" parse="text"
-    xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
-  </sect2>
-
-
   <sect2 id="concurrentqueries">
     <title>Concurrent Queries on a Connection</title>
 
@@ -1309,4 +1296,17 @@
       </listitem>
     </itemizedlist>
   </sect2>
+
+
+  <sect2 id="fieldinf">
+    <title>Getting Field Meta-Information</title>
+
+    <para>The following example demonstrates how to get information
+    about the fields in a result set, such as the name of the field and
+    the SQL type. This is
+    <filename>examples/fieldinf.cpp</filename>:</para>
+
+    <programlisting><xi:include href="fieldinf.txt" parse="text"
+    xmlns:xi="http://www.w3.org/2001/XInclude"/></programlisting>
+  </sect2>
 </sect1>


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to