How would I find if a Database returns NULL or Nothing on a date field.
{T_StatusLogs.SetDT} <= {?Pm-@EndDT} and
({T_StatusLogs.ClearDT} >= {?Pm-@StartDT} or
{T_StatusLogs.ClearDT} = 0)
= 0 does not work, Null does not work? any thoughts on if I can find out it the ClearDT is Nothing.
Casper
There is room for all of gods creatures, "Right Beside the Mashed Potatoes".
{T_StatusLogs.SetDT} <= {?Pm-@EndDT} and
({T_StatusLogs.ClearDT} >= {?Pm-@StartDT} or
{T_StatusLogs.ClearDT} = 0)
= 0 does not work, Null does not work? any thoughts on if I can find out it the ClearDT is Nothing.
Casper
There is room for all of gods creatures, "Right Beside the Mashed Potatoes".