2
Reply

Insert null value in a Table

Carlos Sanchez

Carlos Sanchez

Jul 20 2004 1:15 PM
2.6k
How to insert a null value in a Table by parameter. For example: command.Parameters.Add(@ImageColumn, ****** ); What do I must to write instead of ******* ? I tried this: command.Parameters.Add(@ImageColumn, null); But it throws an exception. Any idea. Thanx in advance. Carlos

Answers (2)