3
Reply

Inserting NULL value

Sreekanth

Sreekanth

Apr 27 2009 4:25 AM
3.5k

i have a datetime column in my sql table.

i need to insert null into the table from c#page.

like :insert into TABLE (date)value('NULL' ).

i cannot insert sqldatatime.null. because it is 1/1/1900. i need NULL..

help me plese


Answers (3)