G
Guest
I have a variable declared as integer which I populate based on the value on
a grid. This value can be NULL. However, I get an exception when I try to
save this value to the database even though the paramaeter has been declared
with a default of NULL in the stored procedure. Is there a way I can set an
integer value explicitly to NULL, something like
var = system.dbnull.value
a grid. This value can be NULL. However, I get an exception when I try to
save this value to the database even though the paramaeter has been declared
with a default of NULL in the stored procedure. Is there a way I can set an
integer value explicitly to NULL, something like
var = system.dbnull.value