Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating a date field in the table
Message
 
 
To
01/05/2002 18:42:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00651653
Message ID:
00651664
Views:
19
>can anyone tell me the proper way to find a date field that is empty. when i tried locate for isempty(date_field), foxpro didn't like it. any help would be appreciated. thanks.

You can check for date_field = {}. This expression could be Rushmore optimizable if you've index on date_field. You can also use EMPTY(date_field) but it's not optimizable.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform