Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending a date value to an ADO recordset
Message
 
To
02/05/2003 11:47:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00784142
Message ID:
00784187
Views:
21
>>How can I send a date value to an ADO recordset? For example I got two date variables: date1 and date2 and I want to select only the records between these two dates.
>>
>>TIA,
>>
>>Enmanuel
>
>
>oRs.Filter = 'DateField >= #'+;
>  	Transform(Dtoc(date1,1),'@R 9999/99/99')+;
>  	'# and DateField <= #'+;
>  	Transform(Dtoc(date2,1),'@R 9999/99/99')+'#'
>
Cetin

Thanks Cetin that worked. But how can I pass this value on the select statement instead of the filter property? I've tried passing this same example code but didn't work.

Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform