5
Answers

How to insert "NULL" in column

Photo of albert albert

albert albert

11y
1.2k
1
Hi everybody,
 
I have a integer column and I want in vb code behind that the column will be filled wiht NULL - so empty value.
 
I try like this: Dim IInpUserKey As Nullable(Of Integer)
 
But then I still see the vlaue 0 and not NULL in the column.
 
Thank you 
 
 

Answers (5)