<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Importing XML data into a SQL Server table with C# asp.net</title>
	<atom:link href="http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html</link>
	<description>Blogged thoughts, not just any other wordpress blog!</description>
	<pubDate>Fri, 12 Mar 2010 16:13:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Manish</title>
		<link>http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html#comment-88677</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=135#comment-88677</guid>
		<description>Awesome. Very handy. Worked at first try. Thanks</description>
		<content:encoded><![CDATA[<p>Awesome. Very handy. Worked at first try. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BBforever</title>
		<link>http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html#comment-87639</link>
		<dc:creator>BBforever</dc:creator>
		<pubDate>Sat, 10 Oct 2009 02:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=135#comment-87639</guid>
		<description>Friends,
Help me on this.
I got a error as "Cannot find table 0." TableName is Product.
This is the code.

            ds = new DataSet();
            XmlDocument xmldoc = new XmlDocument();
            xmldoc .Load (@"C:\demo.xml");
            SqlBulkCopy sbc = new SqlBulkCopy(con );
            sbc.DestinationTableName = "product";
            sbc.ColumnMappings.Add("pname", "productname");
            sbc.ColumnMappings.Add("price", "productprice");
            sbc.WriteToServer(ds.Tables[0]);

Thanks in advance.
BB</description>
		<content:encoded><![CDATA[<p>Friends,<br />
Help me on this.<br />
I got a error as &#8220;Cannot find table 0.&#8221; TableName is Product.<br />
This is the code.</p>
<p>            ds = new DataSet();<br />
            XmlDocument xmldoc = new XmlDocument();<br />
            xmldoc .Load (@&#8221;C:\demo.xml&#8221;);<br />
            SqlBulkCopy sbc = new SqlBulkCopy(con );<br />
            sbc.DestinationTableName = &#8220;product&#8221;;<br />
            sbc.ColumnMappings.Add(&#8221;pname&#8221;, &#8220;productname&#8221;);<br />
            sbc.ColumnMappings.Add(&#8221;price&#8221;, &#8220;productprice&#8221;);<br />
            sbc.WriteToServer(ds.Tables[0]);</p>
<p>Thanks in advance.<br />
BB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html#comment-86910</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Wed, 30 Sep 2009 18:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=135#comment-86910</guid>
		<description>Awesome.  Very handy.  Worked at first try.</description>
		<content:encoded><![CDATA[<p>Awesome.  Very handy.  Worked at first try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Munazzah Safwan</title>
		<link>http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html#comment-86219</link>
		<dc:creator>Munazzah Safwan</dc:creator>
		<pubDate>Wed, 23 Sep 2009 15:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=135#comment-86219</guid>
		<description>thank you so much for this article .you did this xml to sql transfer of data in a very easy way.this article helped me alot</description>
		<content:encoded><![CDATA[<p>thank you so much for this article .you did this xml to sql transfer of data in a very easy way.this article helped me alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreelakshmi</title>
		<link>http://www.akamarketing.com/blog/135-importing-xml-into-sql-server-table-aspnet.html#comment-85362</link>
		<dc:creator>Sreelakshmi</dc:creator>
		<pubDate>Wed, 16 Sep 2009 11:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.akamarketing.com/blog/?p=135#comment-85362</guid>
		<description>This function inserts parameter name and value into the table..

But i want to insert value acording  to the database parameter name wise..</description>
		<content:encoded><![CDATA[<p>This function inserts parameter name and value into the table..</p>
<p>But i want to insert value acording  to the database parameter name wise..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
