Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle and datetime filter
Message
From
19/07/2004 13:50:32
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
 
To
19/07/2004 11:48:15
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00925784
Message ID:
00925863
Views:
19
Michael,

That did it. I assume TO_DATE() is an Oracle function?

Thanks,

Jerry




>Hi Jerry,
>
>Try using this:
>
>* Set this to just the date if that's all you realy require.
>lc_date = [07/01/2004]
>
>* This should allow filter on record from that date onward.
>[ AND Sales.OrderDate >= TO_DATE('] + lc_date + [', 'MM/DD/YYYY') ] + ;
>
>HTH
>Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform