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:
00269863
Views:
34
>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

We must be missing something! This should work just fine. I'm doing the same thing here and it works. Could you e-mail me a small part of you dbf and your asp. Let me try it here.

Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform