<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Introduction to Nullable Types in VB.NET</title>
	<link>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Sat, 22 Nov 2008 08:26:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: hobbylobby</title>
		<link>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/#comment-1172</link>
		<author>hobbylobby</author>
		<pubDate>Sun, 27 Jul 2008 13:10:21 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/#comment-1172</guid>
		<description>you show getting values from a database, but not setting values to a database.

here’s one way:

If theDate.HasValue Then
cmd.Parameters.Add( _
  New OleDb.OleDbParameter(”@theDate”, theDate))
Else
cmd.Parameters.Add( _
  New OleDb.OleDbParameter(”@theDate”, DBNull.Value))
End If</description>
		<content:encoded><![CDATA[<p>you show getting values from a database, but not setting values to a database.</p>
<p>here’s one way:</p>
<p>If theDate.HasValue Then<br />
cmd.Parameters.Add( _<br />
  New OleDb.OleDbParameter(”@theDate”, theDate))<br />
Else<br />
cmd.Parameters.Add( _<br />
  New OleDb.OleDbParameter(”@theDate”, DBNull.Value))<br />
End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris Kraus</title>
		<link>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/#comment-1128</link>
		<author>Kris Kraus</author>
		<pubDate>Thu, 05 Jun 2008 20:26:51 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/#comment-1128</guid>
		<description>Good job.  Thanks.</description>
		<content:encoded><![CDATA[<p>Good job.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami</title>
		<link>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/#comment-1042</link>
		<author>Sami</author>
		<pubDate>Wed, 26 Mar 2008 04:28:05 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/09/27/introduction-to-nullable-types-in-vbnet/#comment-1042</guid>
		<description>nice expalanation</description>
		<content:encoded><![CDATA[<p>nice expalanation</p>
]]></content:encoded>
	</item>
</channel>
</rss>
