Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using update to store empty dates
Message
 
 
To
15/01/2006 22:54:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01087012
Message ID:
01087015
Views:
12
SQL Server doesn't support empty dates, nor does ODBC driver or OLE DB provider. Consider using NULLs.

>I am using a universal date syntax when comes time to update dates in the table so I can benefit of something more easy to adapt to SQL Server and so on. However, the following doesn't work as this generates an invalid date.
>
>
>UPDATE Member SET Start={^0000/00/00} WHERE Numero=1
>
>
>How can someone update a date in the table in order to have it empty?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform