<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/wordpress-mu-1.2.3-2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: RAD Studio Roadmap Updated</title>
	<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051</link>
	<description>The Blog of the Delphi Product Manager</description>
	<pubDate>Sat, 06 Sep 2008 07:31:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.3-2.2.1</generator>

	<item>
		<title>By: R. Corona</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19541</link>
		<author>R. Corona</author>
		<pubDate>Tue, 29 Apr 2008 03:45:00 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19541</guid>
		<description>1.- Include native Firebird support

2.- No IDE dependencies to .NET. It is really annoying and slow to load, and swallows memory.

Thx.</description>
		<content:encoded><![CDATA[<p>1.- Include native Firebird support</p>
<p>2.- No IDE dependencies to .NET. It is really annoying and slow to load, and swallows memory.</p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baligh B</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19510</link>
		<author>Baligh B</author>
		<pubDate>Fri, 25 Apr 2008 21:05:21 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19510</guid>
		<description>I hope CodeGear gives developers and especially me the possibility to be independent of windows registry, which means a portable version especially the libraries directories reference in the windows registry.</description>
		<content:encoded><![CDATA[<p>I hope CodeGear gives developers and especially me the possibility to be independent of windows registry, which means a portable version especially the libraries directories reference in the windows registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baligh B</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19509</link>
		<author>Baligh B</author>
		<pubDate>Fri, 25 Apr 2008 21:04:57 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19509</guid>
		<description>I hope CodeGear gives developers and especially me the possibility to be independent of windows registry, which means a portable version especially the libraries directories reference in the windows garbage (registry).</description>
		<content:encoded><![CDATA[<p>I hope CodeGear gives developers and especially me the possibility to be independent of windows registry, which means a portable version especially the libraries directories reference in the windows garbage (registry).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Johnson</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19504</link>
		<author>C Johnson</author>
		<pubDate>Fri, 25 Apr 2008 00:00:32 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19504</guid>
		<description>I'm having troubles figuring out if John is serious or just pulling our legs.  There might be a greater truth about our industry hidden in that indecissiveness.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having troubles figuring out if John is serious or just pulling our legs.  There might be a greater truth about our industry hidden in that indecissiveness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snorkel</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19502</link>
		<author>Snorkel</author>
		<pubDate>Thu, 24 Apr 2008 22:49:51 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19502</guid>
		<description>How about some dbexpress support for PostgreSQL?
There is a older driver that shipped with Kylix, so I know you guys can do it....

Later,

Snorkel</description>
		<content:encoded><![CDATA[<p>How about some dbexpress support for PostgreSQL?<br />
There is a older driver that shipped with Kylix, so I know you guys can do it&#8230;.</p>
<p>Later,</p>
<p>Snorkel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19501</link>
		<author>John</author>
		<pubDate>Thu, 24 Apr 2008 21:47:08 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19501</guid>
		<description>About Delphi's database framework.

It is really poor now compared to another ones like ADO.Net, Java JDBC and so on. When I develop TCustomDataSet decendands,
it annoys me.

1.Support real TimeStamp Field with *nano* second precision.
Database's TimeStamp column is often used for detecting changes made by ohter transactions but when i use ClientDataSet, I cant include TimeStamp Field for Where Clause in the SQL statement
generated automatically by TSQLResolver. then I have to exclude
pfInWhere flag from TField's ProviderFlags property.

2.Add new field type correspond to OLE's varDecimal Variant type.
Although Delphi has own's Bcd type(TBcd), it is really unstable(look at QC reports).
Who here can trust delphi's bcd type? if codegear cant make reliable codes. Pls use OS's functionality for supporting bcd.

3.Add new field types for unsigned 32bit and 64 bit integer, which makes easier to map SQL datatype to Delphi datatype.

Data loss is a big problem for  database application but delphi is really s... i wont use Delphi for develoing DB app.

thx</description>
		<content:encoded><![CDATA[<p>About Delphi&#8217;s database framework.</p>
<p>It is really poor now compared to another ones like ADO.Net, Java JDBC and so on. When I develop TCustomDataSet decendands,<br />
it annoys me.</p>
<p>1.Support real TimeStamp Field with *nano* second precision.<br />
Database&#8217;s TimeStamp column is often used for detecting changes made by ohter transactions but when i use ClientDataSet, I cant include TimeStamp Field for Where Clause in the SQL statement<br />
generated automatically by TSQLResolver. then I have to exclude<br />
pfInWhere flag from TField&#8217;s ProviderFlags property.</p>
<p>2.Add new field type correspond to OLE&#8217;s varDecimal Variant type.<br />
Although Delphi has own&#8217;s Bcd type(TBcd), it is really unstable(look at QC reports).<br />
Who here can trust delphi&#8217;s bcd type? if codegear cant make reliable codes. Pls use OS&#8217;s functionality for supporting bcd.</p>
<p>3.Add new field types for unsigned 32bit and 64 bit integer, which makes easier to map SQL datatype to Delphi datatype.</p>
<p>Data loss is a big problem for  database application but delphi is really s&#8230; i wont use Delphi for develoing DB app.</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J Doll</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19498</link>
		<author>J Doll</author>
		<pubDate>Thu, 24 Apr 2008 17:53:36 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19498</guid>
		<description>"Future Delphi and C++Builder releases will be tailored for: 

ISVs and MicroISVs 
VARs, Consultants, and System Integrators 
Small to medium sized businesses 
Departmental Teams in Med/Lg Enterprise Organizations"

Is that the offical we killed the Turbos?</description>
		<content:encoded><![CDATA[<p>"Future Delphi and C++Builder releases will be tailored for: </p>
<p>ISVs and MicroISVs<br />
VARs, Consultants, and System Integrators<br />
Small to medium sized businesses<br />
Departmental Teams in Med/Lg Enterprise Organizations"</p>
<p>Is that the offical we killed the Turbos?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maziar Navahan</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19497</link>
		<author>Maziar Navahan</author>
		<pubDate>Thu, 24 Apr 2008 15:29:04 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19497</guid>
		<description>what about Firebird native support in delphi 

ic can not see it ;-(</description>
		<content:encoded><![CDATA[<p>what about Firebird native support in delphi </p>
<p>ic can not see it ;-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pratt</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19496</link>
		<author>Pratt</author>
		<pubDate>Thu, 24 Apr 2008 15:00:12 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19496</guid>
		<description>I hope CodeGear gives developers an option to bring back the old way creating events to end of code, not alphabetically. I wonder why this was changed in 2006, there is no QC request.</description>
		<content:encoded><![CDATA[<p>I hope CodeGear gives developers an option to bring back the old way creating events to end of code, not alphabetically. I wonder why this was changed in 2006, there is no QC request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ottar</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19495</link>
		<author>Ottar</author>
		<pubDate>Thu, 24 Apr 2008 10:52:12 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19495</guid>
		<description>At work I could really use some DBX-components that work more like the BDE-components. We have a 600 000 LOF applications with probably a couple of hundreds DBGrid's around, and porting it from BDE (TQuery-&#62;TDatabase-&#62;BDE-&#62;ODBC-&#62;SQL Server) to DBX isn't going to happen with the current DBX-components. Not unless some MS-update breaks the app (I'm sometimes hoping for that, so that we could get BDE out...)

Also, it would be nice if you could extend the DBX SQL Server driver to support SQL Server Compact.</description>
		<content:encoded><![CDATA[<p>At work I could really use some DBX-components that work more like the BDE-components. We have a 600 000 LOF applications with probably a couple of hundreds DBGrid&#8217;s around, and porting it from BDE (TQuery-&gt;TDatabase-&gt;BDE-&gt;ODBC-&gt;SQL Server) to DBX isn&#8217;t going to happen with the current DBX-components. Not unless some MS-update breaks the app (I&#8217;m sometimes hoping for that, so that we could get BDE out&#8230;)</p>
<p>Also, it would be nice if you could extend the DBX SQL Server driver to support SQL Server Compact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19494</link>
		<author>David</author>
		<pubDate>Thu, 24 Apr 2008 09:14:23 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19494</guid>
		<description>I'm disappointed about updated roadmap. Time frame is shifted to second half of year. 
Additional areas of focus under consideration for Tiburón must be included, not considered. Where is theming, new grapics, ribon control, improved and enhanced VCL? What this version brings to my cutomers?</description>
		<content:encoded><![CDATA[<p>I&#8217;m disappointed about updated roadmap. Time frame is shifted to second half of year.<br />
Additional areas of focus under consideration for Tiburón must be included, not considered. Where is theming, new grapics, ribon control, improved and enhanced VCL? What this version brings to my cutomers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Malcolm</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19493</link>
		<author>Paul Malcolm</author>
		<pubDate>Thu, 24 Apr 2008 08:47:20 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19493</guid>
		<description>Re the Firebird paranoia.

Your=Borland &#124; Inprise :-) &#124; Code Gear...

I think its time to grow up on this problem of your own making. Its there, it works, you started most developers down this track. A large proportion of developers using your IDE's support Firebird because of your bad judgement. Continuing to ignore it just sends out the message that your judgement has not improved and you haven't learnt from your mistakes.

One thing I find ludicrous is the the PHP4Delphi site proclaims support to for competitors to Interbase in the commercial db arena, but chooses to ignore the fact that Firebird is not supported but PostgreSQL is supported.


Connectivity with leading databases including MySQL, Oracle, Microsoft SQL Server, PostgreSQL and InterBase is seamless, 


If anyone takes this at face value, and is developing with FireBird, a lost customer ? Good Tactics ?

While your head is stuck firmly in the sand, your butt is exposed to the elements.

I see new Firebird users appearing on the support list, looking for development tools. These are a new younger generation that have no knowledge of the Code Gear ostrich stance. Without guidance will look else where.</description>
		<content:encoded><![CDATA[<p>Re the Firebird paranoia.</p>
<p>Your=Borland | Inprise <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> | Code Gear&#8230;</p>
<p>I think its time to grow up on this problem of your own making. Its there, it works, you started most developers down this track. A large proportion of developers using your IDE&#8217;s support Firebird because of your bad judgement. Continuing to ignore it just sends out the message that your judgement has not improved and you haven&#8217;t learnt from your mistakes.</p>
<p>One thing I find ludicrous is the the PHP4Delphi site proclaims support to for competitors to Interbase in the commercial db arena, but chooses to ignore the fact that Firebird is not supported but PostgreSQL is supported.</p>
<p>Connectivity with leading databases including MySQL, Oracle, Microsoft SQL Server, PostgreSQL and InterBase is seamless, </p>
<p>If anyone takes this at face value, and is developing with FireBird, a lost customer ? Good Tactics ?</p>
<p>While your head is stuck firmly in the sand, your butt is exposed to the elements.</p>
<p>I see new Firebird users appearing on the support list, looking for development tools. These are a new younger generation that have no knowledge of the Code Gear ostrich stance. Without guidance will look else where.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajasja</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19492</link>
		<author>Ajasja</author>
		<pubDate>Thu, 24 Apr 2008 08:45:01 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19492</guid>
		<description>4- Being able to define your own hot keys for commands in IDE.
5- Having some new, improved and enhanced Data components (Like DBTreeView, DBGrid with Themes and Footers, Auto sorting, TreeGrid, …)

Yup, these are minor details, but would be very handy!:)
Otherwise the roadmap is good.</description>
		<content:encoded><![CDATA[<p>4- Being able to define your own hot keys for commands in IDE.<br />
5- Having some new, improved and enhanced Data components (Like DBTreeView, DBGrid with Themes and Footers, Auto sorting, TreeGrid, …)</p>
<p>Yup, these are minor details, but would be very handy!:)<br />
Otherwise the roadmap is good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair Ward</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19491</link>
		<author>Alistair Ward</author>
		<pubDate>Thu, 24 Apr 2008 03:20:17 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19491</guid>
		<description>You should really amend the Roadmap document to clearly state (there) that it is only covering the native features.

Anybody who found the roadmap (not via your blog) might well assume that .Net had fallen off your roadmap :-)</description>
		<content:encoded><![CDATA[<p>You should really amend the Roadmap document to clearly state (there) that it is only covering the native features.</p>
<p>Anybody who found the roadmap (not via your blog) might well assume that .Net had fallen off your roadmap <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FatCatHu</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19490</link>
		<author>FatCatHu</author>
		<pubDate>Thu, 24 Apr 2008 02:20:39 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19490</guid>
		<description>Anonymous Methods ..... closure ????</description>
		<content:encoded><![CDATA[<p>Anonymous Methods &#8230;.. closure ????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio Buso</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19489</link>
		<author>Mauricio Buso</author>
		<pubDate>Thu, 24 Apr 2008 02:03:58 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19489</guid>
		<description>I think that 64 bit and cross-platform compilation deserves high top priority. 64 Bit OSes become from years, and Borland (after CodeGear) ignores its growth usage. Another doubt: Mobile Development. All development IDEs supports mobile. Until the FreePascal supports, and FreePascal are a community product. Shame on the Delphi.

I do not believe that CodeGear has no capacity to develop these improvements in a period less than one year. This is the reason that so many great developers are changing the development language. Open your eyes Codegear, and observe what their customers are asking with such emergency.</description>
		<content:encoded><![CDATA[<p>I think that 64 bit and cross-platform compilation deserves high top priority. 64 Bit OSes become from years, and Borland (after CodeGear) ignores its growth usage. Another doubt: Mobile Development. All development IDEs supports mobile. Until the FreePascal supports, and FreePascal are a community product. Shame on the Delphi.</p>
<p>I do not believe that CodeGear has no capacity to develop these improvements in a period less than one year. This is the reason that so many great developers are changing the development language. Open your eyes Codegear, and observe what their customers are asking with such emergency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.A.</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19488</link>
		<author>K.A.</author>
		<pubDate>Thu, 24 Apr 2008 00:54:00 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19488</guid>
		<description>Great, I specially like the Datasnap proposition.

For my 2 cents, I'd like to see these features implemented in (Native) Delphi:
1- Having forms compiled as code, not resources. It'll be faster, and safer.
2- Having .dfm and .pas files in one single (maybe XML) Version- Control-Friendly file.
3- Having an IDE without dependencies to .NET. It is really annoying and slow to load, and swallows memory.
4- Being able to define your own hot keys for commands in IDE.
5- Being able to TOTALLY export/import your settings.
5- Having some new, improved and enhanced Data components (Like DBTreeView, DBGrid with Themes and Footers, Auto sorting, TreeGrid, ...)
6- Smarter Linker, to avoid more code bloat.
7- We'll need way more optimizations. WAY MORE!

I have many more, but these would be actually enough for starters!</description>
		<content:encoded><![CDATA[<p>Great, I specially like the Datasnap proposition.</p>
<p>For my 2 cents, I&#8217;d like to see these features implemented in (Native) Delphi:<br />
1- Having forms compiled as code, not resources. It&#8217;ll be faster, and safer.<br />
2- Having .dfm and .pas files in one single (maybe XML) Version- Control-Friendly file.<br />
3- Having an IDE without dependencies to .NET. It is really annoying and slow to load, and swallows memory.<br />
4- Being able to define your own hot keys for commands in IDE.<br />
5- Being able to TOTALLY export/import your settings.<br />
5- Having some new, improved and enhanced Data components (Like DBTreeView, DBGrid with Themes and Footers, Auto sorting, TreeGrid, &#8230;)<br />
6- Smarter Linker, to avoid more code bloat.<br />
7- We&#8217;ll need way more optimizations. WAY MORE!</p>
<p>I have many more, but these would be actually enough for starters!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Machado</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19487</link>
		<author>Alexandre Machado</author>
		<pubDate>Wed, 23 Apr 2008 23:55:31 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19487</guid>
		<description>I'm very excited about DataSnap enhancements Nick. DataSnap servers conversing with different clients is a must, IMO. Congrats!</description>
		<content:encoded><![CDATA[<p>I&#8217;m very excited about DataSnap enhancements Nick. DataSnap servers conversing with different clients is a must, IMO. Congrats!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Johnson</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19486</link>
		<author>C Johnson</author>
		<pubDate>Wed, 23 Apr 2008 22:50:18 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19486</guid>
		<description>There are some great things there.  Generics and anonymous methods are the foundation for linq related technologies, so great to have them in there.  I'm hoping that the unicode change isn't too insane, as I do have some 3rd party legacy components to support (I believe we talked about that in email Nick) and my private internet components do the old string as char buffer trick that is going to cause some hickups along the way.

I'll just echo the long standing "firebird specific drivers please!" call.  Maybe Codegear can fork the interbase libraries in co-operation with the open source firebird community without too much brain bending effort...

As far as Commodore goes, considering how much of ram hog BDS can be (oy!) it would be useful to see a 32 bit version AND a 64 bit version of the IDE that can take advatange the extra ram available on 64 bit systems (8gb of ram is pretty cheap!, and 32 bit tasks top out at 2gb no matter what, so ya know, as things grow, the ability to access more ram is going to be a must.)

I figure by the time Commodore comes out, I'll be using a quad core system with at least 16gb of ram (in spite of it being a cheaper, low end machine only slightly modified with extra ram and HDs), so by then the need for the IDE to be 64 bit capable will be even more important.</description>
		<content:encoded><![CDATA[<p>There are some great things there.  Generics and anonymous methods are the foundation for linq related technologies, so great to have them in there.  I&#8217;m hoping that the unicode change isn&#8217;t too insane, as I do have some 3rd party legacy components to support (I believe we talked about that in email Nick) and my private internet components do the old string as char buffer trick that is going to cause some hickups along the way.</p>
<p>I&#8217;ll just echo the long standing "firebird specific drivers please!" call.  Maybe Codegear can fork the interbase libraries in co-operation with the open source firebird community without too much brain bending effort&#8230;</p>
<p>As far as Commodore goes, considering how much of ram hog BDS can be (oy!) it would be useful to see a 32 bit version AND a 64 bit version of the IDE that can take advatange the extra ram available on 64 bit systems (8gb of ram is pretty cheap!, and 32 bit tasks top out at 2gb no matter what, so ya know, as things grow, the ability to access more ram is going to be a must.)</p>
<p>I figure by the time Commodore comes out, I&#8217;ll be using a quad core system with at least 16gb of ram (in spite of it being a cheaper, low end machine only slightly modified with extra ram and HDs), so by then the need for the IDE to be 64 bit capable will be even more important.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Bartholdsson</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19485</link>
		<author>Peter Bartholdsson</author>
		<pubDate>Wed, 23 Apr 2008 22:37:18 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19485</guid>
		<description>Looks like the DPL ended up in Commodore, still Tiburon looks like it'll be a great upgrade! :D</description>
		<content:encoded><![CDATA[<p>Looks like the DPL ended up in Commodore, still Tiburon looks like it&#8217;ll be a great upgrade! <img src='http://blogs.codegear.com/nickhodges/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esteban Pacheco</title>
		<link>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19484</link>
		<author>Esteban Pacheco</author>
		<pubDate>Wed, 23 Apr 2008 22:28:40 +0000</pubDate>
		<guid>http://blogs.codegear.com/nickhodges/2008/04/23/39051#comment-19484</guid>
		<description>Great news!

Improving DataSnap and DBExpress is the way to go!!

Thank you!</description>
		<content:encoded><![CDATA[<p>Great news!</p>
<p>Improving DataSnap and DBExpress is the way to go!!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
