﻿<?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 » Issues  » Date Time Stamp column</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 10:02:38 GMT</lastBuildDate><ttl>20</ttl><item><title>Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4068.aspx</link><description>FYI&lt;/P&gt;&lt;P&gt;I tried to&amp;nbsp;use the Row date time stamp column on a bo but it did not&amp;nbsp;update the column after a save. I ended up implementing my own because I wanted some additional auditing functionality so&amp;nbsp;I did not spend much time looking at it so it is possible it is just me not SF.&lt;/P&gt;&lt;P&gt;Paul</description><pubDate>Thu, 02 Nov 2006 13:17:00 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4095.aspx</link><description>[quote]... using the DDT created stored procedures with the BOs and the concurrecy is going to give you the optimum performance.[/quote]&lt;P&gt;Right, I will take the optimum performance then. :)&lt;/P&gt;&lt;P&gt;Thanks Trent.</description><pubDate>Thu, 02 Nov 2006 13:17:00 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4084.aspx</link><description>[quote]This is done if I don't set them to be created as Stored Procedures in the DDT Table Properties, right? [/quote]&lt;/P&gt;&lt;P&gt;Even if you are using the DDT to create your stored procedures, and you want to use RowVersioning, you still have to set the RowVersionOrTimeStampColumn and the UpdateConcurrencyType properties on the BO for this to take effect.&amp;nbsp; If you are letting the DDT create the stored procedures for you, you still have to set the InsertUsingStoredProcedure, Update..., etc. to True...but you do not have to provide the InsertStoredProcedureName, etc.&lt;/P&gt;&lt;P&gt;[quote]Sorry for the basic question, but what would be the advantage of both approaches ?[/quote]&lt;/P&gt;&lt;P&gt;Well, allowing the framework to manage your row versioning is going to be faster simply due to the fact that all of this is inline to the data saving within the framework...thus you pick up speed.&amp;nbsp; Additionally, if you use the stored procedures that support the Row Versioning as well, then you gain even more speed...using the DDT created stored procedures with the BOs and the concurrecy is going to give you the optimum performance.</description><pubDate>Thu, 02 Nov 2006 11:53:30 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4079.aspx</link><description>Hi Trent.&lt;P&gt;This is done if I don't set them to be created as Stored Procedures in the DDT Table Properties, right? Then I should set the properties of the BOs created in my BO Library. Sorry for the basic question, but what would be the advantage of both approaches ? That is, if I haven't got them all wrong.&lt;P&gt;Thanks.</description><pubDate>Thu, 02 Nov 2006 09:52:06 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4075.aspx</link><description>No problem...I just wanted to make sure you knew how to use it :)&amp;nbsp;</description><pubDate>Thu, 02 Nov 2006 09:04:38 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4074.aspx</link><description>Trent,&lt;/P&gt;&lt;P&gt;I must not have set UpdateConcurrencyType = OptimisticTimeStamp.&amp;nbsp;I know that the field name was set correctly because I did double check that.&amp;nbsp;Like I said&amp;nbsp;I thought it might have been me.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR&gt;</description><pubDate>Thu, 02 Nov 2006 07:57:52 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Date Time Stamp column</title><link>http://forum.strataframe.net/FindPost4071.aspx</link><description>This will work because this is what we use for all of our BOs...both Row Versioning and TimeStamps.&amp;nbsp; You have to set two properties:&lt;/P&gt;&lt;P&gt;UpdateConcurrencyType = OptimisticTimeStamp&lt;BR&gt;RowVersionOrTimestampColumn = "YourDateTimeField"&lt;/P&gt;&lt;P&gt;That's all you have to do.&amp;nbsp; The same is true for the row versioning, which is more commonly used:&lt;/P&gt;&lt;P&gt;UpdateConcurrencyType = OptimisticRowVersion&lt;BR&gt;RowVersionOrTimestampColumn = "YourIntegerField"</description><pubDate>Thu, 02 Nov 2006 07:29:46 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>