Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SPT date syntax
Message
From
28/02/2000 09:30:32
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00338332
Message ID:
00338380
Views:
14
Hi Larry, thanks for responding

I have tried all of the following. With no results.

'date_items' is a variable that holds all the users date selections. It is in Character format

AND convert(varchar(10), ord_req.ord_dt, 101) LIKE &date_items
AND convert(varchar(10), ord_req.ord_dt, 101) LIKE ?date_items
AND convert(varchar(10), ord_req.ord_dt, 101) IN ( &date_items )
AND convert(varchar(10), ord_req.ord_dt, 101) IN ( ?date_items )

I even tried to hard code a date, still no result
AND convert(varchar(10), ord_req.ord_dt, 101) LIKE '01/03/2000'
AND convert(varchar(10), ord_req.ord_dt, 101) IN ( '01/03/2000' )

What am I still not understanding???

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform