albert albert

albert albert

  • NA
  • 524
  • 0

How to insert "NULL" in column

Apr 16 2014 9:39 AM
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)