10
Answers

Insert a null value in a table

Photo of Carlos Sanchez

Carlos Sanchez

20y
2.1k
1
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 (10)