<?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: Using PHP to Copy an SQL Server Table to MySQL</title>
	<atom:link href="http://www.htmlcenter.com/blog/using-php-to-copy-an-sql-server-table-to-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlcenter.com/blog/using-php-to-copy-an-sql-server-table-to-mysql/</link>
	<description>Web Development Help and Tutorials</description>
	<lastBuildDate>Sun, 05 Feb 2012 17:25:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Curtiss</title>
		<link>http://www.htmlcenter.com/blog/using-php-to-copy-an-sql-server-table-to-mysql/#comment-10777</link>
		<dc:creator>Curtiss</dc:creator>
		<pubDate>Thu, 07 Jan 2010 21:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlcenter.com/?p=1411#comment-10777</guid>
		<description>You&#039;re absolutely right. It should have been &quot;database&quot; instead of &quot;table.&quot; That&#039;s what happens when you copy and paste things. :) I&#039;ve fixed the mistake in the post. Thanks for the correction.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right. It should have been &#8220;database&#8221; instead of &#8220;table.&#8221; That&#8217;s what happens when you copy and paste things. <img src='http://www.htmlcenter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ve fixed the mistake in the post. Thanks for the correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sims</title>
		<link>http://www.htmlcenter.com/blog/using-php-to-copy-an-sql-server-table-to-mysql/#comment-10769</link>
		<dc:creator>sims</dc:creator>
		<pubDate>Thu, 07 Jan 2010 04:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlcenter.com/?p=1411#comment-10769</guid>
		<description>I think the second to last line should read:
print(&#039;There was an error creating the database. &#039;.mysql_error());

That error might be more accurate.

Nice bit about the INFORMATION_SCHEMA.COLUMNS. Cheers</description>
		<content:encoded><![CDATA[<p>I think the second to last line should read:<br />
print(&#8216;There was an error creating the database. &#8216;.mysql_error());</p>
<p>That error might be more accurate.</p>
<p>Nice bit about the INFORMATION_SCHEMA.COLUMNS. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Copying Data from SQL Server to MySQL &#124; HTMLCenter Web Development Blog</title>
		<link>http://www.htmlcenter.com/blog/using-php-to-copy-an-sql-server-table-to-mysql/#comment-10654</link>
		<dc:creator>Copying Data from SQL Server to MySQL &#124; HTMLCenter Web Development Blog</dc:creator>
		<pubDate>Tue, 22 Dec 2009 03:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlcenter.com/?p=1411#comment-10654</guid>
		<description>[...] In my last post, I showed you a way to copy the structure of an SQL Server table into a new MySQL table. In this post, I will show you how you can fairly easily copy the data from that SQL Server table into your new MySQL table. [...]</description>
		<content:encoded><![CDATA[<p>[...] In my last post, I showed you a way to copy the structure of an SQL Server table into a new MySQL table. In this post, I will show you how you can fairly easily copy the data from that SQL Server table into your new MySQL table. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

