Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select by Date from DateTime in SQL Server
Message
 
 
To
13/08/2017 18:45:42
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01653212
Message ID:
01653277
Views:
51
>>>(cast DateTimeCol as date) works perfectly.
>
>Is there an index on DatetimeCol in the database?
>
>From VFP, I'd advocate use of a parameterized query that takes care of the conversions.
>
>
>ldMyDate=date()
>=SQLEXEC(m.myhandle,"SELECT * from mytable where DatetimeCol<?ldMyDate","MyResultset")
>
>This also gets cached by SQL Server so it's about as efficient as a SP on subsequent uses. And its habitual use is SQL-Injection-Proof.

Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform