<?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: Connecting to a MySQL database on the .NET Compact Framework</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:17:19 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anatili</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1575</link>
		<dc:creator>anatili</dc:creator>
		<pubDate>Wed, 31 Mar 2010 00:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1575</guid>
		<description>Try effiproz-cf database for compact framework. effiproz is written entirely in C#.  &lt;a href=&quot;http://www.effiproz.com/product_cf.aspx&quot; rel=&quot;nofollow&quot;&gt; http://www.effiproz.com/product_cf.aspx&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Try effiproz-cf database for compact framework. effiproz is written entirely in C#.  <a href="http://www.effiproz.com/product_cf.aspx" rel="nofollow"> </a><a href="http://www.effiproz.com/product_cf.aspx" rel="nofollow">http://www.effiproz.com/product_cf.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1546</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 30 Jan 2010 10:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1546</guid>
		<description>Hi, problem described in my previous note (Timeouts are not supported ...) is already solved on mySQL side, here is the bug report http://bugs.mysql.com/50321 with the solution provided. It is part of 6.2.3 changelog.</description>
		<content:encoded><![CDATA[<p>Hi, problem described in my previous note (Timeouts are not supported &#8230;) is already solved on mySQL side, here is the bug report <a href="http://bugs.mysql.com/50321" rel="nofollow">http://bugs.mysql.com/50321</a> with the solution provided. It is part of 6.2.3 changelog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1530</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 14 Jan 2010 07:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1530</guid>
		<description>Thanx guys, you helped me a lot. I did the same as JFS and it works.

But note, that if you try the same wit connector 6.2.2 then you will get the problem &quot;Timeouts are not supported on this stream&quot;. This is most likely bug of 6.2.* releases (up to 6.2.2 so far). When I downgraded to 6.1.3 connection was opened fine and I could read the data. I will keep you posted if there is a fix available with new release of .NET connector.</description>
		<content:encoded><![CDATA[<p>Thanx guys, you helped me a lot. I did the same as JFS and it works.</p>
<p>But note, that if you try the same wit connector 6.2.2 then you will get the problem &#8220;Timeouts are not supported on this stream&#8221;. This is most likely bug of 6.2.* releases (up to 6.2.2 so far). When I downgraded to 6.1.3 connection was opened fine and I could read the data. I will keep you posted if there is a fix available with new release of .NET connector.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jfs</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1498</link>
		<dc:creator>jfs</dc:creator>
		<pubDate>Mon, 07 Dec 2009 02:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1498</guid>
		<description>Thanks for the information, I&#039;ve downloaded de latest version of the Connector/Net, 6.1.3. The 1st error, that raises an IndexOutOfRangeException is fixed but the Resoruce file error keeps alive.
I fix it adding de Mysql.Data.CF project to my solution, where i have the device application project.

After adding this project, i had to comment the last line of the AssemblyInfo, 
[assembly: AssemblyKeyName(&quot;ConnectorNet&quot;)].
if you keep this line uncommented, the project not buids. :(

Doing this, i can connect to mysql server!

Zandro, i think you have a network problem, i&#039;ve the same problem using de VS2005 emulator, until i read that it is necessary to conect it through Microsoft ActiveSync. If you don&#039;t connect it, the emulator is not connected with de MySQLl server, because ther is no connection between both Operating systems (emulator and server)

I hope this help.</description>
		<content:encoded><![CDATA[<p>Thanks for the information, I&#8217;ve downloaded de latest version of the Connector/Net, 6.1.3. The 1st error, that raises an IndexOutOfRangeException is fixed but the Resoruce file error keeps alive.<br />
I fix it adding de Mysql.Data.CF project to my solution, where i have the device application project.</p>
<p>After adding this project, i had to comment the last line of the AssemblyInfo,<br />
[assembly: AssemblyKeyName("ConnectorNet")].<br />
if you keep this line uncommented, the project not buids. :(</p>
<p>Doing this, i can connect to mysql server!</p>
<p>Zandro, i think you have a network problem, i&#8217;ve the same problem using de VS2005 emulator, until i read that it is necessary to conect it through Microsoft ActiveSync. If you don&#8217;t connect it, the emulator is not connected with de MySQLl server, because ther is no connection between both Operating systems (emulator and server)</p>
<p>I hope this help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zandro</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1490</link>
		<dc:creator>zandro</dc:creator>
		<pubDate>Sat, 28 Nov 2009 19:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1490</guid>
		<description>Hi Nicholas,
 Great help. Thanks! Another favor... Your compiled file worked when I was using &quot;Server=127.0.0.1&quot; , if I specify another location it gives me an error 
&quot;MySql.Data.MySqlXlient.MySqlException: Unable to connect to any of the specified hosts.&quot;

Connection String is: conn = new MySql.Data.MySqlClient.MySqlConnection(&quot;Server=192.168.1.102;Uid=genuser;Pwd=password;Database=utils;&quot;);

I have added that ip as part of the host for genuser (which I believe should already be able to connect with any host). Any ideas on why I can only connect through &quot;127.0.0.1&quot; and not using a different IP where my MySQL server is located at???

Also, I downloaded the source for the 6.1.3 mysql .net connector but I was unable to compile it. Kept getting a &quot;The imported project &quot;C:\Program Files\Visual Studio 2005 SDK\2007.02\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets&quot; was not found&quot; error. Kindly guide me on how compile the project.


Any help is appreciated. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Nicholas,<br />
 Great help. Thanks! Another favor&#8230; Your compiled file worked when I was using &#8220;Server=127.0.0.1&#8243; , if I specify another location it gives me an error<br />
&#8220;MySql.Data.MySqlXlient.MySqlException: Unable to connect to any of the specified hosts.&#8221;</p>
<p>Connection String is: conn = new MySql.Data.MySqlClient.MySqlConnection(&#8220;Server=192.168.1.102;Uid=genuser;Pwd=password;Database=utils;&#8221;);</p>
<p>I have added that ip as part of the host for genuser (which I believe should already be able to connect with any host). Any ideas on why I can only connect through &#8220;127.0.0.1&#8243; and not using a different IP where my MySQL server is located at???</p>
<p>Also, I downloaded the source for the 6.1.3 mysql .net connector but I was unable to compile it. Kept getting a &#8220;The imported project &#8220;C:\Program Files\Visual Studio 2005 SDK\2007.02\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets&#8221; was not found&#8221; error. Kindly guide me on how compile the project.</p>
<p>Any help is appreciated. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1252</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 06 Jul 2009 16:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1252</guid>
		<description>Hello you,

i&#039;m from Germany and have also the Problem. 

Would you sending me an email with the &quot;MySQl.Data.CF.dll&quot; too?

I spend so many Time on this d*mn Problem..

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello you,</p>
<p>i&#8217;m from Germany and have also the Problem. </p>
<p>Would you sending me an email with the &#8220;MySQl.Data.CF.dll&#8221; too?</p>
<p>I spend so many Time on this d*mn Problem..</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://nicholas.piasecki.name/blog/2009/05/connecting-to-a-mysql-database-on-the-net-compact-framework/comment-page-1/#comment-1240</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sun, 28 Jun 2009 22:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=255#comment-1240</guid>
		<description>Hello Nicholas,

Thanks for the information. Would you mind sending me an email with the updated &quot;MySql.Data.CF.dll&quot; file? I downloaded the source files from MySQL website (http://dev.mysql.com/downloads/connector/net/6.0.html) but got many errors while trying to open the &quot;MySQLClient.sln&quot; on VS2008.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello Nicholas,</p>
<p>Thanks for the information. Would you mind sending me an email with the updated &#8220;MySql.Data.CF.dll&#8221; file? I downloaded the source files from MySQL website (<a href="http://dev.mysql.com/downloads/connector/net/6.0.html" rel="nofollow">http://dev.mysql.com/downloads/connector/net/6.0.html</a>) but got many errors while trying to open the &#8220;MySQLClient.sln&#8221; on VS2008.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
