Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mssql date
Message
From
30/11/2007 02:15:13
 
 
To
30/11/2007 00:45:42
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01272330
Message ID:
01272337
Views:
12
>In Ms Sql Server, what is the value to put for empty date?
>
>In VFP, we put UPDATE stock SET receivedOn = {}
>
>But in Ms Sql, it seem did not work.
>
>TIA.

You need to set the date to NULL to get an empty date.
UPDATE stock SET receivedOn = NULL
Carsten M. Thode
Previous
Reply
Map
View

Click here to load this message in the networking platform