<?xml version="1.0" ?><rss version="2.0" xmlns:ec="http://www.eggheadcafe.com"><channel><title>eggheadcafe.com ADO/ADO.NET FAQs</title><link>http://www.eggheadcafe.com</link><pubDate>Fri, 26 Apr 2013 15:26:55 GMT</pubDate><description>EggHeadCafe - The .NET developer's portal of choice</description><language>en-us</language><item><title><![CDATA[DatatableToCSV]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/052cb7a8-0e52-4928-8169-124b01789590/datatabletocsv.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/052cb7a8-0e52-4928-8169-124b01789590/datatabletocsv.aspx]]></link><description><![CDATA[Often we need to convert a Datatable to a CSV - format file string to be able to save the file to the filesystem. Here's a neat little method to accomplish same&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/052cb7a8-0e52-4928-8169-124b01789590/datatabletocsv.aspx" target="_self">read more</a>]]></description><pubDate>Mon, 26 Dec 2011 17:14:00 GMT</pubDate></item><item><title><![CDATA[Select Distinct on Column from DataSet / DataTable]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/70fa95ed-728c-4722-ad05-dba142ed4066/select-distinct-on-column-from-dataset--datatable.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/70fa95ed-728c-4722-ad05-dba142ed4066/select-distinct-on-column-from-dataset--datatable.aspx]]></link><description><![CDATA[This is an easy way to provide a method that will return a DataTable of distinct rows based on a named column.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/70fa95ed-728c-4722-ad05-dba142ed4066/select-distinct-on-column-from-dataset--datatable.aspx" target="_self">read more</a>]]></description><pubDate>Fri, 06 May 2011 09:30:52 GMT</pubDate></item><item><title><![CDATA[Different ways of passing/adding SqlParameter to SqlCommand parameter property in ADO.NET C#]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/e0c979ee-b0df-463a-8fd7-84636070498e/different-ways-of-passingadding-sqlparameter-to-sqlcommand-parameter-property-in-adonet-c.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/e0c979ee-b0df-463a-8fd7-84636070498e/different-ways-of-passingadding-sqlparameter-to-sqlcommand-parameter-property-in-adonet-c.aspx]]></link><description><![CDATA[Different ways of passing SqlParameter to SqlCommand parameter property.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/e0c979ee-b0df-463a-8fd7-84636070498e/different-ways-of-passingadding-sqlparameter-to-sqlcommand-parameter-property-in-adonet-c.aspx" target="_self">read more</a>]]></description><pubDate>Mon, 13 Dec 2010 01:52:33 GMT</pubDate></item><item><title><![CDATA[Create table in Excel using CSharp ADO.NET]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/2853e15f-5d68-4071-89c4-cf51c3f20adc/create-table-in-excel-using-csharp-adonet.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/2853e15f-5d68-4071-89c4-cf51c3f20adc/create-table-in-excel-using-csharp-adonet.aspx]]></link><description><![CDATA[The CREATE TABLE command will create a table in an Excel workbook. The workbook for the connection will be created if it does not exist.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/2853e15f-5d68-4071-89c4-cf51c3f20adc/create-table-in-excel-using-csharp-adonet.aspx" target="_self">read more</a>]]></description><pubDate>Mon, 15 Nov 2010 01:17:55 GMT</pubDate></item><item><title><![CDATA[Inserting a Row into Excel Using ADO.NET c#]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/ecfed8ee-99e6-4271-b356-91b1b32f075e/inserting-a-row-into-excel-using-adonet-c.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/ecfed8ee-99e6-4271-b356-91b1b32f075e/inserting-a-row-into-excel-using-adonet-c.aspx]]></link><description><![CDATA[Inserting a Row into Excel Using ADO.NET  C#&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/ecfed8ee-99e6-4271-b356-91b1b32f075e/inserting-a-row-into-excel-using-adonet-c.aspx" target="_self">read more</a>]]></description><pubDate>Mon, 15 Nov 2010 01:01:21 GMT</pubDate></item><item><title><![CDATA[Updating Excel Rows Using ADO.NET  C#]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/515fdaa8-71ab-4e88-8ef6-f99b11a1be1f/updating-excel-rows-using-adonet--c.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/515fdaa8-71ab-4e88-8ef6-f99b11a1be1f/updating-excel-rows-using-adonet--c.aspx]]></link><description><![CDATA[Updating Excel Rows Using ADO.NET c#&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/515fdaa8-71ab-4e88-8ef6-f99b11a1be1f/updating-excel-rows-using-adonet--c.aspx" target="_self">read more</a>]]></description><pubDate>Mon, 15 Nov 2010 01:00:19 GMT</pubDate></item><item><title><![CDATA[DAO To OleDb Data Type Maps]]></title><guid isPermaLink="true"><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/782c66f8-1134-4c73-bfdb-02396fbc0ed5/dao-to-oledb-data-type-maps.aspx]]></guid><link><![CDATA[http://www.eggheadcafe.com/sample-code/ADOADO.NET/782c66f8-1134-4c73-bfdb-02396fbc0ed5/dao-to-oledb-data-type-maps.aspx]]></link><description><![CDATA[Here is a quick tip for remapping DAO data types to OleDb data types.&nbsp;&nbsp;<a href="http://www.eggheadcafe.com/sample-code/ADOADO.NET/782c66f8-1134-4c73-bfdb-02396fbc0ed5/dao-to-oledb-data-type-maps.aspx" target="_self">read more</a>]]></description><pubDate>Mon, 17 May 2010 21:14:13 GMT</pubDate></item></channel></rss>