<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Accessing MySQL on VB.NET using MySQL Connector/Net, Part VI: Create Connection</title>
	<atom:link href="http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:18:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nur Hassana</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-6561</link>
		<dc:creator>Nur Hassana</dc:creator>
		<pubDate>Thu, 17 Jun 2010 03:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-6561</guid>
		<description>it works for my application!! Thank u so much =)</description>
		<content:encoded><![CDATA[<p>it works for my application!! Thank u so much =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek van Rhyn</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-6201</link>
		<dc:creator>Derek van Rhyn</dc:creator>
		<pubDate>Fri, 19 Mar 2010 21:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-6201</guid>
		<description>I must say; this is really a good tutorial!  I tried many different ones but this was very well explained.

Regards,
Derek</description>
		<content:encoded><![CDATA[<p>I must say; this is really a good tutorial!  I tried many different ones but this was very well explained.</p>
<p>Regards,<br />
Derek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aries</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-6137</link>
		<dc:creator>aries</dc:creator>
		<pubDate>Fri, 05 Mar 2010 03:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-6137</guid>
		<description>hi, its ok now... i skipped the first part about GRANT, i re-read chapter 4 and found what i&#039;ve missed

thanks for the tutorials</description>
		<content:encoded><![CDATA[<p>hi, its ok now&#8230; i skipped the first part about GRANT, i re-read chapter 4 and found what i&#8217;ve missed</p>
<p>thanks for the tutorials</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aries</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-6135</link>
		<dc:creator>aries</dc:creator>
		<pubDate>Fri, 05 Mar 2010 02:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-6135</guid>
		<description>hi, im having this error, when trying to access to mysql remote server
Access denied for user &#039;root&#039;@&#039;%&#039; to database &#039;myDatase&#039;

- i&#039;m using vb.net express edition 2008
- mysql connector 6.1.3

is there an issue when i have mysql in my development machine where im doing my vb project?

thanks</description>
		<content:encoded><![CDATA[<p>hi, im having this error, when trying to access to mysql remote server<br />
Access denied for user &#8216;root&#8217;@'%&#8217; to database &#8216;myDatase&#8217;</p>
<p>- i&#8217;m using vb.net express edition 2008<br />
- mysql connector 6.1.3</p>
<p>is there an issue when i have mysql in my development machine where im doing my vb project?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-5415</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-5415</guid>
		<description>i love this site.</description>
		<content:encoded><![CDATA[<p>i love this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanaka</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-4875</link>
		<dc:creator>Shanaka</dc:creator>
		<pubDate>Fri, 13 Nov 2009 04:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-4875</guid>
		<description>Thanks for ur tute.gradefull</description>
		<content:encoded><![CDATA[<p>Thanks for ur tute.gradefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-4840</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Wed, 04 Nov 2009 02:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-4840</guid>
		<description>Hi, Jose Miguel Castillo
Did you follow the example above? The error message tell to add different reference library from my sample above. Try to add the reference &lt;b&gt;System.Data&lt;/b&gt; to your project and re-build it again.</description>
		<content:encoded><![CDATA[<p>Hi, Jose Miguel Castillo<br />
Did you follow the example above? The error message tell to add different reference library from my sample above. Try to add the reference <b>System.Data</b> to your project and re-build it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Miguel Castillo</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-4821</link>
		<dc:creator>Jose Miguel Castillo</dc:creator>
		<pubDate>Thu, 29 Oct 2009 02:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-4821</guid>
		<description>i have problem, pocket pc proyect
error 1
Es necesaria una referencia al ensamblado &#039;System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#039; que contenga la clase base &#039;System.Data.Common.DbConnection&#039;. Agregue una al proyecto.

i need help</description>
		<content:encoded><![CDATA[<p>i have problem, pocket pc proyect<br />
error 1<br />
Es necesaria una referencia al ensamblado &#8216;System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; que contenga la clase base &#8216;System.Data.Common.DbConnection&#8217;. Agregue una al proyecto.</p>
<p>i need help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Louritson</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-4815</link>
		<dc:creator>Ronald Louritson</dc:creator>
		<pubDate>Wed, 28 Oct 2009 03:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-4815</guid>
		<description>Hai Bro,

Thanks for the information..... very helpfull</description>
		<content:encoded><![CDATA[<p>Hai Bro,</p>
<p>Thanks for the information&#8230;.. very helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2009/03/13/accessing-mysql-on-vbnet-using-mysql-connectornet-part-vi-create-connection/comment-page-1/#comment-4800</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Mon, 26 Oct 2009 02:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/?p=584#comment-4800</guid>
		<description>Hi, Fernando
You can use MySQL Connector/Net by follow this topic to connect to MySQL database on .NET application.</description>
		<content:encoded><![CDATA[<p>Hi, Fernando<br />
You can use MySQL Connector/Net by follow this topic to connect to MySQL database on .NET application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
