<?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"
	>
<channel>
	<title>Comments on: Free MDB file to MySQL Conversion</title>
	<atom:link href="http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/</link>
	<description>Where feeling good is a way of life</description>
	<pubDate>Sun, 05 Feb 2012 00:43:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: rp</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-38270</link>
		<dc:creator>rp</dc:creator>
		<pubDate>Thu, 05 Jan 2012 20:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-38270</guid>
		<description>Hi,

I was looking for the best way to transfer data from large MDB file (~2GB) to MySQL. The reason was poor full-text search speed of MS Access obviously. Your script helped me a lot. I would not probably find a way to connect to MDB using a COM object.

A few notes (please correct me if I am wrong or inaccurate):
1) 'DefaultDir=C:\DataDir' in connection string is redundant,
2) '$rs-&#62;Fields(0)' could be specified as '$rs-&#62;Fields("FieldName")' which is a clearer way of specifying the source field,
3) if anyone is going to process such a file one should cancel time limit for running the script as it is likely going to run for more than 30sec.: ini_set("max_execution_time", 0); set_time_limit(0);
4) when inserting data to MySQL they should be treated with mysql_real_escape_string,
5) If records in MDB are huge (&#62;1MB) you will probably face a problem when inserting them to MySQL. You can get away with: mysql_query("SET GLOBAL max_allowed_packet=1073741824"); - which sets the allowed size of inserted packet to max.

Again, many thanks for the script.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was looking for the best way to transfer data from large MDB file (~2GB) to MySQL. The reason was poor full-text search speed of MS Access obviously. Your script helped me a lot. I would not probably find a way to connect to MDB using a COM object.</p>
<p>A few notes (please correct me if I am wrong or inaccurate):<br />
1) &#8216;DefaultDir=C:\DataDir&#8217; in connection string is redundant,<br />
2) &#8216;$rs-&gt;Fields(0)&#8217; could be specified as &#8216;$rs-&gt;Fields(&#8221;FieldName&#8221;)&#8217; which is a clearer way of specifying the source field,<br />
3) if anyone is going to process such a file one should cancel time limit for running the script as it is likely going to run for more than 30sec.: ini_set(&#8221;max_execution_time&#8221;, 0); set_time_limit(0);<br />
4) when inserting data to MySQL they should be treated with mysql_real_escape_string,<br />
5) If records in MDB are huge (&gt;1MB) you will probably face a problem when inserting them to MySQL. You can get away with: mysql_query(&#8221;SET GLOBAL max_allowed_packet=1073741824&#8243;); - which sets the allowed size of inserted packet to max.</p>
<p>Again, many thanks for the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-25149</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 13 Jun 2011 16:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-25149</guid>
		<description>You're welcome Aces - I'm glad you found it helpful.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Aces - I&#8217;m glad you found it helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACES</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-25102</link>
		<dc:creator>ACES</dc:creator>
		<pubDate>Sun, 12 Jun 2011 20:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-25102</guid>
		<description>Robert I apologize for Calling you Chris.  Robert, the notes your wrote above were a great relief for me. Thanks alot.</description>
		<content:encoded><![CDATA[<p>Robert I apologize for Calling you Chris.  Robert, the notes your wrote above were a great relief for me. Thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACES</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-25097</link>
		<dc:creator>ACES</dc:creator>
		<pubDate>Sun, 12 Jun 2011 19:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-25097</guid>
		<description>Chris, I am really glad I found this site.</description>
		<content:encoded><![CDATA[<p>Chris, I am really glad I found this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-19579</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 10 Mar 2011 20:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-19579</guid>
		<description>I'm glad you found it useful, Phil.  Thanks for the note.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found it useful, Phil.  Thanks for the note.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-19578</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 10 Mar 2011 20:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-19578</guid>
		<description>Wow, clear and effective, thanks a lot.
I was looking for simple tools to convert a big MDB file to MYSQL and you just did it!</description>
		<content:encoded><![CDATA[<p>Wow, clear and effective, thanks a lot.<br />
I was looking for simple tools to convert a big MDB file to MYSQL and you just did it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-989</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-989</guid>
		<description>Thanks for the note, Chris</description>
		<content:encoded><![CDATA[<p>Thanks for the note, Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.goodfeelingplace.com/free-mdb-file-to-mysql-conversion/#comment-986</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 03 Apr 2009 15:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.goodfeelingplace.com/?p=26#comment-986</guid>
		<description>i found the site useful</description>
		<content:encoded><![CDATA[<p>i found the site useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.490 seconds -->

