You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/05/29 02:00:18 UTC

svn commit: r178906 - /incubator/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml

Author: roberto
Date: Sat May 28 17:00:17 2005
New Revision: 178906

URL: http://svn.apache.org/viewcvs?rev=178906&view=rev
Log:
~Updated C# DataMapper guide: quick/minor edits missed earlier

Modified:
    incubator/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml

Modified: incubator/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml?rev=178906&r1=178905&r2=178906&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml (original)
+++ incubator/ibatis/trunk/cs/docs/dataMapperGuide/src/en/dotnet.xml Sat May 28 17:00:17 2005
@@ -394,9 +394,8 @@
                 <row>
                   <entry><emphasis>resource</emphasis></entry>
 
-                  <entry>Specify the properties file name files to be loaded
-                  from the root directory of the application as
-                  properties.config.<programlisting>resource="properties.config"</programlisting></entry>
+                  <entry>Specify the properties file to be loaded from the
+                  root directory of the application<programlisting>resource="properties.config"</programlisting></entry>
                 </row>
 
                 <row>
@@ -502,7 +501,7 @@
 
         <para>The standard <filename>providers.config</filename> file has
         sqlServer1.1 set as the default and the sqlServer1.0 provider
-        disabled. Aside from sqlServer1.1, OleDb1.1, and Odbce1.1, all other
+        disabled. Aside from sqlServer1.1, OleDb1.1, and Odbc1.1, all other
         providers are disabled by default. Remember to set the "enabled"
         attribute to "true" for the provider that you will be using.</para>
 
@@ -1267,14 +1266,6 @@
  *  and automatically reconfigure the SqlMapper. 
  *  Uses a FileInfo instance for your config file. */</emphasis>
 public SqlMapper ConfigureAndWatch( FileInfo resource, ConfigureHandler configureDelegate )</programlisting></para>
-
-        <para>and substitute the name of your configuration file. Each
-        database then has their own singleton you can call from your
-        application:</para>
-
-        <para><programlisting>[C#]
-SqlMapper sqlServer = SqlServerMapper.Get();
-SqlMapper access = AccessMapper.Get();</programlisting></para>
       </sect3>
     </sect2>