<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>ColdFusion RIA - SQL</title>
			<link>http://www.coldfusion-ria.com/Blog/index.cfm</link>
			<description>Discovering ColdFusion based RIA Development and Blogging about it</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 12:32:34 -0400</pubDate>
			<lastBuildDate>Wed, 22 Jul 2009 22:48:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>shahkumar@gmail.com</managingEditor>
			<webMaster>shahkumar@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>shahkumar@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>ColdFusion 9&apos;s ORM Entity Load Functions</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/22/ColdFusion-9s-ORM-Entity-Load-Functions</link>
				<description>
				
				Update: Demo is currently unavailable.

&lt;p&gt;This is a blog post, mainly so I have a good single place to refer the many varities of EntityLoad() functions available in ColdFusion 9. EntityLoad() is the main method you will be using to retreive objects for your persistent CFCs.&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://cfria.coldfusion9.beta.hostek.com/ORM/ormtest.cfm&quot; target=&quot;_blank&quot;&gt;The Demo&lt;/a&gt; has eight different examples to accomplish various tasks through EntityLoad() function.&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>SQL</category>
				
				<pubDate>Wed, 22 Jul 2009 22:48:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/22/ColdFusion-9s-ORM-Entity-Load-Functions</guid>
				
				
			</item>
			
			<item>
				<title>ColdFusion 9 cfgrid with ORM: Part 1</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/21/ColdFusion-9-cfgrid-with-ORM-Part-1</link>
				<description>
				
				&lt;p&gt;
One of the exciting new feature in ColdFusion 9 is its ORM implementation. ORM in simplest terms allows us to access the database using objects, or in in even more simpler terms you don&apos;t have to write any queries for simple CRUD functions. To learn more about ColdFusion 9 ORM visit &lt;a href=&quot;http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSD628ADC4-A5F7-4079-99E0-FD725BE9B4BD.html&quot; target=&quot;_blank&quot;&gt;Adobe&apos;s ColdFusion 9 ORM Docs&lt;/a&gt; and &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/articles/coldfusion9_orm_02.html&quot; target=&quot;_blank&quot;&gt;Introducing ORM in ColdFusion 9 Beta&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
This post will look at implementing a cfgrid using ORM. This will be first in a series starting from just implementing the grid to read data ending with a full fledged CRUD cfgrid with ORM.
&lt;/p&gt;  [More]
				</description>
				
				<category>ColdFusion 9</category>
				
				<category>SQL</category>
				
				<category>RIA</category>
				
				<category>Web Development</category>
				
				<category>Ajax</category>
				
				<pubDate>Tue, 21 Jul 2009 12:30:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/21/ColdFusion-9-cfgrid-with-ORM-Part-1</guid>
				
				
			</item>
			
			<item>
				<title>Delete and Drop All Tables from SQL Server Database</title>
				<link>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/Delete-and-Drop-All-Tables-from-SQL-Server-Database</link>
				<description>
				
				&lt;p&gt;
This post is more for record keeping. Found this useful little SQL on another site and posting it here will make it accessible to me forever.
&lt;/p&gt;  [More]
				</description>
				
				<category>Other</category>
				
				<category>SQL</category>
				
				<pubDate>Mon, 20 Jul 2009 02:01:00 -0400</pubDate>
				<guid>http://www.coldfusion-ria.com/Blog/index.cfm/2009/7/20/Delete-and-Drop-All-Tables-from-SQL-Server-Database</guid>
				
				
			</item>
			</channel></rss>