Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Foxpro Data Part 2
Message
General information
Forum:
Visual C++
Category:
Other
Miscellaneous
Thread ID:
00266615
Message ID:
00269751
Views:
40
Yes, k_date is a date field. I tried the ff.:

select * from kdata where k_date >= '09/01/1999'
select * from kdata where k_date >= '09/01/99'
select * from kdata where k_date >= {09/01/99}
select * from kdata where k_date >= {09/01/1999}
select * from kdata where k_date >= '{09/01/1999}'
select * from kdata where k_date >= {'09/01/1999'}

all this does not work.

Ramon Carlos

>
>Is Kdata a date field or a char field?
>
>If its a date field then try
>db_qry = db_qry & " where k_date >={" & Date_From & "}"
>
>Jeff
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform