<?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: The VB.NET-MySQL Tutorial &#8211; Part 3</title>
	<atom:link href="http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbmysql.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 07 Jan 2011 12:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Carlos</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-351</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 07 Jan 2011 12:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-351</guid>
		<description>How can we make the same but using VBa - access 2007.
But not VB.net!!!

Is it possible?</description>
		<content:encoded><![CDATA[<p>How can we make the same but using VBa &#8211; access 2007.<br />
But not VB.net!!!</p>
<p>Is it possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dustine</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-289</link>
		<dc:creator>dustine</dc:creator>
		<pubDate>Thu, 30 Dec 2010 01:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-289</guid>
		<description>i cannot install mysql connector/net. Error was: Your system has not been modified! What does it mean?&#039;</description>
		<content:encoded><![CDATA[<p>i cannot install mysql connector/net. Error was: Your system has not been modified! What does it mean?&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-274</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Tue, 28 Dec 2010 13:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-274</guid>
		<description>how can i make the same using ms access2007??</description>
		<content:encoded><![CDATA[<p>how can i make the same using ms access2007??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misaki</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-273</link>
		<dc:creator>Misaki</dc:creator>
		<pubDate>Tue, 14 Dec 2010 01:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-273</guid>
		<description>guys how do you display all the tables from MySQL database to listview in vb.net??
here&#039;s the code but it&#039;s displaying &quot;-1&quot; ...

 conn.Open()

        Dim ver As Object
        Dim sqlstring As String = &quot;Show tables from &quot; &amp; dbName &amp; &quot;;&quot;
        Dim sqlc As New MySqlCommand(sqlstring, conn)
        Dim myAdapter2 As New MySqlDataAdapter
        myAdapter2.SelectCommand = sqlc
        myAdapter2.Fill(myData)
        ver = sqlc.ExecuteNonQuery
        sqlstring = CStr(ver)
        Form8.ListView1.Items.Add(sqlstring)

can anyone help please?</description>
		<content:encoded><![CDATA[<p>guys how do you display all the tables from MySQL database to listview in vb.net??<br />
here&#8217;s the code but it&#8217;s displaying &#8220;-1&#8243; &#8230;</p>
<p> conn.Open()</p>
<p>        Dim ver As Object<br />
        Dim sqlstring As String = &#8220;Show tables from &#8221; &amp; dbName &amp; &#8220;;&#8221;<br />
        Dim sqlc As New MySqlCommand(sqlstring, conn)<br />
        Dim myAdapter2 As New MySqlDataAdapter<br />
        myAdapter2.SelectCommand = sqlc<br />
        myAdapter2.Fill(myData)<br />
        ver = sqlc.ExecuteNonQuery<br />
        sqlstring = CStr(ver)<br />
        Form8.ListView1.Items.Add(sqlstring)</p>
<p>can anyone help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reginard Pacaldo</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-272</link>
		<dc:creator>Reginard Pacaldo</dc:creator>
		<pubDate>Sat, 04 Dec 2010 08:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-272</guid>
		<description>Your So good... Thank you so much... i  learned something new with your tutorial...
by the way may i know you? or may i know your e-mail add?</description>
		<content:encoded><![CDATA[<p>Your So good&#8230; Thank you so much&#8230; i  learned something new with your tutorial&#8230;<br />
by the way may i know you? or may i know your e-mail add?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: king</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-271</link>
		<dc:creator>king</dc:creator>
		<pubDate>Fri, 12 Nov 2010 12:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-271</guid>
		<description>great job fnd</description>
		<content:encoded><![CDATA[<p>great job fnd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantay Melena</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-270</link>
		<dc:creator>Shantay Melena</dc:creator>
		<pubDate>Fri, 29 Oct 2010 06:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-270</guid>
		<description>ample weblog you include</description>
		<content:encoded><![CDATA[<p>ample weblog you include</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheap auto insurance michigan</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-269</link>
		<dc:creator>cheap auto insurance michigan</dc:creator>
		<pubDate>Tue, 26 Oct 2010 19:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-269</guid>
		<description>&lt;a href=&quot;http://michigancarautoinsurance.com/&quot; rel=&quot;nofollow&quot;&gt;mi car insurance&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://michigancarautoinsurance.com/" rel="nofollow">mi car insurance</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-268</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 25 Oct 2010 05:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-268</guid>
		<description>Thank you.
In a mist of confusing examples, most of which were wrong or broken, this solution works right out of the box.

Mike</description>
		<content:encoded><![CDATA[<p>Thank you.<br />
In a mist of confusing examples, most of which were wrong or broken, this solution works right out of the box.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: visual basic 2008 mysql</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3#comment-267</link>
		<dc:creator>visual basic 2008 mysql</dc:creator>
		<pubDate>Sun, 24 Oct 2010 07:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-3/#comment-267</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

