<?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: Porting Tasks Pro&#8482; to ADOdb</title>
	<atom:link href="http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb</link>
	<description>Alex King, Denver Web Developer</description>
	<lastBuildDate>Wed, 23 May 2012 19:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Ken Scott</title>
		<link>http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb#comment-4993</link>
		<dc:creator>Ken Scott</dc:creator>
		<pubDate>Thu, 21 Apr 2005 04:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/20/porting-tasks-pro-to-adodb/#comment-4993</guid>
		<description>What was the problem with the group by on MS SQL? I know SQL Server supports it (I use it all the time). Is it just a difference in syntax between MySQL and MS SQL?

Email me if you would like another pair of eyes to look at the syntax for you.</description>
		<content:encoded><![CDATA[<p>What was the problem with the group by on MS SQL? I know SQL Server supports it (I use it all the time). Is it just a difference in syntax between MySQL and MS SQL?</p>
<p>Email me if you would like another pair of eyes to look at the syntax for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb#comment-4992</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 21 Apr 2005 01:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/20/porting-tasks-pro-to-adodb/#comment-4992</guid>
		<description>Yeah, I&#039;m hoping to roll Postgres and Oracle in to the product i&#039;m working on during the second round of development. Since you moved to PHP5 you may also want to check out the integrated SQLite database.

Sorry for posting and trackbacking, I didn&#039;t think the comment went through so then I decided just to post on my blog.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;m hoping to roll Postgres and Oracle in to the product i&#8217;m working on during the second round of development. Since you moved to PHP5 you may also want to check out the integrated SQLite database.</p>
<p>Sorry for posting and trackbacking, I didn&#8217;t think the comment went through so then I decided just to post on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Landsman's Weblog</title>
		<link>http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb#comment-4991</link>
		<dc:creator>Ian Landsman's Weblog</dc:creator>
		<pubDate>Thu, 21 Apr 2005 00:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/20/porting-tasks-pro-to-adodb/#comment-4991</guid>
		<description>&lt;strong&gt;ADOdb&lt;/strong&gt;

Alex is porting Tasks to use ADOdb from straight MySQL. I&#039;ve built HelpSpot from the ground up using it. I&#039;ve been using it for several years and I&#039;m really happy with it.

He mentions the trouble Postgres can be if your moving from a MySQL/SQL Se...</description>
		<content:encoded><![CDATA[<p><strong>ADOdb</strong></p>
<p>Alex is porting Tasks to use ADOdb from straight MySQL. I&#8217;ve built HelpSpot from the ground up using it. I&#8217;ve been using it for several years and I&#8217;m really happy with it.</p>
<p>He mentions the trouble Postgres can be if your moving from a MySQL/SQL Se&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb#comment-4990</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 21 Apr 2005 00:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/20/porting-tasks-pro-to-adodb/#comment-4990</guid>
		<description>The majority of alternate database requests I get are for Postgres support. Also, with the uncertainty around the MySQL licensing stuff, I thought supporting another free database was a good hedge.</description>
		<content:encoded><![CDATA[<p>The majority of alternate database requests I get are for Postgres support. Also, with the uncertainty around the MySQL licensing stuff, I thought supporting another free database was a good hedge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Landsman</title>
		<link>http://alexking.org/blog/2005/04/20/tasks-pro-on-adodb#comment-4989</link>
		<dc:creator>Ian Landsman</dc:creator>
		<pubDate>Wed, 20 Apr 2005 23:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexking.org/blog/2005/04/20/porting-tasks-pro-to-adodb/#comment-4989</guid>
		<description>The ADOdb library is very good, I&#039;ve used it for several years now. The &lt;a href=&quot;http://www.userscape.com/products/helpspot/&quot;&gt;help desk software&lt;/a&gt; I&#039;m working on is built with it from the ground up. Postgres is such a pain that I&#039;m actually not going to support it, at least in v1. MySQL and M$ SQL Server use very similar dialects of SQL so supporting both of them is easy.

It&#039;s also been my experience the you can get away with supporting MySQL OR Postgres and you&#039;re ok as most shops that use one are OK with the other as long as they don&#039;t have to buy an MS product.</description>
		<content:encoded><![CDATA[<p>The ADOdb library is very good, I&#8217;ve used it for several years now. The <a href="http://www.userscape.com/products/helpspot/">help desk software</a> I&#8217;m working on is built with it from the ground up. Postgres is such a pain that I&#8217;m actually not going to support it, at least in v1. MySQL and M$ SQL Server use very similar dialects of SQL so supporting both of them is easy.</p>
<p>It&#8217;s also been my experience the you can get away with supporting MySQL OR Postgres and you&#8217;re ok as most shops that use one are OK with the other as long as they don&#8217;t have to buy an MS product.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

