Sreekanth

Sreekanth

  • NA
  • 331
  • 1m

Inserting NULL value

Apr 27 2009 4:25 AM

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)