<?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: Sample code for a very very simple VB database application</title>
	<atom:link href="http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 21:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Unnikrishnan C</title>
		<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/comment-page-1#comment-150992</link>
		<dc:creator>Unnikrishnan C</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html#comment-150992</guid>
		<description>Dear Mr.Tim,
I just loved your schoolapp. In fact I just began to lear vb.net from you. My modifying it I even succeeded in making a programme for my purpose also. Why don&#039;t you make another one with more than one table and without data binding.
Sincerely,
Unnikrishnan C
India.</description>
		<content:encoded><![CDATA[<p>Dear Mr.Tim,<br />
I just loved your schoolapp. In fact I just began to lear vb.net from you. My modifying it I even succeeded in making a programme for my purpose also. Why don&#8217;t you make another one with more than one table and without data binding.<br />
Sincerely,<br />
Unnikrishnan C<br />
India.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohhamad</title>
		<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/comment-page-1#comment-119995</link>
		<dc:creator>mohhamad</dc:creator>
		<pubDate>Thu, 29 Jan 2009 09:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html#comment-119995</guid>
		<description>hi
i am from iran
i searching persian site for simple code but i can not find any a bout vb.net
al of code was copy of msdn site</description>
		<content:encoded><![CDATA[<p>hi<br />
i am from iran<br />
i searching persian site for simple code but i can not find any a bout vb.net<br />
al of code was copy of msdn site</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kpac</title>
		<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/comment-page-1#comment-105034</link>
		<dc:creator>Kpac</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html#comment-105034</guid>
		<description>Wow Thanks mate! Between here and http://www.vbasic.com I can code just about anything=)</description>
		<content:encoded><![CDATA[<p>Wow Thanks mate! Between here and <a href="http://www.vbasic.com" rel="nofollow">http://www.vbasic.com</a> I can code just about anything=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/comment-page-1#comment-103908</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 14 Jul 2008 17:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html#comment-103908</guid>
		<description>Hey,

I think you could have used your ListBox and then just used DisplayMember to display the value you want to see whilst using ValueMember to present a different value.

That only works if you&#039;re binding to a particular object that has the 2 properties on it that you want to use as display/value of course.

Mike.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I think you could have used your ListBox and then just used DisplayMember to display the value you want to see whilst using ValueMember to present a different value.</p>
<p>That only works if you&#8217;re binding to a particular object that has the 2 properties on it that you want to use as display/value of course.</p>
<p>Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/comment-page-1#comment-103607</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 08 Jul 2008 18:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html#comment-103607</guid>
		<description>Peter

You can easily create the db in one of the Express Visual Studios, through the table designer.

You can also do it in SQL if you prefer.

If you want to use C++ you might be better off with &lt;a href=&quot;http://www.sqlite.org&quot; rel=&quot;nofollow&quot;&gt;Sqlite&lt;/a&gt;.

Tim</description>
		<content:encoded><![CDATA[<p>Peter</p>
<p>You can easily create the db in one of the Express Visual Studios, through the table designer.</p>
<p>You can also do it in SQL if you prefer.</p>
<p>If you want to use C++ you might be better off with <a href="http://www.sqlite.org" rel="nofollow">Sqlite</a>.</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html/comment-page-1#comment-103591</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/712-sample-code-for-a-very-very-simple-vb-database-application.html#comment-103591</guid>
		<description>Would like to see a version written in Visual C++ Express 2008 as this does not include the creation of local database using wizard. It would need all hand coding.</description>
		<content:encoded><![CDATA[<p>Would like to see a version written in Visual C++ Express 2008 as this does not include the creation of local database using wizard. It would need all hand coding.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

