﻿<?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?)  » DB2 CRUD</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 01 Jun 2026 11:30:59 GMT</lastBuildDate><ttl>20</ttl><item><title>DB2 CRUD</title><link>http://forum.strataframe.net/FindPost12452.aspx</link><description>What are the default CRUD settings when using the SF DB2 Client? specifically as they relate to concurrency.</description><pubDate>Wed, 07 Nov 2007 09:25:38 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: DB2 CRUD</title><link>http://forum.strataframe.net/FindPost12520.aspx</link><description>THAT IS AWESOME, thanks!</description><pubDate>Wed, 07 Nov 2007 09:25:38 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: DB2 CRUD</title><link>http://forum.strataframe.net/FindPost12517.aspx</link><description>Yeah, I would recommend using row versioning over the all fields concurrency.&amp;nbsp; So, either use row versioning with DB2 or just turn all concurrency checking off if you don't have a need for it or you don't care about it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;As for needing sprocs for the updates, you don't have to have them for row versioning... you just need an extra int column to store off the row version.&amp;nbsp; Then put the name of that column in the RowVersionOrTimestamp column property on the business object and the BO will take care of the rest.</description><pubDate>Wed, 07 Nov 2007 09:17:56 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: DB2 CRUD</title><link>http://forum.strataframe.net/FindPost12505.aspx</link><description>yes it was exactly what i was looking for confirmation of, thank you very much.&lt;br&gt;
&lt;br&gt;
Is is safe to assume that OptimisticAllFields could lead to significant performance issues, hence why you suggest row versioning in your classes and documentation?&lt;br&gt;
&lt;br&gt;
If I want that with DB2 I would have to write my own update sprocs eh?&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;br&gt;</description><pubDate>Tue, 06 Nov 2007 17:15:56 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: DB2 CRUD</title><link>http://forum.strataframe.net/FindPost12474.aspx</link><description>The default settings are the same for DB2 as they are for SQL Server... UpdateConcurrencyType is set to OptimisticAllFields and the DeleteConcurrencyType is set to Off.&lt;/P&gt;&lt;P&gt;Is that what you were wondering?</description><pubDate>Tue, 06 Nov 2007 09:01:39 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>