<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Steve Bryant - CF_DMQuery</title>
			<link>http://www.bryantwebconsulting.com/blog/index.cfm</link>
			<description>A Web Programmer&apos;s Exploration</description>
			<language>en-us</language>
			<pubDate>Mon, 08 Jun 2026 23:10:15-0500</pubDate>
			<lastBuildDate>Mon, 13 Dec 2010 15:20:00-0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>steve@bryantwebconsulting.com</managingEditor>
			<webMaster>steve@bryantwebconsulting.com</webMaster>
			
			
			
			
			
			<item>
				<title>DataMgr 2.5 Beta 2</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/13/DataMgr-25-Beta-2</link>
				<description>
				
				What a fun weekend! We got to celebrate my brother-in-law&apos;s birthday, I took my girl to a Christmas party, my kids turned 23 months old, and (more relevant to this blog) I finished the second beta of DataMgr 2.5.

(&lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/what-is-datamgr.cfm&quot;&gt;What is DataMgr?&lt;/a&gt;)

So, what is new in DataMgr 2.5 Beta 2 (since &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/9/2/DataMgr-25-Beta-1&quot;&gt;Beta 1&lt;/a&gt;)?

&lt;ul&gt;
	&lt;li&gt;Optional &quot;XmlData&quot; argument to &quot;&lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/getting-started.cfm?version=2.5&quot;&gt;init&lt;/a&gt;&quot; method (calls &quot;loadXml&quot; automatically)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/filters.cfm?version=2.5&quot;&gt;Filters&lt;/a&gt; (and &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/named-filters.cfm?version=2.5&quot;&gt;named filters&lt;/a&gt;) can now accept CF-style operators (like &quot;GTE&quot; for &quot;&amp;gt;=&quot;) as well as SQL-style operators.&lt;/li&gt;
	&lt;li&gt;Optional &quot;truncate&quot; argument to automatically &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/truncate-data.cfm&quot;&gt;truncate&lt;/a&gt; data to fit in database while &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/save-data.cfm&quot;&gt;saving data&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;Optional &quot;fieldlist&quot; argument to limit the data that can be changed while &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/save-data.cfm&quot;&gt;saving data&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;New methods to return SQL used internally: &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/get-methods-sql.cfm?version=2.5&quot;&gt;getSelectSQL, getFromSQL, getWhereSQL&lt;/a&gt;. This is very useful with &lt;a href=&quot;http://dmquery.riaforge.org/&quot;&gt;CF_DMQuery&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;New &quot;applyListRelations&quot; method (take tablename,query) for post-calculation of &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/lists.cfm?version=2.5&quot;&gt;list relations&lt;/a&gt; for getRecords() - also useful with &lt;a href=&quot;http://dmquery.riaforge.org/&quot;&gt;CF_DMQuery&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;For tables with a simple (single-field) primary keys, the ability to pass a single value into the &quot;data&quot; argument for getRecords() instead of a structure of values.&lt;/li&gt;
	&lt;li&gt;New &quot;isDeletable&quot; calculated field available to &quot;getRecords&quot; determines if each record can be deleted based on &quot;onDelete&quot; property of &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/relation-fields.cfm?version=2.5&quot;&gt;relation fields&lt;/a&gt;.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2007/8/23/checking_for_related_records_on_deletion&quot;&gt;Verifications on record deletions&lt;/a&gt; now check deletes that DataMgr would cascade prior to deleting record.&lt;/li&gt;
	&lt;li&gt;New &quot;ftable&quot; attribute (this deserves its own blog entry).&lt;/li&gt;
	&lt;li&gt;Some small MS SQL specific improvements&lt;/li&gt;
	&lt;li&gt;A few very minor bug fixes&lt;/li&gt;
&lt;/ul&gt;

Feel free to download &lt;a href=&quot;/downloads/DataMgr_2_5_Beta2.zip&quot;&gt;DataMgr 2.5 Beta 2&lt;/a&gt; (zip) or use the &lt;a href=&quot;http://sebtools-svn.cvsdude.com/DataMgr/&quot;&gt;repository&lt;/a&gt; for the Bleeding Edge Release. For the latest full release, use the &lt;a href=&quot;http://datamgr.riaforge.org/&quot;&gt;DataMgr RIAForge&lt;/a&gt; page. DataMgr is open source and free for any use.
				
				</description>
						
				
				<category>CF_DMQuery</category>				
				
				<category>DataMgr</category>				
				
				<pubDate>Mon, 13 Dec 2010 15:20:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/12/13/DataMgr-25-Beta-2</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Manager.cfc and Elasticity</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/30/Managercfc-and-Elasticity</link>
				<description>
				
				Whenever I see any example saying &quot;See how easy this is!?&quot;, I inevitably think &quot;What happens when my needs differs a bit from the expected?&quot;. My worry is that I could start with a situation for which the tool is a good match and then things change a bit. Do I have to abandon the tool altogether in those cases? Basically, I always want to know how much elasticity any solution has.

More often than not, it seems, systems that are extremely efficient have very little elasticity (think of airline schedules where bad weather anywhere effects flight patterns everywhere). I think that the past several blog entries on &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/12/Super-Easy-CRUDFile-Management&quot;&gt;Super-Easy CRUD/File Management&lt;/a&gt; have demonstrated that the &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/com-sebtools/&quot;&gt;com.sebtools package&lt;/a&gt; provides great efficiency for basic CRUD and file tasks. What it hasn&apos;t demonstrated (yet) is how elastic it is when the problem is more complicated than what com.sebtools is built to handle.
				 [More]
				</description>
						
				
				<category>CF_DMQuery</category>				
				
				<category>com.sebtools</category>				
				
				<category>DataMgr</category>				
				
				<pubDate>Tue, 30 Nov 2010 10:30:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/11/30/Managercfc-and-Elasticity</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Introducing CF_DMQuery</title>
				<link>http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/1/Introducing-CFDMQuery</link>
				<description>
				
				One of my favorite things about ColdFusion compared to other languages is the &lt;a href=&quot;http://www.cfdocs.org/cfquery&quot;&gt;CFQUERY&lt;/a&gt; tag. It is just a real thing of beauty. I rarely use it any more, however, because I use &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/datamgr/&quot;&gt;DataMgr&lt;/a&gt; for my every day CRUD work (actually I use &lt;a href=&quot;http://www.bryantwebconsulting.com/docs/com-sebtools/manager.cfm&quot;&gt;Manager.cfc&lt;/a&gt;, but that is another story). I rarely have to write any SQL code any more.

Rarely isn&apos;t the same as never, though. I have actually found a spectrum of cases for which I need to write custom SQL. First is the case where I need something more complicated than what DataMgr is built to handle and I don&apos;t need any of the functionality that DataMgr provides. In this case, I can easily move to using CFQUERY and I do so happily.
				 [More]
				</description>
						
				
				<category>CF_DMQuery</category>				
				
				<category>DataMgr</category>				
				
				<pubDate>Fri, 01 Oct 2010 10:00:00-0500</pubDate>
				<guid>http://www.bryantwebconsulting.com/blog/index.cfm/2010/10/1/Introducing-CFDMQuery</guid>
				
			</item>
			
		 	
			</channel></rss>