Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Empty dates on remote views
Message
 
 
To
14/01/2003 08:13:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00741193
Message ID:
00741370
Views:
27
VFP ODBC driver has no concept of an empty date either. The best way to deal with this situation, is to change empty dates to Nulls in VFP tables.

>>SQL Server has no concept of an empty date - since it has to have a date or a null it makes uup a date and that's why you get {31/12/1899}.
>>
>>If the field accepts NULL values then send .NULL. when you update the date fields. When you're retrieving data you'll have to deal with the {31/12/1899} as if it's a NULL or empty date.
>
>Thank you very much for your help
>Funny thing here is the fact that the remote view is not working against a SQL server database but against a vfp database.
>
>May God help us the day we need to build an app in wich 31/12/1899 has to be considered a valid date!!!
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform