Home All Groups Group Topic Archive Search About

how to insert a null value to sqlparameter

Author
28 Mar 2006 1:45 AM
joe
how to insert a null value to sqlparameter

Author
28 Mar 2006 2:01 AM
Praba
AddressParam.Value = DBNull.ValueCheck out
http://aspnet.4guysfromrolla.com/articles/081005-1.2.aspx"joe"
<j**@discussions.microsoft.com> wrote in message
Show quote
news:9D294EA4-BF4E-4D2D-B58C-340AEEA4B357@microsoft.com...
> how to insert a null value to sqlparameter
Author
28 Mar 2006 2:33 AM
Otis Mukinfus
On Mon, 27 Mar 2006 17:45:01 -0800, joe <j**@discussions.microsoft.com> wrote:

>how to insert a null value to sqlparameter

Parameter["@yourParameter"].Value = DBNull.Value;

Otis Mukinfus
http://www.arltex.com
http://www.tomchilders.com

AddThis Social Bookmark Button