<?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: Get row identity from SQL Adapter response</title>
	<atom:link href="http://www.richardhallgren.com/get-row-identity-from-sql-adapter-response/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardhallgren.com/get-row-identity-from-sql-adapter-response/</link>
	<description>.NET, BizTalk and integration focused scribbles</description>
	<lastBuildDate>Tue, 01 Jun 2010 22:09:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://www.richardhallgren.com/get-row-identity-from-sql-adapter-response/comment-page-1/#comment-52</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 21 May 2007 07:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=46#comment-52</guid>
		<description>Hi Sharon,

I&#039;d do a select based on the last inserted id (using the Scope_Identity() as in the example). Then you just have to make sure to have the schema part for the response to match the structure of the SQL query result (same principle as in this post).

I&#039;ll try and make an example of this in a future post but I&#039;m sure you get the idea -  and if you don&#039;t make sure to let me know and we&#039;ll try and solve it together!</description>
		<content:encoded><![CDATA[<p>Hi Sharon,</p>
<p>I&#8217;d do a select based on the last inserted id (using the Scope_Identity() as in the example). Then you just have to make sure to have the schema part for the response to match the structure of the SQL query result (same principle as in this post).</p>
<p>I&#8217;ll try and make an example of this in a future post but I&#8217;m sure you get the idea &#8211;  and if you don&#8217;t make sure to let me know and we&#8217;ll try and solve it together!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharon</title>
		<link>http://www.richardhallgren.com/get-row-identity-from-sql-adapter-response/comment-page-1/#comment-51</link>
		<dc:creator>sharon</dc:creator>
		<pubDate>Sun, 20 May 2007 23:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=46#comment-51</guid>
		<description>Hi Richard,

I was just wondering if and how could this be used for inserting more than one record? How can you return the last row inserted?

Thanks,
Sharon</description>
		<content:encoded><![CDATA[<p>Hi Richard,</p>
<p>I was just wondering if and how could this be used for inserting more than one record? How can you return the last row inserted?</p>
<p>Thanks,<br />
Sharon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Xu</title>
		<link>http://www.richardhallgren.com/get-row-identity-from-sql-adapter-response/comment-page-1/#comment-53</link>
		<dc:creator>Eric Xu</dc:creator>
		<pubDate>Sat, 12 May 2007 13:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=46#comment-53</guid>
		<description>It&#039;s very useful for me :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s very useful for me <img src='http://www.richardhallgren.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
