<?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 2</title>
	<atom:link href="http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/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: proxy IP</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-109</link>
		<dc:creator>proxy IP</dc:creator>
		<pubDate>Mon, 16 Aug 2010 02:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-109</guid>
		<description>I really had a hard time fixing my problem inserting the data and connecting it directly on the database. Good thing you provide a good solution for these. @Charlie, looks like we figured out everything. I applied those steps and works better now. Thanks Charlie.</description>
		<content:encoded><![CDATA[<p>I really had a hard time fixing my problem inserting the data and connecting it directly on the database. Good thing you provide a good solution for these. @Charlie, looks like we figured out everything. I applied those steps and works better now. Thanks Charlie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Childs</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-108</link>
		<dc:creator>Charlie Childs</dc:creator>
		<pubDate>Mon, 12 Oct 2009 19:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-108</guid>
		<description>I realise now that you cannot just go ahead and click the EDIT button and insert a user as is written above. For anyone who is as dumb as me and has not realised the deliberate mistake  ( in the Create A User section ) - it is that you need to create an INSERT statement - you cannot just expect to click the EDIT button (with the SELECT statement still active) / double click on the &quot;lastname&quot; etc and expect it to work.  You must first create your INSERT statement. I did not realise this until I used the cheat option of downloading the finished script from the last paragraph in the above tutorial - after having a look at the last 2 lines of it I realised my mistake.
 There appears to be one or two more deliberate errors. My Query browser ( version 1.2.17 ) would not execute the sript in that download until I had removed the 1st couple of lines and recreated my own blank in_out db. Then, on the first line, I replaced the hyphen in &quot;in-out&quot; with the underscore ( in_out ). Then it all came together beautifully.  Deliberate mistakes or slightly out dated tutorial or a bit of both? I don&#039;t know but I am grateful and hope that this info may be useful to anyone as green as me who is trying to get to grips with this stuff.</description>
		<content:encoded><![CDATA[<p>I realise now that you cannot just go ahead and click the EDIT button and insert a user as is written above. For anyone who is as dumb as me and has not realised the deliberate mistake  ( in the Create A User section ) &#8211; it is that you need to create an INSERT statement &#8211; you cannot just expect to click the EDIT button (with the SELECT statement still active) / double click on the &#8220;lastname&#8221; etc and expect it to work.  You must first create your INSERT statement. I did not realise this until I used the cheat option of downloading the finished script from the last paragraph in the above tutorial &#8211; after having a look at the last 2 lines of it I realised my mistake.<br />
 There appears to be one or two more deliberate errors. My Query browser ( version 1.2.17 ) would not execute the sript in that download until I had removed the 1st couple of lines and recreated my own blank in_out db. Then, on the first line, I replaced the hyphen in &#8220;in-out&#8221; with the underscore ( in_out ). Then it all came together beautifully.  Deliberate mistakes or slightly out dated tutorial or a bit of both? I don&#8217;t know but I am grateful and hope that this info may be useful to anyone as green as me who is trying to get to grips with this stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Childs</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-107</link>
		<dc:creator>Charlie Childs</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-107</guid>
		<description>I am using MySQL 5.1.37. I am using recent version of Query browser but not the latest one with the changed name. Like most people I am finding this tutorial very VERY helpful. However I do have a couple of problems which I am hoping to resolve if anyone reading this would be kind enough to post a message.

When executing exactly the same information that Mike enters I am unable to execute TRUE or FALSE or any of the numbers such as phone or a numbered password.

NUMBERED PASSWORD and TELEPHONE NUMBER give me this error:
&quot;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;12345, `user_id`  FROM in_out.`user` u&#039; at line 1 - ERROR  NUMBER 1064&quot;
BUT - I can execute letters for the password and the phone number.

TRUE and FALSE wont execute and give me the following error.
&quot;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;TRUE, `user_id`  FROM in_out.`user` u&#039; at line 1 - ERROR  NUMBER 1064&quot;
BUT I tried YES and NO instead and they would execute.

Lastly at no point does the APPLY CHANGES button light up - it remains greyed out.

I would be ever so grateful if anyone can help me over these stumbling blocks.</description>
		<content:encoded><![CDATA[<p>I am using MySQL 5.1.37. I am using recent version of Query browser but not the latest one with the changed name. Like most people I am finding this tutorial very VERY helpful. However I do have a couple of problems which I am hoping to resolve if anyone reading this would be kind enough to post a message.</p>
<p>When executing exactly the same information that Mike enters I am unable to execute TRUE or FALSE or any of the numbers such as phone or a numbered password.</p>
<p>NUMBERED PASSWORD and TELEPHONE NUMBER give me this error:<br />
&#8220;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8217;12345, `user_id`  FROM in_out.`user` u&#8217; at line 1 &#8211; ERROR  NUMBER 1064&#8243;<br />
BUT &#8211; I can execute letters for the password and the phone number.</p>
<p>TRUE and FALSE wont execute and give me the following error.<br />
&#8220;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;TRUE, `user_id`  FROM in_out.`user` u&#8217; at line 1 &#8211; ERROR  NUMBER 1064&#8243;<br />
BUT I tried YES and NO instead and they would execute.</p>
<p>Lastly at no point does the APPLY CHANGES button light up &#8211; it remains greyed out.</p>
<p>I would be ever so grateful if anyone can help me over these stumbling blocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bassl1ne</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-106</link>
		<dc:creator>Bassl1ne</dc:creator>
		<pubDate>Sun, 19 Jul 2009 20:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-106</guid>
		<description>Spot on mate, been looking for this for a while. Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Spot on mate, been looking for this for a while. Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmy</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-105</link>
		<dc:creator>Timmy</dc:creator>
		<pubDate>Wed, 03 Dec 2008 18:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-105</guid>
		<description>I like it and the background and colors make it easy to readi</description>
		<content:encoded><![CDATA[<p>I like it and the background and colors make it easy to readi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jogi</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-104</link>
		<dc:creator>Jogi</dc:creator>
		<pubDate>Tue, 07 Oct 2008 17:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-104</guid>
		<description>this is a great step by step tutorial thank you from germany</description>
		<content:encoded><![CDATA[<p>this is a great step by step tutorial thank you from germany</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: borat</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-103</link>
		<dc:creator>borat</dc:creator>
		<pubDate>Fri, 15 Aug 2008 14:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-103</guid>
		<description>@prasath : turn the image into base64 encoding than save to mysql as binary or varbinary type.
to turn back the original image: convert base64 with base64 decoder.</description>
		<content:encoded><![CDATA[<p>@prasath : turn the image into base64 encoding than save to mysql as binary or varbinary type.<br />
to turn back the original image: convert base64 with base64 decoder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yangfan</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-102</link>
		<dc:creator>yangfan</dc:creator>
		<pubDate>Sun, 08 Jun 2008 14:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-102</guid>
		<description>hi Prasath, i get the same problem with u, so have been solved this problem yet?</description>
		<content:encoded><![CDATA[<p>hi Prasath, i get the same problem with u, so have been solved this problem yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasath</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-101</link>
		<dc:creator>Prasath</dc:creator>
		<pubDate>Wed, 23 Apr 2008 12:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-101</guid>
		<description>i am trying to insert a image file to mysql using vb.net,,
can anybody help me
how to store it..

source code please</description>
		<content:encoded><![CDATA[<p>i am trying to insert a image file to mysql using vb.net,,<br />
can anybody help me<br />
how to store it..</p>
<p>source code please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramy</title>
		<link>http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2#comment-100</link>
		<dc:creator>Ramy</dc:creator>
		<pubDate>Wed, 09 Apr 2008 15:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vbmysql.com/articles/vbnet-mysql-tutorials/the-vbnet-mysql-tutorial-part-2/#comment-100</guid>
		<description>As a beginner, This is the best MySQL tutorial ever. Many thanks</description>
		<content:encoded><![CDATA[<p>As a beginner, This is the best MySQL tutorial ever. Many thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

