<?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 7</title>
	<atom:link href="http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/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: Christian Audigier</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-930</link>
		<dc:creator>Christian Audigier</dc:creator>
		<pubDate>Fri, 17 Dec 2010 03:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-930</guid>
		<description>Nice post.Thank you for taking the time to publish this information very useful!</description>
		<content:encoded><![CDATA[<p>Nice post.Thank you for taking the time to publish this information very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H. G. Schlöder, Germany</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-929</link>
		<dc:creator>H. G. Schlöder, Germany</dc:creator>
		<pubDate>Tue, 07 Sep 2010 14:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-929</guid>
		<description>Many thanks for this very excellent tutorial. I&#039;ve got a little problem running my programm under Windows 7: It seems, that under Windows 7 the file &#039;MySql.Data.dll&#039; in my installation-directory cannot be found during execution-time: a File-Not-Found Exception occurrs. Any helpful suggestions are very appreciated. Thanks in advance</description>
		<content:encoded><![CDATA[<p>Many thanks for this very excellent tutorial. I&#8217;ve got a little problem running my programm under Windows 7: It seems, that under Windows 7 the file &#8216;MySql.Data.dll&#8217; in my installation-directory cannot be found during execution-time: a File-Not-Found Exception occurrs. Any helpful suggestions are very appreciated. Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-928</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-928</guid>
		<description>I have made this tutorial and is working.
Errors:
1.  when i try to add a custom message and i hit update i get the following error: Parameter &#039;?UserID&#039; has already been defined. how to resolve that?
2. in my version in the cboMessage is have two times the message &quot;No Message&quot; why? how can i modify not to show &quot;No Message&quot;?

Please help me.
This is what i made: http://www.filefactory.com/file/b32hhcg/n/MySql.rar</description>
		<content:encoded><![CDATA[<p>I have made this tutorial and is working.<br />
Errors:<br />
1.  when i try to add a custom message and i hit update i get the following error: Parameter &#8216;?UserID&#8217; has already been defined. how to resolve that?<br />
2. in my version in the cboMessage is have two times the message &#8220;No Message&#8221; why? how can i modify not to show &#8220;No Message&#8221;?</p>
<p>Please help me.<br />
This is what i made: <a href="http://www.filefactory.com/file/b32hhcg/n/MySql.rar" rel="nofollow">http://www.filefactory.com/file/b32hhcg/n/MySql.rar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urbycoz</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-927</link>
		<dc:creator>Urbycoz</dc:creator>
		<pubDate>Mon, 16 Aug 2010 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-927</guid>
		<description>A fantastic tutorial. I wish there were more.

It would be great if there was an explanation as to how to use innodb to install an instance of mysql, create a database and populate it.</description>
		<content:encoded><![CDATA[<p>A fantastic tutorial. I wish there were more.</p>
<p>It would be great if there was an explanation as to how to use innodb to install an instance of mysql, create a database and populate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-926</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Mon, 17 May 2010 00:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-926</guid>
		<description>Hi there!

Dude, you&#039;re such an Ace on these things!

I rode all the VBMySQL tuto, and it&#039;s amazing. Everything is clear now for me.

But I have a problem with a project:

How can I insert and update data from MySQL Tables from a VB2008 Interface? I have the proper connector for the current version of MySQL. I have a group of TextBoxes, and the main idea is, when the user types the information required, and click the button &quot;Save&quot;, the data typed in the TextBoxes, should be saved in the proper tables. I&#039;ve done the MySQL query in Navicat and MySQL Maestro (very good DB developing tools) and it&#039;s correct, but I can&#039;t do the saving data thing.

Can you help me, please? If you need code, I can send it to you.

Thank you very much and congratulations for this webpage, is very usefull!

Regards from Mexico City!</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>Dude, you&#8217;re such an Ace on these things!</p>
<p>I rode all the VBMySQL tuto, and it&#8217;s amazing. Everything is clear now for me.</p>
<p>But I have a problem with a project:</p>
<p>How can I insert and update data from MySQL Tables from a VB2008 Interface? I have the proper connector for the current version of MySQL. I have a group of TextBoxes, and the main idea is, when the user types the information required, and click the button &#8220;Save&#8221;, the data typed in the TextBoxes, should be saved in the proper tables. I&#8217;ve done the MySQL query in Navicat and MySQL Maestro (very good DB developing tools) and it&#8217;s correct, but I can&#8217;t do the saving data thing.</p>
<p>Can you help me, please? If you need code, I can send it to you.</p>
<p>Thank you very much and congratulations for this webpage, is very usefull!</p>
<p>Regards from Mexico City!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dancorave</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-925</link>
		<dc:creator>dancorave</dc:creator>
		<pubDate>Wed, 31 Mar 2010 11:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-925</guid>
		<description>thanks alot for these articles.

i&#039;ve read them all in one time, i couldn&#039;t stop reading.

working on some programs of myself now.</description>
		<content:encoded><![CDATA[<p>thanks alot for these articles.</p>
<p>i&#8217;ve read them all in one time, i couldn&#8217;t stop reading.</p>
<p>working on some programs of myself now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindel</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-924</link>
		<dc:creator>Lindel</dc:creator>
		<pubDate>Mon, 22 Mar 2010 18:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-924</guid>
		<description>How to run an install program without copy this installer to temp, because the size of installer is 300 mb. Any help?</description>
		<content:encoded><![CDATA[<p>How to run an install program without copy this installer to temp, because the size of installer is 300 mb. Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-923</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-923</guid>
		<description>i want to know how to add mysql server 4.0 with the installer package and the database script file with the installer
that will be install at the time of the installation and the script of the database is automatically install at the time of the installation</description>
		<content:encoded><![CDATA[<p>i want to know how to add mysql server 4.0 with the installer package and the database script file with the installer<br />
that will be install at the time of the installation and the script of the database is automatically install at the time of the installation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KK</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-922</link>
		<dc:creator>KK</dc:creator>
		<pubDate>Sat, 30 Jan 2010 06:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-922</guid>
		<description>I don&#039;t know whether the author is still reading all these comments, but I have no other choices, I couldn&#039;t find any help from google, some I choose to ask my question here. This is a great tutorial, however, how do I detect whether the target machine already have mysql installed and if the target machine doesn&#039;t have mysql install, how do I install it automatically? Hope that you will be able to help me on this, thank you.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know whether the author is still reading all these comments, but I have no other choices, I couldn&#8217;t find any help from google, some I choose to ask my question here. This is a great tutorial, however, how do I detect whether the target machine already have mysql installed and if the target machine doesn&#8217;t have mysql install, how do I install it automatically? Hope that you will be able to help me on this, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: braune</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7#comment-921</link>
		<dc:creator>braune</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-7/#comment-921</guid>
		<description>Thank you, this has been the best tutorial I have ever gone through. If, after going through these tutorials, you can&#039;t get VB and MySQL working together maybe you need to look at another career choice.
Thanks so much.</description>
		<content:encoded><![CDATA[<p>Thank you, this has been the best tutorial I have ever gone through. If, after going through these tutorials, you can&#8217;t get VB and MySQL working together maybe you need to look at another career choice.<br />
Thanks so much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

