<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>infused.org &#187; DBF</title>
	<atom:link href="http://www.infused.org/category/dbf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infused.org</link>
	<description></description>
	<lastBuildDate>Tue, 05 Jan 2010 00:33:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DBF 1.0.9 update</title>
		<link>http://www.infused.org/2009/01/15/dbf-109-update/</link>
		<comments>http://www.infused.org/2009/01/15/dbf-109-update/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 19:32:44 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[DBF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.infused.org/?p=483</guid>
		<description><![CDATA[DBF is a small fast Ruby library for reading dBase, xBase, Clipper and FoxPro database files
Changes in version 1.0.9:

Fix incorrect integer column values (only affecting some dbf files)
Add CSV export

]]></description>
			<content:encoded><![CDATA[<p><a href="http://github.com/infused/dbf/tree/masterg">DBF</a> is a small fast Ruby library for reading dBase, xBase, Clipper and FoxPro database files</p>
<p>Changes in version 1.0.9:</p>
<ul>
<li>Fix incorrect integer column values (only affecting some dbf files)</li>
<li>Add CSV export</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.infused.org/2009/01/15/dbf-109-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBF 1.0.6 update</title>
		<link>http://www.infused.org/2007/11/27/dbf-106-update/</link>
		<comments>http://www.infused.org/2007/11/27/dbf-106-update/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 05:43:13 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[DBF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.infused.org/2007/11/27/dbf-106-update/</guid>
		<description><![CDATA[DBF is a small fast library for reading dBase, xBase, Clipper and FoxPro database files. It is written completely in Ruby and has no external dependencies.
Changes in version 1.0.5:

Strip non-ascii characters from column names

]]></description>
			<content:encoded><![CDATA[<p><a href="http://dbf.rubyforge.org">DBF</a> is a small fast library for reading dBase, xBase, Clipper and FoxPro database files. It is written completely in Ruby and has no external dependencies.</p>
<p>Changes in version 1.0.5:</p>
<ul>
<li>Strip non-ascii characters from column names</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.infused.org/2007/11/27/dbf-106-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBF 1.0.2 Update</title>
		<link>http://www.infused.org/2007/08/15/dbf-102-update/</link>
		<comments>http://www.infused.org/2007/08/15/dbf-102-update/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 21:50:50 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[DBF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.infused.org/2007/08/15/dbf-102-update/</guid>
		<description><![CDATA[DBF is a small fast library for reading dBase, xBase, Clipper and FoxPro database files. It is written completely in Ruby and has no external dependencies.
Changes in version 1.0.2:

Fixes a bug when reading Visual Foxpro memo files.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://dbf.rubyforge.org">DBF</a> is a small fast library for reading dBase, xBase, Clipper and FoxPro database files. It is written completely in Ruby and has no external dependencies.</p>
<p>Changes in version 1.0.2:</p>
<ul>
<li>Fixes a bug when reading Visual Foxpro memo files.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.infused.org/2007/08/15/dbf-102-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DBF 0.5.0 Update</title>
		<link>http://www.infused.org/2007/05/26/dbf-050-update/</link>
		<comments>http://www.infused.org/2007/05/26/dbf-050-update/#comments</comments>
		<pubDate>Sat, 26 May 2007 09:11:40 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[DBF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.infused.org/2007/05/26/dbf-050-update/</guid>
		<description><![CDATA[A lot of work has gone into this release of the DBF gem.  The basic reader code is stable now. I&#8217;m in the process of moving the test suite from Test::Unit to Rspec. When I&#8217;m done with that I&#8217;ll add a couple of additional features, polish the documentation and christen it 1.0.0.

New find method
Full [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of work has gone into this release of the <a href="http://dbf.rubyforge.org">DBF gem</a>.  The basic reader code is stable now. I&#8217;m in the process of moving the test suite from Test::Unit to Rspec. When I&#8217;m done with that I&#8217;ll add a couple of additional features, polish the documentation and christen it 1.0.0.</p>
<ul>
<li>New find method</li>
<li>Full compatibility with the two flavors of memo file</li>
<li>Two modes of operation:
<ul>
<li>In memory (default): All records are loaded into memory on the first<br />
    request. Records are retrieved from memory for all subsequent requests.</li>
<li>File I/O: All records are retrieved from disk on every request</li>
</ul>
</li>
<li>Improved <a href="http://dbf.rubyforge.org/dbf">documentation</a> and more usage examples</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.infused.org/2007/05/26/dbf-050-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Need sample DBASE/XBASE/FOXPRO files</title>
		<link>http://www.infused.org/2006/07/30/need-sample-dbasexbasefoxpro-files/</link>
		<comments>http://www.infused.org/2006/07/30/need-sample-dbasexbasefoxpro-files/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 20:20:24 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[DBF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.infused.org/2006/07/30/need-sample-dbasexbasefoxpro-files/</guid>
		<description><![CDATA[I&#8217;ve written a DBF database access library in Ruby, but so far I&#8217;ve only tested it with files created with a couple of versions of FoxPro.  I need files created with different flavors of DBase, XBase, Clipper, and FoxPro in order to flesh out the test suite.  Ultimately, I would like to library [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a DBF database access library in Ruby, but so far I&#8217;ve only tested it with files created with a couple of versions of FoxPro.  I need files created with different flavors of DBase, XBase, Clipper, and FoxPro in order to flesh out the test suite.  Ultimately, I would like to library to handle all the known variations of the DBF file format.</p>
<p><del>The project will be available on rubyforge.com within in a couple of days.  I&#8217;ll post the link as soon as it&#8217;s available.</del> The project is hosted on Rubyforge and <a href="http://dbf.rubyforge.org/">can be found here</a>.</p>
<p>If you have any files with the following characteristics, please email them to me at keithm@infused.org.  Better yet, if you want to take the time to create a fresh sample database for me that would be awesome.  Here&#8217;s what I&#8217;m looking for:</p>
<ul>
<li>Small dataset.  Prefer less than 100 rows</li>
<li>At least one field from each of the general data types.  This means:
<ul>
<li>At least one Character field (if using software that supports fields larger than 254 characters, also include at least one field that is larger)</li>
<li>At least one Number field</li>
<li>At least one Boolean field</li>
<li>At least one Date field</li>
<li>At least one Memo field (please include the memo file along with the dbf file)</li>
</ul>
</li>
<li>Fields to include if supported by the software:
<ul>
<li>At least one Floating Point field</li>
<li>At least one Binary, General, or Picture field (not neccessary to have one of each)</li>
<li>At least one Currency field</li>
<li>At least one Integer field</li>
<li>At lease one DateTime field</li>
<li>At lease one Timestamp field</li>
</ul>
</li>
</ul>
<p>There are a few other data types such as VariField which I don&#8217;t really care about right now.  </p>
<p>Special Bonus Offer:<br />
If you have access to 3 or more of the software packages and/or versions and are willing to create good sample databases I will pay you for your efforts.  Contact me at the email above for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.infused.org/2006/07/30/need-sample-dbasexbasefoxpro-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
