<?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 for Troy Scott's Web Blog</title>
	<atom:link href="http://troyscott.ca/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://troyscott.ca</link>
	<description></description>
	<lastBuildDate>Wed, 25 Aug 2010 20:15:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating an Update Operation for an External Content Type by Daniel</title>
		<link>http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/comment-page-1/#comment-3011</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/#comment-3011</guid>
		<description>Hi Troy,

I want to use the identity in Sharepoint so that it can be available for inserting related records.  It could be something as simple as &quot;insert a record, and then show me the record I just inserted.&quot;  Assuming I can modify the method in the BDC Model to return the identity value, I don&#039;t imagine there&#039;s any way to use that in SP without writing custom code - ie no way to do it in SP Designer alone.  Do you know if that&#039;s correct?

Cheers,

Daniel</description>
		<content:encoded><![CDATA[<p>Hi Troy,</p>
<p>I want to use the identity in Sharepoint so that it can be available for inserting related records.  It could be something as simple as &#8220;insert a record, and then show me the record I just inserted.&#8221;  Assuming I can modify the method in the BDC Model to return the identity value, I don&#8217;t imagine there&#8217;s any way to use that in SP without writing custom code &#8211; ie no way to do it in SP Designer alone.  Do you know if that&#8217;s correct?</p>
<p>Cheers,</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Update Operation for an External Content Type by Troy</title>
		<link>http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/comment-page-1/#comment-3003</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Sun, 22 Aug 2010 16:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/#comment-3003</guid>
		<description>Hi,

Are you trying to capture the Identity number for error handling or logging?  I think you could return the @@IDENTITY in the store procedure but if you wanted to &quot;capture&quot; and do something with the value in SharePoint you would have to use the Visual Studio 2010 BDC Model project to create the External Content Type instead of SharePoint Designer.   Is this what you are looking for?

Regards,

Troy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Are you trying to capture the Identity number for error handling or logging?  I think you could return the @@IDENTITY in the store procedure but if you wanted to &#8220;capture&#8221; and do something with the value in SharePoint you would have to use the Visual Studio 2010 BDC Model project to create the External Content Type instead of SharePoint Designer.   Is this what you are looking for?</p>
<p>Regards,</p>
<p>Troy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Update Operation for an External Content Type by Daniel</title>
		<link>http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/comment-page-1/#comment-3001</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 18 Aug 2010 17:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://troyscott.ca/2010/07/17/creating-an-update-operation-for-an-external-content-type/#comment-3001</guid>
		<description>Hey Troy,

You ended this post with the comment that a Create operation would be easy to implement.  I was wondering if you were able to return the @@IDENTITY to Sharepoint from your Create method (using either a stored proc or an insert to a table).  I think SP generates a command that looks like this: &quot;INSERT INTO... ; SELECT @@IDENTITY FROM...&quot; I just don&#039;t know if there&#039;s an easy way to capture the returned value.

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>Hey Troy,</p>
<p>You ended this post with the comment that a Create operation would be easy to implement.  I was wondering if you were able to return the @@IDENTITY to Sharepoint from your Create method (using either a stored proc or an insert to a table).  I think SP generates a command that looks like this: &#8220;INSERT INTO&#8230; ; SELECT @@IDENTITY FROM&#8230;&#8221; I just don&#8217;t know if there&#8217;s an easy way to capture the returned value.</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error Installing the Blackberry Plug-in for Eclipse by michael</title>
		<link>http://troyscott.ca/2009/07/13/error-installing-the-blackberry-plug-in-for-eclipse/comment-page-1/#comment-544</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 24 Jul 2009 22:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://troyscott.ca/2009/07/13/error-installing-the-blackberry-plug-in-for-eclipse/#comment-544</guid>
		<description>Hey, I&#039;ve been running into similar difficulties and finding it frustrating to get the development environment running.  I have outlined my issues on my website: http://yamspog.wordpress.com/.</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve been running into similar difficulties and finding it frustrating to get the development environment running.  I have outlined my issues on my website: <a href="http://yamspog.wordpress.com/" rel="nofollow">http://yamspog.wordpress.com/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Google App Engine SDK on Windows by Trent Mick</title>
		<link>http://troyscott.ca/2008/04/12/installing-google-app-engine-sdk-on-windows/comment-page-1/#comment-3</link>
		<dc:creator>Trent Mick</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://troyscott.wordpress.com/2008/04/12/installing-google-app-engine-sdk-on-windows/#comment-3</guid>
		<description>Hello,

Thanks for the post. One minor comment. You said: &quot;By default the installer will install python in C:\Python2.5\&quot;. ActivePython 2.5&#039;s default install dir is actually &quot;C:\Python25&quot;, i.e. without the period (&#039;.&#039;).

Cheers,
Trent (ActivePython developer)</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for the post. One minor comment. You said: &#8220;By default the installer will install python in C:\Python2.5\&#8221;. ActivePython 2.5&#8217;s default install dir is actually &#8220;C:\Python25&#8243;, i.e. without the period (&#8216;.&#8217;).</p>
<p>Cheers,<br />
Trent (ActivePython developer)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
