<?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: Extracting data from MS Access files on MacOS X</title>
	<atom:link href="http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/</link>
	<description>art &#038; technology</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:58:04 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rob duarte</title>
		<link>http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/comment-page-1/#comment-3132</link>
		<dc:creator>rob duarte</dc:creator>
		<pubDate>Sun, 13 Jan 2008 15:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rahji.com/wordpress/2007/04/11/extracting-data-from-ms-access-files-on-macos-x/#comment-3132</guid>
		<description>To get descriptions of all of the tables in an MDB, try this from a bash prompt:

for f in `mdb-tables -1 MY.MDB`; do  
echo; echo -n $f; 
echo describe table &quot;$f&quot; &#124; mdb-sql MY.MDB ; 
done</description>
		<content:encoded><![CDATA[<p>To get descriptions of all of the tables in an MDB, try this from a bash prompt:</p>
<p>for f in `mdb-tables -1 MY.MDB`; do<br />
echo; echo -n $f;<br />
echo describe table &#8220;$f&#8221; | mdb-sql MY.MDB ;<br />
done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
