Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper syntax for universal date
Message
From
10/04/2003 01:44:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Proper syntax for universal date
Miscellaneous
Thread ID:
00775886
Message ID:
00775886
Views:
52
In VFP, on native VFP table, I can do:
SELECT News.Numero FROM News;
 WHERE News.AddDate>={^2003/04/01 00:00:00} AND News.AddDate<={^2003/04/30 23:59:59};
 ORDER BY 2 ASC
This doesn't work in SQLExec(). How can I have a universal format which would fit both? Or, how can I adjust it in order to have another syntax which would work for SQL Server?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform