Hey guys,
ok, here's the scoop: having a big debate about NULL values in our sql server 2000 database, and it looks like we'll be using them in some occasions.
I was just curious to know how you guys handled yoru null values. For instance:
A field can have no value assigned to it (lets say an integer field), but if you try and assign the empty field to an int, but don't want the integer to store a 0, you want it to store a null, and ultimately save that back to the sql server, how do you set that up?!
Do you make everything of type variant? Or is there another way to tackle nulls on the presentation/logic layer?
Thanks guys,
Jack
ok, here's the scoop: having a big debate about NULL values in our sql server 2000 database, and it looks like we'll be using them in some occasions.
I was just curious to know how you guys handled yoru null values. For instance:
A field can have no value assigned to it (lets say an integer field), but if you try and assign the empty field to an int, but don't want the integer to store a 0, you want it to store a null, and ultimately save that back to the sql server, how do you set that up?!
Do you make everything of type variant? Or is there another way to tackle nulls on the presentation/logic layer?
Thanks guys,
Jack