<?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>Mertech Flex2SQL Tech Blog &#187; MySQL</title>
	<atom:link href="http://blog.flex2sql.com/index.php/category/dbms/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flex2sql.com</link>
	<description>Tech Tips, articles and resources related to Mertech's Flex2SQL product</description>
	<lastBuildDate>Wed, 26 May 2010 02:05:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple embedded SQL statements</title>
		<link>http://blog.flex2sql.com/index.php/2009/06/multiple-embedded-sql-statements/</link>
		<comments>http://blog.flex2sql.com/index.php/2009/06/multiple-embedded-sql-statements/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:31:30 +0000</pubDate>
		<dc:creator>gandalf</dc:creator>
				<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[DataFlex]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Embedded SQL]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=419</guid>
		<description><![CDATA[While complex embedded SQL statements will let you do a lot of work in one statement, it is sometimes necessary to nest SQL statements to get the job done.

Using cursor handling lets you easily nest multiple embedded SQL statements.]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2009/06/multiple-embedded-sql-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Auto-Reconnect in a Cluster Situation</title>
		<link>http://blog.flex2sql.com/index.php/2009/02/using-auto-reconnect-in-a-cluster-situation/</link>
		<comments>http://blog.flex2sql.com/index.php/2009/02/using-auto-reconnect-in-a-cluster-situation/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 00:20:48 +0000</pubDate>
		<dc:creator>kristenb</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Connection]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=244</guid>
		<description><![CDATA[For customers who have a full blown cluster just as in database mirroring, typically when testing a failover, there is a hiccup of a few seconds. Our auto-reconnect feature has been able to detect the failover and continue working without problems.

This improvement comes with the new release of our Flex2SQL driver. Previously, our drivers would throw an error [...]]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2009/02/using-auto-reconnect-in-a-cluster-situation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Command: SQL_ENABLE_RECONNECT</title>
		<link>http://blog.flex2sql.com/index.php/2009/02/new-command-sql_enable_reconnect/</link>
		<comments>http://blog.flex2sql.com/index.php/2009/02/new-command-sql_enable_reconnect/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 18:19:13 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Connection]]></category>

		<guid isPermaLink="false">http://blog.mertechdata.com/?p=24</guid>
		<description><![CDATA[SQL_ENABLE_RECONNECT allows the MySQL Driver to automatically reconnect to the server after the connection has been closed by a time-out. In the MySQL my.ini file you can set a system variable called wait_timeout to set the number of seconds that the server will wait on a non-interactive connection before it closes the connection. The default [...]]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2009/02/new-command-sql_enable_reconnect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Flex2SQL Assumptions</title>
		<link>http://blog.flex2sql.com/index.php/2008/02/some-flex2sql-assumptions/</link>
		<comments>http://blog.flex2sql.com/index.php/2008/02/some-flex2sql-assumptions/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 22:12:10 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=290</guid>
		<description><![CDATA[This is common list of assumptions we have for all drivers:
1. Indexed columns are created as NOT NULL and should have a default value assigned to.
2. Tables are created with the table names with uppercase letters in Flex2SQL, ORAFlex and DB2Flex.
3. Partial Overlaps are created as a physical column if it is an indexed column [...]]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2008/02/some-flex2sql-assumptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL License Terms</title>
		<link>http://blog.flex2sql.com/index.php/2008/02/mysql-license-terms/</link>
		<comments>http://blog.flex2sql.com/index.php/2008/02/mysql-license-terms/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 21:27:32 +0000</pubDate>
		<dc:creator>Igor Guerrero</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.flex2sql.com/?p=287</guid>
		<description><![CDATA[MySQL has two different types of licensing agreements.
Open Source license (GNU) and the other more applicable to developers is their Commercial license. Below are excerpts from the MySQL documentation.
NOTE: Since Mertech’s drivers are not open source; anyone using our drivers along with MySQL must purchase a Commercial license.
GNU
The MySQL software is released under the GNU [...]]]></description>
		<wfw:commentRss>http://blog.flex2sql.com/index.php/2008/02/mysql-license-terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
