<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Transactions With DataSets</title>
	<atom:link href="http://btburnett.com/2008/03/using-transactions-with-datasets.html/feed" rel="self" type="application/rss+xml" />
	<link>http://btburnett.com/2008/03/using-transactions-with-datasets.html</link>
	<description></description>
	<lastBuildDate>Mon, 12 Sep 2011 19:57:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brant Burnett</title>
		<link>http://btburnett.com/2008/03/using-transactions-with-datasets.html/comment-page-1#comment-10</link>
		<dc:creator>Brant Burnett</dc:creator>
		<pubDate>Mon, 06 Oct 2008 14:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btburnett.com/?p=4#comment-10</guid>
		<description>The code snippet shown in the post would be placed in the partial class file for your dataset.  Then you can make use of it as follows:&lt;br/&gt;&lt;br/&gt;Using cn as New SqlConnection(connStr)&lt;br/&gt;  cn.Open()&lt;br/&gt;  Dim trans As SqlTransaction = cn.BeginTransaction()&lt;br/&gt;&lt;br/&gt;  Using ta As New TableAdapter()&lt;br/&gt;    ta.SetConnection(cn, trans)&lt;br/&gt;&lt;br/&gt;    Dim ds As Table = ta.GetData()&lt;br/&gt;  End Using&lt;br/&gt;End Using</description>
		<content:encoded><![CDATA[<p>The code snippet shown in the post would be placed in the partial class file for your dataset.  Then you can make use of it as follows:</p>
<p>Using cn as New SqlConnection(connStr)<br />  cn.Open()<br />  Dim trans As SqlTransaction = cn.BeginTransaction()</p>
<p>  Using ta As New TableAdapter()<br />    ta.SetConnection(cn, trans)</p>
<p>    Dim ds As Table = ta.GetData()<br />  End Using<br />End Using</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://btburnett.com/2008/03/using-transactions-with-datasets.html/comment-page-1#comment-9</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 03 Oct 2008 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btburnett.com/?p=4#comment-9</guid>
		<description>Can you Provide an example for this?&lt;br/&gt;&lt;br/&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Can you Provide an example for this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

