Reputation: 1
I need to save just NULL in a column of SQL DB Table. but it is saving as 'NULL' or "" (blank). How to save just NULL?
Upvotes: 0
Views: 129
Reputation: 1314
There is a special object: DBNULL. You can handle this as null.
Upvotes: 1