I am throwing together a proof-of-concept application using StrataFrame. We have several fields in our SQL datatables that allow null's (in fact most of them).
Say I have a birthdate field in a personmaster table. If the value is null, the bo throws an exception when I navigate to the record. I have tried setting the alternate value on null to several things such as System.DBNull and System.DBNull.Value etc. However it will not compile.
How does everyone else handle null values in their BO's especially datetime type fields?
Thanks!
Ben, Emergitech