<?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: SQL Dump for MS Access databases (.mdb files) on Linux</title>
	<atom:link href="http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Sat, 04 May 2013 14:46:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: jarrett</title>
		<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/comment-page-1/#comment-487616</link>
		<dc:creator>jarrett</dc:creator>
		<pubDate>Wed, 24 Apr 2013 16:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=1088#comment-487616</guid>
		<description><![CDATA[That was awesome, thanks!]]></description>
		<content:encoded><![CDATA[<p>That was awesome, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemam</title>
		<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/comment-page-1/#comment-317302</link>
		<dc:creator>hemam</dc:creator>
		<pubDate>Fri, 16 Nov 2012 08:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=1088#comment-317302</guid>
		<description><![CDATA[I got rid of &quot;Can’t allocate filename&quot; error replacing
&lt;code&gt;subprocess.call([&quot;mdb-export&quot;, &quot;-I&quot;, &quot;mysql&quot;, DATABASE, table])&lt;/code&gt;
with
&lt;code&gt;subprocess.call([&quot;mdb-export&quot;, &quot;-I&quot;, DATABASE, table])&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>I got rid of &#8220;Can’t allocate filename&#8221; error replacing<br />
<code>subprocess.call(["mdb-export", "-I", "mysql", DATABASE, table])</code><br />
with<br />
<code>subprocess.call(["mdb-export", "-I", DATABASE, table])</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/comment-page-1/#comment-294150</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 10 Oct 2012 20:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=1088#comment-294150</guid>
		<description><![CDATA[My guess is that you can, but I think you should check the mdb-tools website to make sure.]]></description>
		<content:encoded><![CDATA[<p>My guess is that you can, but I think you should check the mdb-tools website to make sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/comment-page-1/#comment-294143</link>
		<dc:creator>George</dc:creator>
		<pubDate>Wed, 10 Oct 2012 20:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=1088#comment-294143</guid>
		<description><![CDATA[Can I run it on a Mac? Any way to install mdbtools on Mac?]]></description>
		<content:encoded><![CDATA[<p>Can I run it on a Mac? Any way to install mdbtools on Mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/comment-page-1/#comment-244214</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Tue, 17 Jul 2012 16:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=1088#comment-244214</guid>
		<description><![CDATA[This seems to happen (at least for me) when the database filename is incorrect. Are you sure you&#039;re passing the filename correctly (properly escaped etc.)?]]></description>
		<content:encoded><![CDATA[<p>This seems to happen (at least for me) when the database filename is incorrect. Are you sure you&#8217;re passing the filename correctly (properly escaped etc.)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: queency</title>
		<link>http://www.guyrutenberg.com/2012/07/16/sql-dump-for-ms-access-databases-mdb-files-on-linux/comment-page-1/#comment-243993</link>
		<dc:creator>queency</dc:creator>
		<pubDate>Tue, 17 Jul 2012 08:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=1088#comment-243993</guid>
		<description><![CDATA[return with Can&#039;t allocate filename
altought i added &quot;sudo&quot; and fullPathName

till now i uses kexi in order to export tables.]]></description>
		<content:encoded><![CDATA[<p>return with Can&#8217;t allocate filename<br />
altought i added &#8220;sudo&#8221; and fullPathName</p>
<p>till now i uses kexi in order to export tables.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
