Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of DateAdd()
Message
From
10/06/2011 11:15:27
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
 
To
10/06/2011 11:11:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01514040
Message ID:
01514042
Views:
98
This message has been marked as the solution to the initial question of the thread.
if Table2.ModDate is a datetime fields then you can just subtract -5 from the field. Table2.ModDate
... WHERE Table.Field>=Table2.ModDate-5
>I need the equivalent of a DateAdd() syntax in VFP. This comes from SQL Server:
>
>
>... WHERE Table.Field>=DATEADD(Second,-5,Table2.ModDate)
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform