Author: wyoung
Date: Thu Jun 28 06:40:39 2007
New Revision: 1629

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1629&view=rev
Log:
Small tweaks in reworked userman section on BLOBs

Modified:
    trunk/doc/userman/userman.dbx

Modified: trunk/doc/userman/userman.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=1629&r1=1628&r2=1629&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Thu Jun 28 06:40:39 2007
@@ -870,7 +870,7 @@
         techniques.</para>
 
         <sect3>
-            <title>Loading binary file in a BLOB column</title>
+            <title>Loading a binary file into a BLOB column</title>
 
             <para>This example shows how to insert binary data
             into a MySQL table's BLOB column with MySQL++,
@@ -892,12 +892,12 @@
         </sect3>
 
         <sect3>
-            <title>Displaying images in HTML from BLOB column</title>
+            <title>Serving images from BLOB column via CGI</title>
 
             <para>This example is also a very short one, considering
-            the function that it performs. This one will retreive data
-            loaded by <filename>load_jpeg</filename> and print it out
-            in the form a web server can accept for a CGI call. This
+            the function that it performs. It retreives data loaded
+            by <filename>load_jpeg</filename> and prints it out in
+            the form a web server can accept for a CGI call. This
             is <filename>examples/cgi_jpeg.cpp</filename>:</para>
 
             <programlisting><xi:include href="cgi_jpeg.txt" parse="text"


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

Reply via email to