Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC -- convert empty date into {30/12/1899}..
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00743374
Message ID:
00743382
Views:
11
>>I am using the ODBC (USER DSN ) , it automatically convert the empty date into
>>{30/12/1899}. Please anyone has the solution of this problem?
>
>A quick scan through past posts would seem to indicate that it would be better to change any date fields that can be empty to accept Nulls instead. Is this practical for you?


I can use the following way to work
==> NVL(left_date,.NULL.) AS left_date <==
but there is very hard to work with this way.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform