 




<?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: How to determine if ANY fields have changed in a file, when user maintains a record of info</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-determine-if-any-fields-have-changed-in-a-file-when-user-maintains-a-record-of-info/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-determine-if-any-fields-have-changed-in-a-file-when-user-maintains-a-record-of-info/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 17:28:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-determine-if-any-fields-have-changed-in-a-file-when-user-maintains-a-record-of-info/#comment-71210</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Fri, 04 Dec 2009 01:36:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-71210</guid>
		<description><![CDATA[Note that journaling for this purpose may require both before and after images.

Also, recent database journal enhancements allow CRTJRN MINENTDTA(*FLDBDY) which &lt;i&gt;might&lt;/i&gt; make STRJRNPF IMAGES(*BOTH) more attractive -- at the cost of potentially more complex auditing.

Tom]]></description>
		<content:encoded><![CDATA[<p>Note that journaling for this purpose may require both before and after images.</p>
<p>Also, recent database journal enhancements allow CRTJRN MINENTDTA(*FLDBDY) which <i>might</i> make STRJRNPF IMAGES(*BOTH) more attractive &#8212; at the cost of potentially more complex auditing.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toddn2000</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-determine-if-any-fields-have-changed-in-a-file-when-user-maintains-a-record-of-info/#comment-71194</link>
		<dc:creator>toddn2000</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:33:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-71194</guid>
		<description><![CDATA[can be done a few ways. 

I agree the easiest would be to turn on journaling if you want every posibility of change being caught.

If you are only interested in changes within the application you could store the fieds in a data structure when retrieved,   then compare the values before the update is done.]]></description>
		<content:encoded><![CDATA[<p>can be done a few ways. </p>
<p>I agree the easiest would be to turn on journaling if you want every posibility of change being caught.</p>
<p>If you are only interested in changes within the application you could store the fieds in a data structure when retrieved,   then compare the values before the update is done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.039 seconds using memcached
Object Caching 281/287 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 22:07:02 -->