<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : ConcurrencyCheck</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : ConcurrencyCheck</description>
  <pubDate>Sat, 11 Apr 2026 02:03:15 -700</pubDate>
  <lastBuildDate>Sat, 16 Feb 2013 13:23:00 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3992</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>ConcurrencyCheck : Great, nice feature.  Greg </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3992&amp;PID=15871#15871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 3992<br /><strong>Posted:</strong> 16-Feb-2013 at 1:23pm<br /><br />Great, nice feature.<br /><br />Greg]]>
   </description>
   <pubDate>Sat, 16 Feb 2013 13:23:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3992&amp;PID=15871#15871</guid>
  </item> 
  <item>
   <title>ConcurrencyCheck : 1. I simply prefer row version,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3992&amp;PID=15870#15870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 3992<br /><strong>Posted:</strong> 16-Feb-2013 at 1:14pm<br /><br />1. I simply prefer row version, so I know how many times the record has been modified.&nbsp;<div><br></div><div>2. ConcurrencyCheckAttribute is the only attribute required to enable concurrency checking. If you use timestamp then that's all you need, because the database is automatically setting the timestamp. ConcurrencyStrategyAttribute is a DevForce attribute. The database won't automatically increment a row version, so the attribute is telling DevForce to increment it.</div>]]>
   </description>
   <pubDate>Sat, 16 Feb 2013 13:14:42 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3992&amp;PID=15870#15870</guid>
  </item> 
  <item>
   <title>ConcurrencyCheck : I notice in Cocktail that in AuditEntityBase,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3992&amp;PID=15869#15869</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=579" rel="nofollow">gregweb</a><br /><strong>Subject:</strong> 3992<br /><strong>Posted:</strong> 16-Feb-2013 at 12:33pm<br /><br />I notice in Cocktail that in AuditEntityBase, there is this property:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#091;DataMember&#093;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#091;ConcurrencyCheck&#093;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#091;ConcurrencyStrategy(ConcurrencyStrategy.AutoIncrement)&#093;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public int RowVersion { get; internal set; }<br /><br />If I test this with two simultaneous instance of TempHire, I do indeed get a messagebox saying that the record had been previously saved by another user.<br /><br />So two questions:<br /><br />1.  Most of the samples I have seen has used TimeStamp as the data type instead of int.  Any particular reason for using int instead?<br /><br />2.  Is there anything else required to concurrency checking other than using the above attributes?  ]]>
   </description>
   <pubDate>Sat, 16 Feb 2013 12:33:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3992&amp;PID=15869#15869</guid>
  </item> 
 </channel>
</rss>