Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select query date condition
Message
 
 
To
20/06/2003 17:24:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00802464
Message ID:
00802477
Views:
7
You can change string dates to date constant.
clist1 = "{^2003/06/01}"     && "06/01/03"
clist2 = "{^2003/06/20}"     &&"06/20/03"
>Can you please tell me how i can use the below date range condition in the where clause.
>
>i am trying to join the cwhere condition to my existing where statement.
>
>I am getting an error saying operator or operand mismatch type...
>
>clist1 = "06/01/03"
>clist2 = "06/20/03"
>
>cWhere = " AND (docdate" + [ >= ] + clist1 + [ AND ] + " docdate" + [ <= ] + clist2 + ")"
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform