Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null - Blank DateTime value
Message
From
08/06/2006 17:59:04
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/06/2006 07:59:06
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01127723
Message ID:
01127962
Views:
10
>>In most applications you don't care the difference between a null or "" or null and 0.
>
>Well, I do, if it is necessary. The difference to an empty date or datetime field is, that "" or 0 re regular values for their particular types, but {//} isn't. You cant do anything with an empty date value. A zero is a regular value for a numeric field. The zero tells me some value, but what does a {//} tell me?
>If the zero is not valid for the special case, I would recommend using the NULL as well.
>
>And in this special case another problem comes into the game. If you query a VFP table with date fields via ODBC, all empty date fields will show December 30th 1899 as their value. How can you distinguish between empty date fields and fields that really contain this value?

Yes as I said before you should use null if it matters.
For empty datetime underlying value is not (//:) but 0.0, //: is only a display format. IOW you are also pointing to the root of problem. They chose a regular 0.0 to mean a base datetime of dec 12,1899 midnight! If in original design they haven't done that mistake within same 8 bytes space they could cover a broader range of datetimes and yet still support empty date. The datetime values wouldn't have the drawback of not exactly defining all hours as they have now (.Net,SQL server etc hide that error). An now all developers pay for the bad original design.

In this special case we do not have a chance and I'm with you there. I was trying to point out, though we do it like that, supporting the idea of empty date makes perfect sense.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform