<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>paulovich Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Home</link><description>paulovich Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://paulovich.codeplex.com/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Paulovich.Data is an light weight data access layer.&lt;br /&gt;&lt;br /&gt;There is a bigger wiki at &lt;a href="http://www.100loop.com/wikis/paulovich-data/default.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in portuguese.&lt;br /&gt;&lt;br /&gt;Paulovich.Data has the following key features:
&lt;ul&gt;&lt;li&gt;Multi-database support
&lt;ul&gt;&lt;li&gt;SQL Server (2000, 2005 and 2008)&lt;/li&gt;
&lt;li&gt;Oracle&lt;/li&gt;
&lt;li&gt;Access&lt;/li&gt;
&lt;li&gt;Odbc&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Easy-to-use 
&lt;ul&gt;&lt;li&gt;Stored Procedures&lt;/li&gt;
&lt;li&gt;Parametrized Queries&lt;/li&gt;
&lt;li&gt;&lt;a href="http://paulovich.codeplex.com/Wiki/View.aspx?title=Custom%20select%20return%20types"&gt;Custom select return types&lt;/a&gt; (DataTable, DataSet, DataReader, Scalar, Xml)&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;Just Plug-and-Play
&lt;ul&gt;&lt;li&gt;No complicated configuration&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;ER Mapping&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Read more:&lt;br /&gt;&lt;a href="http://paulovich.codeplex.com/Wiki/View.aspx?title=How%20To%20Configure%20Paulovich.Data"&gt;How To Configure Paulovich.Data&lt;/a&gt;&lt;br /&gt;&lt;a href="http://paulovich.codeplex.com/Wiki/View.aspx?title=Using%20our%20Stored%20Procedures"&gt;Using our Stored Procedures&lt;/a&gt;&lt;br /&gt;&lt;a href="http://paulovich.codeplex.com/Wiki/View.aspx?title=Generating%20classes"&gt;Generating classes&lt;/a&gt;&lt;br /&gt;&lt;a href="http://paulovich.codeplex.com/Wiki/View.aspx?title=Multiplies%20Database"&gt;Multiplies Database&lt;/a&gt;&lt;br /&gt;&lt;a href="http://paulovich.codeplex.com/Wiki/View.aspx?title=Executing%20Query"&gt;Executing Query&lt;/a&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 13 Oct 2009 13:49:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091013014903P</guid></item><item><title>Updated Wiki: Generating classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating classes&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;your connection string here&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Then, press F5 and run the application we create classes!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.100loop.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.03.Wiki/paulovich_5F00_wiki_5F00_gerador.jpg" alt="paulovich_5F00_wiki_5F00_gerador.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the application starts, click the yellow folder at the top left. Then you will see the tables of the bank that you configured in App.config. Select the tables you want to map to classes and click &amp;quot;Generate&amp;quot;.&lt;br /&gt; &lt;br /&gt;Now just copy the classes to your project. Enjoy!&lt;br /&gt; &lt;br /&gt;Remember that your classes are generated with the name standards that are being used in your database. To understand how to edit your classes without losing its features read this article &lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Editing%20Classes&amp;amp;referringTitle=Generating%20classes"&gt;Editing Classes&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>LucianoLima</author><pubDate>Tue, 10 Feb 2009 12:33:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating classes 20090210123349P</guid></item><item><title>Updated Wiki: Generating classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating classes&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;your connection string here&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Then, press F5 and run the application we create classes!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.100loop.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.03.Wiki/paulovich_5F00_wiki_5F00_gerador.jpg" alt="paulovich_5F00_wiki_5F00_gerador.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the application starts, click the yellow folder at the top left. Then you will see the tables of the bank that you configured in App.config. Select the tables you want to map to classes and click &amp;quot;Generate&amp;quot;.&lt;br /&gt; &lt;br /&gt;Now just copy the classes to your project. Enjoy!&lt;br /&gt; &lt;br /&gt;Remember that your classes are generated with the name standards that are being used in your database. To understand how to edit your classes without losing its features read this article (in portuguese, that will be translated) &lt;a href="http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:52:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating classes 20090210115256A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Paulovich.Data is an light weight data access layer.&lt;br /&gt; &lt;br /&gt;There is a bigger wiki at &lt;a href="http://www.100loop.com/wikis/paulovich-data/default.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in portuguese.&lt;br /&gt; &lt;br /&gt;Paulovich.Data has the following key features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multi-database support&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;SQL Server (2000 and 2005)&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;Access&lt;/li&gt;&lt;li&gt;Odbc&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Easy-to-use &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Stored Procedures&lt;/li&gt;&lt;li&gt;Parametrized Queries&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Custom%20select%20return%20types&amp;amp;referringTitle=Home"&gt;Custom select return types&lt;/a&gt; (DataTable, DataSet, DataReader, Scalar, Xml)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Just Plug-and-Play&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;No complicated configuration&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;ER Mapping&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Read more:&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=How%20To%20Configure%20Paulovich.Data&amp;amp;referringTitle=Home"&gt;How To Configure Paulovich.Data&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Using%20our%20Stored%20Procedures&amp;amp;referringTitle=Home"&gt;Using our Stored Procedures&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating%20classes&amp;amp;referringTitle=Home"&gt;Generating classes&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Multiplies%20Database&amp;amp;referringTitle=Home"&gt;Multiplies Database&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Executing%20Query&amp;amp;referringTitle=Home"&gt;Executing Query&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:52:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210115212A</guid></item><item><title>Updated Wiki: Generating yours classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating yours classes&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;your connection string here&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Then, press F5 and run the application we create classes!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.100loop.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.03.Wiki/paulovich_5F00_wiki_5F00_gerador.jpg" alt="paulovich_5F00_wiki_5F00_gerador.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the application starts, click the yellow folder at the top left. Then you will see the tables of the bank that you configured in App.config. Select the tables you want to map to classes and click &amp;quot;Generate&amp;quot;.&lt;br /&gt; &lt;br /&gt;Now just copy the classes to your project. Enjoy!&lt;br /&gt; &lt;br /&gt;Remember that your classes are generated with the name standards that are being used in your database. To understand how to edit your classes without losing its features read this article (in portuguese, that will be translated) &lt;a href="http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:50:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating yours classes 20090210115009A</guid></item><item><title>Updated Wiki: Generating yours classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating yours classes&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;your connection string here&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Then, press F5 and run the application we create classes!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.100loop.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.03.Wiki/paulovich_5F00_wiki_5F00_gerador.jpg" alt="paulovich_5F00_wiki_5F00_gerador.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the application starts, click the yellow folder at the top left. Then you will see the tables of the bank that you configured in App.config. Select the tables you want to map to classes and click &amp;quot;Generate&amp;quot;.&lt;br /&gt; &lt;br /&gt;Now just copy the classes to your project. Enjoy!&lt;br /&gt; &lt;br /&gt;Remember that your classes are generated with the standards of name that are being used in your database. To understand how to edit your classes without losing its features read this article (in portuguese, that will be translated) &lt;a href="http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:46:50 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating yours classes 20090210114650A</guid></item><item><title>Updated Wiki: Generating yours classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating yours classes&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;your connection string here&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Then, press F5 and run the application we create classes!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.100loop.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.03.Wiki/paulovich_5F00_wiki_5F00_gerador.jpg" alt="paulovich_5F00_wiki_5F00_gerador.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the application starts, click the yellow folder at the top left. Then you will see the tables of the bank that you configured in App.config. Select the tables you want to map to classes and click &amp;quot;Generate&amp;quot;.&lt;br /&gt; &lt;br /&gt;Now just copy the classes to your project. Enjoy!&lt;br /&gt; &lt;br /&gt;Remember that your classes are generated with the standards of name that are being used in your database. To understand how to edit your classes without losing its features &lt;a href="http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/editando-suas-classes.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;read this article.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:45:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating yours classes 20090210114558A</guid></item><item><title>Updated Wiki: Generating yours classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating yours classes&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;your connection string here&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Then, press F5 and run the application we create classes!&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.100loop.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.21.03.Wiki/paulovich_5F00_wiki_5F00_gerador.jpg" alt="paulovich_5F00_wiki_5F00_gerador.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the application starts, click the yellow folder at the top left. Then you will see the tables of the bank that you configured in App.config. Select the tables you want to map to classes and click &amp;quot;Generate&amp;quot;.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:42:58 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating yours classes 20090210114258A</guid></item><item><title>Updated Wiki: Generating yours classes</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating yours classes&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
Download the current project in http://www.codeplex.com/paulovich open the solution in VisualStudio 2008 and if not configured, select the project Paulovich.Data.Generator as &amp;quot;StartUpProject&amp;quot; of the solution. The VisualStudio will be bold the name of project in your Solution Explorer.&lt;br /&gt; &lt;br /&gt;Now edit the App.config:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionstring=&lt;span style="color:#A31515;"&gt;&amp;quot;sua string de conex&amp;#227;o&amp;quot;&lt;/span&gt; 
    providername=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;&amp;gt;&amp;lt;/add&amp;gt;
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:39:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Generating yours classes 20090210113932A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Paulovich.Data is an light weight data access layer.&lt;br /&gt; &lt;br /&gt;There is a bigger wiki at &lt;a href="http://www.100loop.com/wikis/paulovich-data/default.aspx" class="externalLink"&gt;http://www.100loop.com/wikis/paulovich-data/default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; in portuguese.&lt;br /&gt; &lt;br /&gt;Paulovich.Data has the following key features:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Multi-database support&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;SQL Server (2000 and 2005)&lt;/li&gt;&lt;li&gt;Oracle&lt;/li&gt;&lt;li&gt;Access&lt;/li&gt;&lt;li&gt;Odbc&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Easy-to-use &lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Stored Procedures&lt;/li&gt;&lt;li&gt;Parametrized Queries&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Custom%20select%20return%20types&amp;amp;referringTitle=Home"&gt;Custom select return types&lt;/a&gt; (DataTable, DataSet, DataReader, Scalar, Xml)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Just Plug-and-Play&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;No complicated configuration&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;ER Mapping&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt; &lt;br /&gt;Read more:&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=How%20To%20Configure%20Paulovich.Data&amp;amp;referringTitle=Home"&gt;How To Configure Paulovich.Data&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Using%20our%20Stored%20Procedures&amp;amp;referringTitle=Home"&gt;Using our Stored Procedures&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Generating%20yours%20classes&amp;amp;referringTitle=Home"&gt;Generating yours classes&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Multiplies%20Database&amp;amp;referringTitle=Home"&gt;Multiplies Database&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Executing%20Query&amp;amp;referringTitle=Home"&gt;Executing Query&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:36:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090210113651A</guid></item><item><title>Updated Wiki: Using our Stored Procedures</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Using our Stored Procedures&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using our Stored Procedures
&lt;/h1&gt; &lt;br /&gt;Lets execute the procedure spExecuteProcedure like that:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; ANSI_NULLS &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;
GO
&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; QUOTED_IDENTIFIER &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;
GO
&lt;span style="color:#0000FF;"&gt;CREATE&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;PROCEDURE&lt;/span&gt; spExecuteProcedure
     @param1 &lt;span style="color:#0000FF;"&gt;int&lt;/span&gt;,
     @param2 &lt;span style="color:#0000FF;"&gt;varchar&lt;/span&gt;(50),
     @param3 &lt;span style="color:#0000FF;"&gt;smalldatetime&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;AS&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;BEGIN&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;NOCOUNT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;;
&lt;span style="color:#0000FF;"&gt;INSERT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;INTO&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;TABLE&lt;/span&gt; (field1,field2 ,field3) &lt;span style="color:#0000FF;"&gt;VALUES&lt;/span&gt;(@param1 ,@param2 ,@param3)
&lt;span style="color:#0000FF;"&gt;END&lt;/span&gt;
GO
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;imports Paulovich.Data;&lt;/li&gt;&lt;li&gt;imports System.Data;&lt;/li&gt;&lt;li&gt;create a method to execute your stored&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;public&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;void&lt;/span&gt; ExecuteProcedures(&lt;span style="color:#0000FF;"&gt;int&lt;/span&gt; param1, &lt;span style="color:#0000FF;"&gt;string&lt;/span&gt; param2, DateTime param3) {
&lt;span style="color:#008000;"&gt;//declare a Paulovich Command object&lt;/span&gt;
Command command = &lt;span style="color:#0000FF;"&gt;new&lt;/span&gt; Command();
    &lt;span style="color:#0000FF;"&gt;try&lt;/span&gt; {
        &lt;span style="color:#008000;"&gt;//define a CommandType on Enumerator&lt;/span&gt;
        command.CommandType = CommandType.StoredProcedure;
        &lt;span style="color:#008000;"&gt;//add values to object&lt;/span&gt;
        command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param1&amp;quot;&lt;/span&gt;, param1);
        command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param2&amp;quot;&lt;/span&gt;, param2);
        command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param3&amp;quot;&lt;/span&gt;, param3);
        &lt;span style="color:#008000;"&gt;//execute the procedure easily&lt;/span&gt;
        command.ExecuteNonQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spExecuteProcedure&amp;quot;&lt;/span&gt;); 
    } &lt;span style="color:#0000FF;"&gt;catch&lt;/span&gt; (Exception) { 
        &lt;span style="color:#0000FF;"&gt;throw&lt;/span&gt;;
   }
}
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;You can &lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=implement%20a%20transaction&amp;amp;referringTitle=Using%20our%20Stored%20Procedures"&gt;implement a transaction&lt;/a&gt; too.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:25:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using our Stored Procedures 20090210112526A</guid></item><item><title>Updated Wiki: implement a transaction</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=implement a transaction&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
How to implement a Transaction
&lt;/h1&gt; &lt;br /&gt;Declare a Paulovich &lt;b&gt;Command&lt;/b&gt; object&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
            Command command = &lt;span style="color:#0000FF;"&gt;new&lt;/span&gt; Command();
            &lt;span style="color:#0000FF;"&gt;try&lt;/span&gt; {
                &lt;span style="color:#008000;"&gt;//define a CommandType on Enumerator&lt;/span&gt;
                command.CommandType = CommandType.StoredProcedure;
                &lt;span style="color:#008000;"&gt;//add values to object&lt;/span&gt;
                command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param1&amp;quot;&lt;/span&gt;, param1);
                command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param2&amp;quot;&lt;/span&gt;, param2);
                command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param3&amp;quot;&lt;/span&gt;, param3);
                &lt;span style="color:#008000;"&gt;//start a transaction&lt;/span&gt;
                command.BeginTransaction();
                
                command.ExecuteNonQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spExecuteProcedure&amp;quot;&lt;/span&gt;);
                
                &lt;span style="color:#008000;"&gt;//if no error was fire execute Commit();&lt;/span&gt;
                command.Commit();
            } &lt;span style="color:#0000FF;"&gt;catch&lt;/span&gt; (Exception) {
                &lt;span style="color:#008000;"&gt;//otherwise RollBack() your Command&lt;/span&gt;
                command.RollBack();
                &lt;span style="color:#0000FF;"&gt;throw&lt;/span&gt;;
            }
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:24:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: implement a transaction 20090210112409A</guid></item><item><title>Updated Wiki: Using our Stored Procedures</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Using our Stored Procedures&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using our Stored Procedures
&lt;/h1&gt; &lt;br /&gt;Lets execute the procedure spExecuteProcedure like that:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; ANSI_NULLS &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;
GO
&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; QUOTED_IDENTIFIER &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;
GO
&lt;span style="color:#0000FF;"&gt;CREATE&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;PROCEDURE&lt;/span&gt; spExecuteProcedure
     @param1 &lt;span style="color:#0000FF;"&gt;int&lt;/span&gt;,
     @param2 &lt;span style="color:#0000FF;"&gt;varchar&lt;/span&gt;(50),
     @param3 &lt;span style="color:#0000FF;"&gt;smalldatetime&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;AS&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;BEGIN&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;NOCOUNT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;;
&lt;span style="color:#0000FF;"&gt;INSERT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;INTO&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;TABLE&lt;/span&gt; (field1,field2 ,field3) &lt;span style="color:#0000FF;"&gt;VALUES&lt;/span&gt;(@param1 ,@param2 ,@param3)
&lt;span style="color:#0000FF;"&gt;END&lt;/span&gt;
GO
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;imports Paulovich.Data;&lt;/li&gt;&lt;li&gt;imports System.Data;&lt;/li&gt;&lt;li&gt;create a method to execute your stored&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;public&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;void&lt;/span&gt; ExecuteProcedures(&lt;span style="color:#0000FF;"&gt;int&lt;/span&gt; param1, &lt;span style="color:#0000FF;"&gt;string&lt;/span&gt; param2, DateTime param3) {
&lt;span style="color:#008000;"&gt;//declare a Paulovich Command object&lt;/span&gt;
Command command = &lt;span style="color:#0000FF;"&gt;new&lt;/span&gt; Command();
&lt;span style="color:#0000FF;"&gt;try&lt;/span&gt; {
&lt;span style="color:#008000;"&gt;//define a CommandType on Enumerator&lt;/span&gt;
command.CommandType = CommandType.StoredProcedure;
&lt;span style="color:#008000;"&gt;//add values to object&lt;/span&gt;
command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param1&amp;quot;&lt;/span&gt;, param1);
command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param2&amp;quot;&lt;/span&gt;, param2);
command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;param3&amp;quot;&lt;/span&gt;, param3);
&lt;span style="color:#008000;"&gt;//execute the procedure easily&lt;/span&gt;
command.ExecuteNonQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spExecuteProcedure&amp;quot;&lt;/span&gt;); 
} &lt;span style="color:#0000FF;"&gt;catch&lt;/span&gt; (Exception) { 
&lt;span style="color:#0000FF;"&gt;throw&lt;/span&gt;;
}
}
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;You can &lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=implement%20a%20transaction&amp;amp;referringTitle=Using%20our%20Stored%20Procedures"&gt;implement a transaction&lt;/a&gt; too.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:23:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Using our Stored Procedures 20090210112327A</guid></item><item><title>Updated Wiki: Scalar</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Scalar&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Return Scalar
&lt;/h1&gt; &lt;br /&gt;Lets return the value of spCountCities:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;CREATE&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;PROCEDURE&lt;/span&gt; spCountCities	
&lt;span style="color:#0000FF;"&gt;AS&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;BEGIN&lt;/span&gt;
	&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;NOCOUNT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;;
	&lt;span style="color:#0000FF;"&gt;SELECT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;Count&lt;/span&gt;(*) &lt;span style="color:#0000FF;"&gt;FROM&lt;/span&gt; CITIES
&lt;span style="color:#0000FF;"&gt;END&lt;/span&gt;
GO
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Like other types, you need to create a Paulovich Command.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
 (&lt;span style="color:#0000FF;"&gt;int&lt;/span&gt;)(command.ExecuteQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spCountCities&amp;quot;&lt;/span&gt;, ReturnType.Scalar));
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:22:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Scalar 20090210112242A</guid></item><item><title>Updated Wiki: Custom select return types</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Custom select return types&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Custom select return types
&lt;/h1&gt; &lt;br /&gt;The procedure is:&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;CREATE&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;PROCEDURE&lt;/span&gt; spGetCities
	@fkState &lt;span style="color:#0000FF;"&gt;int&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;AS&lt;/span&gt;
&lt;span style="color:#0000FF;"&gt;BEGIN&lt;/span&gt;
	&lt;span style="color:#0000FF;"&gt;SET&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;NOCOUNT&lt;/span&gt; &lt;span style="color:#0000FF;"&gt;ON&lt;/span&gt;;
	&lt;span style="color:#0000FF;"&gt;SELECT&lt;/span&gt; CityName &lt;span style="color:#0000FF;"&gt;FROM&lt;/span&gt; CITIES &lt;span style="color:#0000FF;"&gt;where&lt;/span&gt; pkState = @pkState
&lt;span style="color:#0000FF;"&gt;END&lt;/span&gt;
GO
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;And method&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#0000FF;"&gt;public&lt;/span&gt; DataTable getDataTable (&lt;span style="color:#0000FF;"&gt;int&lt;/span&gt; pkState)  {
           Command command = &lt;span style="color:#0000FF;"&gt;new&lt;/span&gt; Command();
           command.CommandType = CommandType.StoredProcedure;
           &lt;span style="color:#008000;"&gt;//add values to object&lt;/span&gt;
           command.AddWithValue(&lt;span style="color:#A31515;"&gt;&amp;quot;pkState&amp;quot;&lt;/span&gt;, pkState);
            
           &lt;span style="color:#0000FF;"&gt;return&lt;/span&gt; (DataTable)(command.ExecuteQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spGetCities&amp;quot;&lt;/span&gt;, ReturnType.DataTable));
}
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;You can return other types:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DataReader&lt;/li&gt;
&lt;/ul&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
 (DataReader)(command.ExecuteQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spGetCities&amp;quot;&lt;/span&gt;, ReturnType.DataReader));
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DataSet&lt;/li&gt;
&lt;/ul&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
 (DataSet)(command.ExecuteQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spGetCities&amp;quot;&lt;/span&gt;, ReturnType.DataSet));
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DataView&lt;/li&gt;
&lt;/ul&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
 (DataView)(command.ExecuteQuery(&lt;span style="color:#A31515;"&gt;&amp;quot;spGetCities&amp;quot;&lt;/span&gt;, ReturnType.DataView));
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;Read more about types:&lt;br /&gt; &lt;br /&gt;Return &lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Scalar&amp;amp;referringTitle=Custom%20select%20return%20types"&gt;Scalar&lt;/a&gt;.&lt;br /&gt;Return &lt;a href="http://www.codeplex.com/paulovich/Wiki/View.aspx?title=XmlDocument&amp;amp;referringTitle=Custom%20select%20return%20types"&gt;XmlDocument&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:21:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Custom select return types 20090210112124A</guid></item><item><title>Updated Wiki: How To Configure Paulovich.Data</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=How To Configure Paulovich.Data&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
How to configure Paulovich.Data
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add Paulovich.Data.dll reference to your project&lt;/li&gt;&lt;li&gt;Set connectionString section like this:&lt;/li&gt;
&lt;/ol&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#008000;"&gt;//Connection Strings Section  &lt;/span&gt;
  &amp;lt;connectionStrings&amp;gt;
    &amp;lt;remove name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionString=&lt;span style="color:#A31515;"&gt;&amp;quot;data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true&amp;quot;&lt;/span&gt; providerName=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;/&amp;gt;
  &amp;lt;/connectionStrings&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:18:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: How To Configure Paulovich.Data 20090210111812A</guid></item><item><title>Updated Wiki: How To Configure Paulovich.Data</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=How To Configure Paulovich.Data&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
How to configure Paulovich.Data
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add Paulovich.Data.dll reference to your project&lt;/li&gt;&lt;li&gt;Set connectionString section like this:&lt;/li&gt;
&lt;/ol&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
&lt;span style="color:#008000;"&gt;//&lt;/span&gt;
&lt;span style="color:#008000;"&gt;// Connection Strings Section &lt;/span&gt;
&lt;span style="color:#008000;"&gt;// &lt;/span&gt;
  &amp;lt;connectionStrings&amp;gt;
    &amp;lt;remove name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionString=&lt;span style="color:#A31515;"&gt;&amp;quot;data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true&amp;quot;&lt;/span&gt; providerName=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;/&amp;gt;
  &amp;lt;/connectionStrings&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:17:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: How To Configure Paulovich.Data 20090210111735A</guid></item><item><title>Updated Wiki: How To Configure Paulovich.Data</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=How To Configure Paulovich.Data&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
How to configure Paulovich.Data
&lt;/h1&gt; &lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Add Paulovich.Data.dll reference to your project&lt;/li&gt;&lt;li&gt;Set connectionString section like this:&lt;/li&gt;
&lt;/ol&gt;//&lt;br /&gt;// Connection Strings Section &lt;br /&gt;// &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
  &amp;lt;connectionStrings&amp;gt;
    &amp;lt;remove name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; /&amp;gt;
    &amp;lt;add name=&lt;span style="color:#A31515;"&gt;&amp;quot;dbPortal&amp;quot;&lt;/span&gt; connectionString=&lt;span style="color:#A31515;"&gt;&amp;quot;data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true&amp;quot;&lt;/span&gt; providerName=&lt;span style="color:#A31515;"&gt;&amp;quot;System.Data.SqlClient&amp;quot;&lt;/span&gt;/&amp;gt;
  &amp;lt;/connectionStrings&amp;gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><author>paulovich</author><pubDate>Tue, 10 Feb 2009 11:17:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: How To Configure Paulovich.Data 20090210111718A</guid></item><item><title>Updated Wiki: Multiplies Database</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Multiplies Database&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
The default connection string is in Web.config file.&lt;br /&gt;Sometimes we need to work with more than one database in the same application, so how can we do that?&lt;br /&gt; &lt;br /&gt;First, we need to use the SetConnection() method. &lt;br /&gt; &lt;br /&gt;SetConnection method is responsible to define the current connection. We will use ConnectionString sentence and the Database Type as parameters for the SetConnection method.&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
Command.SetConnection({DataBaseType}, {ConnectionString});
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DataBaseType (Enum):  this Enum defines which database type will be set to Command instance. It has the following data types: DataBaseType.Sql, DataBaseType.Oracle, DataBaseType.Oledbc and DataBaseType.OleDb.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;ConnectionString (String): the connection string sentence.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;But, attention!! These changes are permanent. Every command will be executed using this connection.&lt;br /&gt; &lt;br /&gt;To recover the old information about the connection we will use the GetDefaultConnectionStrings method and we must set the new parameters (Database Type and ConnectionString) again.&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
var settings = Command.GetDefaultConnectionSettings();
Command.SetConnection((DataBaseType) Command.GetDataBaseTypeByName(settings.ProviderName), settings.ConnectionString);
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;That&amp;#180;s it!&lt;br /&gt;
&lt;/div&gt;</description><author>LucianoLima</author><pubDate>Tue, 10 Feb 2009 11:11:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Multiplies Database 20090210111152A</guid></item><item><title>Updated Wiki: Multiplies Database</title><link>http://www.codeplex.com/paulovich/Wiki/View.aspx?title=Multiplies Database&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
The default connection string is in Web.config file.&lt;br /&gt;Sometimes we need to work with more than one database in the same application, so how can we do that?&lt;br /&gt; &lt;br /&gt;First, we need to use the SetConnection() method. &lt;br /&gt; &lt;br /&gt;SetConnection method is responsible to define the current connection. We will use ConnectionString sentence and the Database Type as parameters for the SetConnection method.&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
Command.SetConnection({DataBaseType}, {ConnectionString});
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;DataBaseType (Enum):  this Enum defines which database type will be set to Command instance. It has the following data types: DataBaseType.Sql, DataBaseType.Oracle, DataBaseType.Oledbc and DataBaseType.OleDb.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;ConnectionString (String): the connection string sentence.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;But, attention!! These changes are permanent. Every command will be executed using this connection.&lt;br /&gt; &lt;br /&gt;To recover the old information about the connection we will use the GetDefaultConnectionStrings method and we must set the new parameters (Database Type and ConnectionString) again.&lt;br /&gt; &lt;br /&gt;&lt;div style="color:#000000;background-color:#FFFFFF;"&gt;&lt;pre&gt;
var settings = Command.GetDefaultConnectionSettings();
Command.SetConnection((DataBaseType) Command.GetDataBaseTypeByName(settings.ProviderName), settings.ConnectionString);
&lt;/pre&gt;&lt;/div&gt; &lt;br /&gt;That&amp;#180;s it!&lt;br /&gt;
&lt;/div&gt;</description><author>LucianoLima</author><pubDate>Tue, 10 Feb 2009 11:11:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Multiplies Database 20090210111124A</guid></item></channel></rss>