Working with null values in memory.
Int32, bool, float, etc. are all memory structs/value types, and the value of "null" is a pointer (a zero pointer precisely) therefore it isn't possible to assign null to an struct/value type.
This in itself isn't an issue until you throw in a database. The values from the database can be null, what strategies when working with null values in memory from one of the value types?
I'm using C# to build a system.
Thanks in advance.
eksypnos123Posted Nov 8, 2004, 6:25 PM
aksingh01inPosted Nov 8, 2004, 4:26 AM
gkjPosted Nov 4, 2004, 10:48 AM
p.jonesPosted Nov 4, 2004, 10:34 AM
Carlos SanchezPosted Oct 21, 2004, 11:35 AM
gkjPosted Oct 20, 2004, 5:33 PM
Carlos SanchezPosted Oct 20, 2004, 1:06 PM
gkjPosted Oct 20, 2004, 10:48 AM
Carlos SanchezPosted Oct 20, 2004, 9:23 AM