<?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: ColdPress: SQL Server or MySQL or ORM?</title>
	<atom:link href="http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/</link>
	<description>design/development blog of  systemsevendesigns.com</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:01:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jake Munson</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89373</link>
		<dc:creator>Jake Munson</dc:creator>
		<pubDate>Thu, 17 Sep 2009 18:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89373</guid>
		<description>I was going to suggest DataMgr, but Steve beat me too it.  I am planning to use it to do exactly what you want in an open source project of mine.  Perfectly fits the bill...not a heavy handed ORM, but just an easy way to support multiple databases.</description>
		<content:encoded><![CDATA[<p>I was going to suggest DataMgr, but Steve beat me too it.  I am planning to use it to do exactly what you want in an open source project of mine.  Perfectly fits the bill&#8230;not a heavy handed ORM, but just an easy way to support multiple databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bryant</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89372</link>
		<dc:creator>Steve Bryant</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89372</guid>
		<description>At the risk of hawking my own (free) wares, this sounds like just the sort of thing for which DataMgr was built.

It doesn&#039;t require ORM syntax, runs on a wide selection of CFML engines, has a small footprint, and supports more databases than Transfer.

Oh yeah, and it *can* create the database schema for you - as well as manage adding any missing tables or columns (handy for upgrades). So no need for SQL scripts.
http://datamgr.riaforge.org/</description>
		<content:encoded><![CDATA[<p>At the risk of hawking my own (free) wares, this sounds like just the sort of thing for which DataMgr was built.</p>
<p>It doesn&#8217;t require ORM syntax, runs on a wide selection of CFML engines, has a small footprint, and supports more databases than Transfer.</p>
<p>Oh yeah, and it *can* create the database schema for you &#8211; as well as manage adding any missing tables or columns (handy for upgrades). So no need for SQL scripts.<br />
<a href="http://datamgr.riaforge.org/" rel="nofollow">http://datamgr.riaforge.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dean</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89371</link>
		<dc:creator>Jason Dean</dc:creator>
		<pubDate>Thu, 17 Sep 2009 15:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89371</guid>
		<description>re: &quot;I could use Transfer, but I’m wondering if that’s putting to many requirements on the app? ie: Requirements of Coldpress + the Requirements of Transfer = Requirements of the App&quot;

How is putting the requirement of having Transfer in the app any worse than having the requirement of a specific database?  

If you choose a specific database engine, then your requirements will REALLY be

ColdPress + Specific RDBMS

Seems to me that you will be making more difficult for people to use the product if you write it to a specific DB. I can assure you that if it only works with MS SQL that it would never be adopted where I work, nor would I use it for my personal site or any side work. 

Even using Transfer will not eliminate all of your cross DB issues. Unlike Hibernate, Transfer will NOT create your DB schema and tables for you, so you will still need a specific create script for each engine.

Finally, as Ben said. If you write your data access layer correctly, then you should need to worry. Try not to use SQL that is specific to certain DBs. Then you only nee dot worry about having specific create scripts for the application.</description>
		<content:encoded><![CDATA[<p>re: &#8220;I could use Transfer, but I’m wondering if that’s putting to many requirements on the app? ie: Requirements of Coldpress + the Requirements of Transfer = Requirements of the App&#8221;</p>
<p>How is putting the requirement of having Transfer in the app any worse than having the requirement of a specific database?  </p>
<p>If you choose a specific database engine, then your requirements will REALLY be</p>
<p>ColdPress + Specific RDBMS</p>
<p>Seems to me that you will be making more difficult for people to use the product if you write it to a specific DB. I can assure you that if it only works with MS SQL that it would never be adopted where I work, nor would I use it for my personal site or any side work. </p>
<p>Even using Transfer will not eliminate all of your cross DB issues. Unlike Hibernate, Transfer will NOT create your DB schema and tables for you, so you will still need a specific create script for each engine.</p>
<p>Finally, as Ben said. If you write your data access layer correctly, then you should need to worry. Try not to use SQL that is specific to certain DBs. Then you only nee dot worry about having specific create scripts for the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Nadel</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89370</link>
		<dc:creator>Ben Nadel</dc:creator>
		<pubDate>Thu, 17 Sep 2009 14:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89370</guid>
		<description>I&#039;m not a master architect, but, as long as you create a data access layer, you should be able to create an app that works with any database engine. ... at least in theory?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a master architect, but, as long as you create a data access layer, you should be able to create an app that works with any database engine. &#8230; at least in theory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89368</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89368</guid>
		<description>Hey Chad, just a question to your response. How will an ORM alienate the audience? Is there something that I&#039;m missing there?</description>
		<content:encoded><![CDATA[<p>Hey Chad, just a question to your response. How will an ORM alienate the audience? Is there something that I&#8217;m missing there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89364</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89364</guid>
		<description>You will alienate much of your audience going the ORM route. :)</description>
		<content:encoded><![CDATA[<p>You will alienate much of your audience going the ORM route. <img src='http://www.webdevkungfu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89363</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 17 Sep 2009 02:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89363</guid>
		<description>My vote is for MySQL. If you want to follow in the footsteps of Word Press keep it open source.</description>
		<content:encoded><![CDATA[<p>My vote is for MySQL. If you want to follow in the footsteps of Word Press keep it open source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Ho</title>
		<link>http://www.webdevkungfu.com/coldpress-sql-server-or-mysql-or-orm/comment-page-1/#comment-89362</link>
		<dc:creator>Henry Ho</dc:creator>
		<pubDate>Thu, 17 Sep 2009 01:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevkungfu.com/?p=151#comment-89362</guid>
		<description>ORM layer that supports CF9 ORM or Transfer. :)</description>
		<content:encoded><![CDATA[<p>ORM layer that supports CF9 ORM or Transfer. <img src='http://www.webdevkungfu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
