Hi Friends
I am trying to learn SQL Server. I have noted that
if I create a DateTime field (on SQL Database) allowing no nulls with default as ''. My SELECT statement requesting
this field fills the VFP cursor with "01/01/1900 12.00.00PM"
value.
1. Is it a SQL bug?
2. What do I need to do to make sure it returns
empty for empty and values for values?
I am learning use MSDE 2000 with VFP6
Benson