List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 4 2007 8:57am
Subject:svn commit - mysqldoc@docsrva: r7640 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-09-04 08:57:53 +0200 (Tue, 04 Sep 2007)
New Revision: 7640

Log:
Remapping note-to-para
Typo fix on C/MXJ table



Modified:
   trunk/refman-common/connector-mxj.xml
   trunk/refman-common/connector-net.xml
   trunk/refman-common/connector-odbc.xml


Modified: trunk/refman-common/connector-mxj.xml
===================================================================
--- trunk/refman-common/connector-mxj.xml	2007-09-03 20:19:34 UTC (rev 7639)
+++ trunk/refman-common/connector-mxj.xml	2007-09-04 06:57:53 UTC (rev 7640)
Changed blocks: 3, Lines Added: 4, Lines Deleted: 3; 891 bytes

@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
+
+        <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [

@@ -124,7 +125,7 @@
       </para>
 
       <informaltable>
-        <tgroup cols="4">
+        <tgroup cols="2">
           <colspec colwidth="50*"/>
           <colspec colwidth="50*"/>
           <thead>

@@ -1620,7 +1621,7 @@
 
     </section>
 
-    <section id="connector-mxj-usagnotes-jmx-agent">
+    <section id="connector-mxj-usagenotes-jmx-agent">
 
       <title>Running within a JMX Agent (custom)</title>
 


Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml	2007-09-03 20:19:34 UTC (rev 7639)
+++ trunk/refman-common/connector-net.xml	2007-09-04 06:57:53 UTC (rev 7640)
Changed blocks: 2, Lines Added: 18, Lines Deleted: 8; 1903 bytes

@@ -2069,6 +2069,15 @@
       </para>
 
       <para>
+        When using <literal>MySqlCommandbuilder</literal> and
+        <literal>INSERT</literal> you should set the
+        <literal>ReturnGeneratedIdentifiers</literal> property to
+        <literal>true</literal> to ensure that
+        <literal>AUTO_INCREMENT</literal> fields in MySQL tables return
+        the automatically generated value.
+      </para>
+
+      <para>
         The <literal>MySqlCommandBuilder</literal> also uses the
         <literal>MySqlCommand.Connection</literal>Connection,
         <literal>MySqlCommand.CommandTimeout</literal>CommandTimeout,

@@ -23654,14 +23663,15 @@
 }
   </programlisting>
 
-        <para>
-          <emphasis role="bold">Important:</emphasis> Note that if you
-          are using multilanguage databases you must specify the
-          character set in the connection string. If you do not specify
-          the character set, the connection defaults to the
-          <literal>latin1</literal> charset. You can specify the
-          character set as part of the connection string, for example:
-        </para>
+        <important>
+          <para>
+            Note that if you are using multilanguage databases you must
+            specify the character set in the connection string. If you
+            do not specify the character set, the connection defaults to
+            the <literal>latin1</literal> charset. You can specify the
+            character set as part of the connection string, for example:
+          </para>
+        </important>
 
 <programlisting>
 MySqlConnection myConnection = new MySqlConnection("server=127.0.0.1;uid=root;" +


Modified: trunk/refman-common/connector-odbc.xml
===================================================================
--- trunk/refman-common/connector-odbc.xml	2007-09-03 20:19:34 UTC (rev 7639)
+++ trunk/refman-common/connector-odbc.xml	2007-09-04 06:57:53 UTC (rev 7640)
Changed blocks: 6, Lines Added: 33, Lines Deleted: 23; 3011 bytes

@@ -1533,10 +1533,7 @@
 
         </orderedlist>
 
-        <para>
-          <emphasis role="bold">Note</emphasis>:
-        </para>
-
+        <note>
         <itemizedlist>
 
           <listitem>

@@ -1572,6 +1569,7 @@
           </listitem>
 
         </itemizedlist>
+</note>
 
       </section>
 

@@ -2336,15 +2334,17 @@
           <userinput>--enable-thread-safe</userinput>
 </programlisting>
 
-        <para>
-          <emphasis role="bold">NOTE</emphasis>: For more information
-          about how to build and set up the static and shared libraries
-          across the different platforms refer to '
-          <ulink
+        <note>
+          <para>
+            For more information about how to build and set up the
+            static and shared libraries across the different platforms
+            refer to '
+            <ulink
               url="http://www.fortran-2000.com/ArnaudRecipes/sharedlib.html"
               >Using
-          static and shared libraries across platforms</ulink>'.
-        </para>
+            static and shared libraries across platforms</ulink>'.
+          </para>
+        </note>
 
       </section>
 

@@ -2354,13 +2354,14 @@
 
       <title>Installing Connector/ODBC from the Development Source
Tree</title>
 
-      <para>
-        <emphasis role="bold">Caution</emphasis>: You should read this
-        section only if you are interested in helping us test our new
-        code. If you just want to get MySQL Connector/ODBC up and
-        running on your system, you should use a standard release
-        distribution.
-      </para>
+      <caution>
+        <para>
+          You should read this section only if you are interested in
+          helping us test our new code. If you just want to get MySQL
+          Connector/ODBC up and running on your system, you should use a
+          standard release distribution.
+        </para>
+      </caution>
 
       <para>
         To be able to access the Connector/ODBC source tree, you must

@@ -3256,11 +3257,12 @@
         for the list of connection parameters that can be supplied.
       </para>
 
-      <para>
-        <emphasis role="bold">Note</emphasis>: If you are using
-        <literal>unixODBC</literal>, you can use the following tools to
-        set up the DSN:
-      </para>
+      <note>
+        <para>
+          If you are using <literal>unixODBC</literal>, you can use the
+          following tools to set up the DSN:
+        </para>
+      </note>
 
       <itemizedlist>
 

@@ -5226,7 +5228,15 @@
       </para>
 
     </section>
+<!--
+    <section id="myodbc-examples-tools-filemaker">
 
+      <title>Using Connector/ODBC with Filemaker Pro</title>
+
+      <para></para>
+
+    </section>
+-->
     <section id="myodbc-examples-programming">
 
       <title>Connector/ODBC Programming</title>


Thread
svn commit - mysqldoc@docsrva: r7640 - trunk/refman-commonmcbrown4 Sep