﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Concurrency Checking</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 23:45:17 GMT</lastBuildDate><ttl>20</ttl><item><title>Concurrency Checking</title><link>http://forum.strataframe.net/FindPost346.aspx</link><description>Does the UpdateConcurrencyType on an object at the form level override the AutoHandleCollisions setting? In other words if UpdateConcurrencyType is set to OptimisticTimeStamp for an object on a form and AutoHandleCollisions is set to true, which type of concurrency is enforced on the object, OptimisticTimeStamp or StrataFrame Proprietary?</description><pubDate>Tue, 20 Dec 2005 12:33:26 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>RE: Concurrency Checking</title><link>http://forum.strataframe.net/FindPost350.aspx</link><description>Actually, the documentation didn't change with the last update, but the StrataFrame proprietary concurrency was removed from the last version.  It was inefficient and wasn't as fast as it should have been.  It has been replaced with the GetServerValuesOnConcurrencyException property.  So, if you're using the timestamp concurrency, and there is a concurrency exception, the DataLayer will retrieve the server values (so you can compare them and re-save the row) when you get a concurrency exception.</description><pubDate>Tue, 20 Dec 2005 12:33:26 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>